Clck

SCPI Command :

BUS<*>:CMSB:NRZ:THReshold:CLCK
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default) float[source]
# BUS<*>:CMSB:NRZ:THReshold:CLCK
value: float = driver.bus.cmsb.nrz.threshold.clck.get(bus = repcap.Bus.Default)

Sets the threshold for the clock signal digitization in the NRZ Clocked coding standard.

Parameters:

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

Returns:

nrz_thres_clk: -25 to 25

set(nrz_thres_clk: float, bus=Bus.Default) None[source]
# BUS<*>:CMSB:NRZ:THReshold:CLCK
driver.bus.cmsb.nrz.threshold.clck.set(nrz_thres_clk = 1.0, bus = repcap.Bus.Default)

Sets the threshold for the clock signal digitization in the NRZ Clocked coding standard.

Parameters:
  • nrz_thres_clk – -25 to 25

  • bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)