DriverOperation¶
Access interface members using:driver.driver_operationWheredriveris 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:
- 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:
- 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:
- property simulate¶
If True, the driver does not perform I/O to the instrument, and returns simulated values for output parameters.
- Access:
ReadWrite
- Type:
- property warning¶
Warning event.
- Access:
ReadOnly
- Type:
