is-channel-open

aj-burton/tca9548a/is-channel-open

Returns a boolean value indicating if the specified channel is open on the multiplexer.
is-channel-open
@/is-channel-open
Returns a boolean value indicating if the specified channel is open on the multiplexer.
CHANnumber
Channel [0-7] to check for open state on the multiplexer.
ADDRbyte
I2C address of the multiplexer. Default: 70h
ACTboolean
A boolean value which enables update actions when the inputs change. Update this input from False to True to force an update without input data changes.
UPDpulse
Triggers new channel status read.
is-channel-open
OUT
CHAN
ADDR
ACT
UPD
OUTboolean
Returns true is the specified channel is open; otherwise false.
To use the node in your project you should have the aj-burton/tca9548a library installed. Use the “File → Add Library” menu item in XOD IDE if you don’t have it yet. See Using libraries for more info.