CVBpy 15.0
DeviceControl Class Reference

Implementation of the device control interface. More...

Public Member Functions

str send_string_command (self, cvb.DeviceControlCommand command, str value)
 Sends the given command value to the driver.
 

Detailed Description

Implementation of the device control interface.

Member Function Documentation

◆ send_string_command()

str send_string_command ( self,
cvb.DeviceControlCommand command,
str value )

Sends the given command value to the driver.

Parameters

command : cvb.DeviceControlCommand Command to execute (see cvb.DeviceControlCommand).

value : str String value to send.

Returns

str The command's result as a string.