RfsaIQAnalogEdge.Level Property
- Updated2025-05-22
- 1 minute(s) read
Rfsa
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
DoubleSpecifies a Double representing analog level, in volts (V).
Exceptions
Exception | Condition |
---|---|
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.