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