Gets or sets the power level, in dBm, at which the device is triggered.

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsa

public double Level { get; set; }

Remarks

Specifies a Double representing the power level, in dBm, at which the device triggers.

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.

Exceptions

TypeDescription
System.ObjectDisposedException

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