dwfpy.analog_io.AnalogIo
- class AnalogIo(device)[source]
Bases:
objectAnalog IO module.
Methods
Configures the instrument.
Reads the status of the device.
Resets and configures all instrument parameters to default values.
Attributes
Gets a collection of Analog IO channels.
Gets the device.
Gets or sets the master enable switch.
Return True when the status of the master enable can be read.
Return True when the status of the master enable can be set.
Gets the master enable status.
- property channels: Tuple[AnalogIoChannel, ...]
Gets a collection of Analog IO channels.
- Return type
Tuple[AnalogIoChannel,...]
- property master_enable: bool
Gets or sets the master enable switch.
- Return type
bool
- property master_enable_can_read: bool
Return True when the status of the master enable can be read.
- Return type
bool
- property master_enable_can_set: bool
Return True when the status of the master enable can be set.
- Return type
bool
- property master_enable_status: bool
Gets the master enable status.
- Return type
bool