NIRfsa Namespace

Table of Contents

RfsaIQPowerEdge.Level Property

  • Updated2025-07-17
  • 1 minute(s) read
RfsaIQPowerEdge.Level Property

RfsaIQPowerEdgeLevel Property

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

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

Exceptions

ExceptionCondition
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.

See Also

Log in to get a better experience