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

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsg

public double Power { get; }

Remarks

Returns a Double representing the output power, in dBm.

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.

Exceptions

TypeDescription
System.ObjectDisposedException

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