Enable

SCPI Command :

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

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

Parameters:

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

Returns:

nrz_thres_enable: -25 to 25

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

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

Parameters:
  • nrz_thres_enable – -25 to 25

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