RfsaIQPowerEdge.Level Property
- Updated2025-07-17
- 1 minute(s) read
Rfsa
Gets or sets the power level, in dBm, at which the device is triggered.
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 the power level, in dBm, at which the device triggers.
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 crosses the level specified by the value of this property, taking into
consideration the specified slope. If you are using external gain, refer to the
ExternalGain property for more information about how this property affects
the I/Q power edge trigger level.