Hysteresis<BusHysteresis>
SCPI Command :
BUS<*>:PARallel:HYSTeresis<*>
- Commands in total: 1Subgroups: 0Direct child commands: 1
Repeated Capability Setting:
# Range: Nr1 .. Nr4 driver.bus.parallel.hysteresis.repcap_busHysteresis_set(repcap.BusHysteresis.Nr1)
- get(bus=Bus.Default, busHysteresis=BusHysteresis.Default) DigitalHysteresis[source]
# BUS<*>:PARallel:HYSTeresis<*> value: enums.DigitalHysteresis = driver.bus.parallel.hysteresis.get(bus = repcap.Bus.Default, busHysteresis = repcap.BusHysteresis.Default)
Defines the size of the hysteresis for the channel group to avoid the change of signal states due to noise. For the parallel bus 1, you can also use method
RsRtx.digital.hysteresis.set().- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
busHysteresis – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Hysteresis’)
- Returns:
hysteresis: MAXIMUM | MAXimum | ROBUST | ROBust | NORMAL | NORMal
MAXIMUM = MAXimum: Maximum value that is possible and useful for the signal and its settings
ROBUST = ROBust: Different hysteresis values for falling and rising edges to avoid an undefined state of the trigger system.
NORMAL = NORMal: The instrument sets a value suitable for the signal and its settings.
- set(hysteresis: DigitalHysteresis, bus=Bus.Default, busHysteresis=BusHysteresis.Default) None[source]
# BUS<*>:PARallel:HYSTeresis<*> driver.bus.parallel.hysteresis.set(hysteresis = enums.DigitalHysteresis.MAXIMUM, bus = repcap.Bus.Default, busHysteresis = repcap.BusHysteresis.Default)
Defines the size of the hysteresis for the channel group to avoid the change of signal states due to noise. For the parallel bus 1, you can also use method
RsRtx.digital.hysteresis.set().- Parameters:
hysteresis –
MAXIMUM | MAXimum | ROBUST | ROBust | NORMAL | NORMal
MAXIMUM = MAXimum: Maximum value that is possible and useful for the signal and its settings
ROBUST = ROBust: Different hysteresis values for falling and rising edges to avoid an undefined state of the trigger system.
NORMAL = NORMal: The instrument sets a value suitable for the signal and its settings.
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
busHysteresis – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Hysteresis’)
Cloning the Group
# Create a copy of the original group, that exists independently
hysteresis_copy = driver.bus.parallel.hysteresis.clone()