Output type
Defines how an output behaves or is structured, depending on the selected output channel or the type of accessory being controlled.
Constants
enum.output_type.ASPECT
Used for multi-aspect signals where the output represents a specific signal aspect, such as red, yellow, or green. Typically applies to DCCext (RCN-213).
enum.output_type.ECOS_STATE
Represents an ESU ECoS object state, such as a turnout or signal defined within the ECoS command station.
enum.output_type.PAIR
Generally used for accessory outputs that form a logical pair, where one output is active at a time (e.g., red/green or thrown/closed).
enum.output_type.SINGLE
Used for a single, independent output, typically representing an on/off function such as a light or relay control.