DriverOperation

Access interface members using: driver.driver_operation
Where driver is a reference to the driver’s root interface returned by the constructor.
class DriverOperation

The driver operation node in the driver hierarchy.

property driver_setup

The driver setup string. It is passed via the options parameter to a driver constructor.

Access:

ReadOnly

Type:

str

property io_resource_descriptor

The resource descriptor specifies the connection to a physical device. It is passed in the resource name at initialization.

Access:

ReadOnly

Type:

str

property query_instrument_status

If True, the driver queries the instrument status at the end of each method or property that performs I/O to the instrument. If an error is reported, use ErrorQuery to retrieve error messages one at a time from the instrument.

Access:

ReadWrite

Type:

bool

property simulate

If True, the driver does not perform I/O to the instrument, and returns simulated values for output parameters.

Access:

ReadWrite

Type:

bool

property warning

Warning event.

Access:

ReadOnly

Type:

WarningEvent