Hysteresis
- Updated2025-10-14
- 1 minute(s) read
Gets or sets the size of the hysteresis window on either side of the trigger level.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public double Hysteresis { get; set; }
Remarks
Specifies a Double representing the hysteresis.
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.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The Hysteresis property was accessed after the associated NIRfsa object was disposed. |