Hysteresis
SCPI Command :
BUS<*>:CXPI:HYSTeresis
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) float[source]
# BUS<*>:CXPI:HYSTeresis value: float = driver.bus.cxpi.hysteresis.get(bus = repcap.Bus.Default)
Sets a value for the hysteresis.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
thres_hyst: -12 to 12
- set(thres_hyst: float, bus=Bus.Default) None[source]
# BUS<*>:CXPI:HYSTeresis driver.bus.cxpi.hysteresis.set(thres_hyst = 1.0, bus = repcap.Bus.Default)
Sets a value for the hysteresis.
- Parameters:
thres_hyst – -12 to 12
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)