Sections
Links
Bases: Channel
Channel
Output channel class representing a digital output channel.
Override the state of the output channel.
state (bool or int) – The state to set for the output channel. For binary I/O types, provide a bool. For pulse width modulation (PWM) I/O types, provide an int (0-255).
bool
int
None