ModulePowerConsumption
- Updated2025-10-14
- 1 minute(s) read
Gets the total power consumption of the device in watts.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public double ModulePowerConsumption { get; }
Remarks
Returns a Double representing the total power consumption of the device.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The ModulePowerConsumption property was accessed after the associated NIRfsg object was disposed. |