Hysteresis

SCPI Command :

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

Sets a value for the hysteresis of the clock signal.

Parameters:

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

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

Sets a value for the hysteresis of the clock signal.

Parameters:

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