NIRfsg Namespace

Table of Contents

RfsgArb.Power Property

  • Updated2025-05-22
  • 1 minute(s) read
RfsgArb.Power Property

RfsgArbPower Property

Gets the output power, in dBm, from the arbitrary waveform generator (AWG) module.

Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx45 (in NationalInstruments.ModularInstruments.NIRfsg.Fx45.dll) Version: 2025

Syntax

public double Power { get; }
Public ReadOnly Property Power As Double
	Get

Property Value

Double
Returns a Double representing the output power, in dBm.

Exceptions

ExceptionCondition
ObjectDisposedException The Power property was accessed after the associated NIRfsg object was disposed.

Remarks

If an arbitrary waveform is being generated, this property specifies either the average power or the peak power of the signal, depending on PowerLevelType setting.

See Also

Log in to get a better experience