Clck
SCPI Command :
BUS<*>:CMSB:NRZ:HYSTeresis:CLCK
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) float[source]
# BUS<*>:CMSB:NRZ:HYSTeresis:CLCK value: float = driver.bus.cmsb.nrz.hysteresis.clck.get(bus = repcap.Bus.Default)
Sets the hysteresis size on the clock channel.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
nrz_hyst_clk: -25 to 25
- set(nrz_hyst_clk: float, bus=Bus.Default) None[source]
# BUS<*>:CMSB:NRZ:HYSTeresis:CLCK driver.bus.cmsb.nrz.hysteresis.clck.set(nrz_hyst_clk = 1.0, bus = repcap.Bus.Default)
Sets the hysteresis size on the clock channel.
- Parameters:
nrz_hyst_clk – -25 to 25
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)