Output channel
Defines the communication channel or protocol used for controlling digital outputs such as accessories, turnouts, and signals. The available options depend on the connected command station or hardware interface.
Constants
enum.output_channel.ACCESSORY
Generic accessory channel used when the interface supports only one protocol for accessory control.
enum.output_channel.ACCESSORY_DCC
Accessory channel using the DCC protocol, available on systems that support multiple protocols to control accessories.
enum.output_channel.ACCESSORY_MOTOROLA
Accessory channel using the Motorola protocol, available on systems that support multiple protocols to control accessories.
enum.output_channel.DCC_EXT
DCCext channel as defined in the RCN-213 standard, used for extended DCC accessory communication.
enum.output_channel.ECOS_OBJECT
ECoS object channel representing a turnout or signal defined in an ESU ECoS command station.
enum.output_channel.OUTPUT
Output channel specific to the DCC-EX interface, used for controlling general-purpose outputs.
enum.output_channel.TURNOUT
Turnout channel specific to the DCC-EX interface, used for controlling turnout (switch) outputs.