RfpmSwitchCharacteristics.ACPowerCarryMax Property
- Updated2023-12-28
- 1 minute(s) read
RfpmSwitchCharacteristicsACPowerCarryMax Property
Gets the maximum AC power that the channel can carry.
Namespace: NationalInstruments.ModularInstruments.NIRfpmSwitch
Assembly: NationalInstruments.ModularInstruments.NIRfpmSwitch.Fx40 (in NationalInstruments.ModularInstruments.NIRfpmSwitch.Fx40.dll) Version: 2023
Syntax
public double ACPowerCarryMax { get; }
Public ReadOnly Property ACPowerCarryMax As Double Get
Property Value
Type: DoubleThe maximum AC power that the channel can carry, in volt-amperes.
Exceptions
| Exception | Condition |
|---|---|
| ObjectDisposedException | ACPowerCarryMax was accessed after the associated NIRfpmSwitch or RfpmSwitchDriverUtility object was disposed. |
| IviCDriverException | The underlying NI-RFPM Switch driver returned an error. |