Data

SCPI Command :

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

Sets the threshold for the data signal digitization in NRZ coding standards.

Parameters:

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

Returns:

nrz_thres_dat: -25 to 25

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

Sets the threshold for the data signal digitization in NRZ coding standards.

Parameters:
  • nrz_thres_dat – -25 to 25

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