NI-RFPM API Reference

Table of Contents

RfpmSwitchCharacteristics.DCVoltageMax Property

  • Updated2023-12-28
  • 1 minute(s) read
RfpmSwitchCharacteristics.DCVoltageMax Property

RfpmSwitchCharacteristicsDCVoltageMax Property

Gets the maximum DC voltage the channel can switch.

Namespace:  NationalInstruments.ModularInstruments.NIRfpmSwitch
Assembly:  NationalInstruments.ModularInstruments.NIRfpmSwitch.Fx40 (in NationalInstruments.ModularInstruments.NIRfpmSwitch.Fx40.dll) Version: 2023

Syntax

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

Property Value

Type: Double
The maximum DC voltage the channel can switch, in volts.

Exceptions

ExceptionCondition
ObjectDisposedExceptionDCVoltageMax was accessed after the associated NIRfpmSwitch or RfpmSwitchDriverUtility object was disposed.
IviCDriverException The underlying NI-RFPM Switch driver returned an error.

See Also

Log in to get a better experience