Level
- Updated2025-10-14
- 1 minute(s) read
Gets or sets the analog level, in volts (V), at which the device triggers.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public double Level { get; set; }
Remarks
Specifies a Double representing analog level, in volts (V).
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.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The Level property was accessed after the associated NIRfsa object was disposed. |