Threshold

SCPI Command :

SBUS<*>:CAN:SIC:THReshold
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(serialBus=SerialBus.Default) float[source]
# SBUS<*>:CAN:SIC:THReshold
value: float = driver.sbus.can.sic.threshold.get(serialBus = repcap.SerialBus.Default)

Sets a threshold value for the SIC transceiver mode.

Parameters:

serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)

set(sic_threshold: float, serialBus=SerialBus.Default) None[source]
# SBUS<*>:CAN:SIC:THReshold
driver.sbus.can.sic.threshold.set(sic_threshold = 1.0, serialBus = repcap.SerialBus.Default)

Sets a threshold value for the SIC transceiver mode.

Parameters:

serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)