Power
- Updated2025-10-14
- 1 minute(s) read
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
| Type | Description |
|---|---|
| System.ObjectDisposedException | The Power property was accessed after the associated NIRfsg object was disposed. |