RfsaIQAnalogEdge.Hysteresis Property
- Updated2025-07-17
- 1 minute(s) read
Rfsa
Gets or sets the size of the hysteresis window on either side of the trigger level.
Namespace: NationalInstruments.ModularInstruments.NIRfsa
Assembly: NationalInstruments.ModularInstruments.NIRfsa.Fx45 (in NationalInstruments.ModularInstruments.NIRfsa.Fx45.dll) Version: 2025
Syntax
public double Hysteresis { get; set; }
Public Property Hysteresis As Double Get Set
Property Value
DoubleSpecifies a Double representing the hysteresis.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The Hysteresis property was accessed after the associated NIRfsa object was disposed. |
Remarks
The device triggers when the signal passes through the threshold you specify with the Level property,
has the slope you specify with the RfsaIQAnalogEdgeReferenceTriggerSlope property,
and passes through the hysteresis window that you specify with this attribute.
This attribute affects the device operation only when the RfsaReferenceTriggerType attribute
is set to RfsaIQAnalogEdge.