Threshold

SCPI Command :

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

Sets the threshold value for the digitization of the clock signal.

Parameters:

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

set(clk_threshold: float, serialBus=SerialBus.Default) None[source]
# SBUS<*>:NRZC:CLK:THReshold
driver.sbus.nrzc.clk.threshold.set(clk_threshold = 1.0, serialBus = repcap.SerialBus.Default)

Sets the threshold value for the digitization of the clock signal.

Parameters:

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