NIRfsa Namespace

Table of Contents

RfsaIQAnalogEdge.Hysteresis Property

  • Updated2025-07-17
  • 1 minute(s) read
RfsaIQAnalogEdge.Hysteresis Property

RfsaIQAnalogEdgeHysteresis Property

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

Double
Specifies a Double representing the hysteresis.

Exceptions

ExceptionCondition
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.

See Also

Log in to get a better experience