NIRfsa Namespace

Table of Contents

RfsaIQAnalogEdge.Level Property

  • Updated2025-05-22
  • 1 minute(s) read
RfsaIQAnalogEdge.Level Property

RfsaIQAnalogEdgeLevel Property

Gets or sets the analog level, in volts (V), at which the device triggers.

Namespace: NationalInstruments.ModularInstruments.NIRfsa
Assembly: NationalInstruments.ModularInstruments.NIRfsa.Fx45 (in NationalInstruments.ModularInstruments.NIRfsa.Fx45.dll) Version: 2025

Syntax

public double Level { get; set; }
Public Property Level As Double
	Get
	Set

Property Value

Double
Specifies a Double representing analog level, in volts (V).

Exceptions

ExceptionCondition
ObjectDisposedException The Level property was accessed after the associated NIRfsa object was disposed.

Remarks

The device asserts the trigger when the signal exceeds the value of the level specified using this property, after taking into consideration the specified slope. To use this property, you must set the RfsaReferenceTriggerType property to IQAnalogEdge.

See Also

Log in to get a better experience