dwfpy.analog_io.AnalogIoChannel

class AnalogIoChannel(module, channel)[source]

Bases: object

Represents an Analog IO channel.

Methods

Attributes

device

Gets the device.

index

Gets the channel index.

label

Gets the channel label.

module

Gets the Analog IO module.

name

Gets the channel name.

nodes

Gets the channel nodes.

property device: Device

Gets the device.

Return type

Device

property index: int

Gets the channel index.

Return type

int

property label: str

Gets the channel label.

Return type

str

property module: AnalogIo

Gets the Analog IO module.

Return type

AnalogIo

property name: str

Gets the channel name.

Return type

str

property nodes: Tuple[AnalogIoChannelNode, ...]

Gets the channel nodes.

Return type

Tuple[AnalogIoChannelNode, ...]