dwfpy.analog_io.AnalogIoChannel
- class AnalogIoChannel(module, channel)[source]
Bases:
objectRepresents an Analog IO channel.
Methods
Attributes
Gets the device.
Gets the channel index.
Gets the channel label.
Gets the Analog IO module.
Gets the channel name.
Gets the channel nodes.
- property index: int
Gets the channel index.
- Return type
int
- property label: str
Gets the channel label.
- Return type
str
- property name: str
Gets the channel name.
- Return type
str
- property nodes: Tuple[AnalogIoChannelNode, ...]
Gets the channel nodes.
- Return type
Tuple[AnalogIoChannelNode,...]