CNiIviDcPwrOutput::ConfigureOutputRange

Measurement Studio IVI

Class
CNiIviDcPwrOutput::
ConfigureOutputRange()
Base ClassesData ItemsFunctionsGo to hierarchy chart    Prev page: ConfigureCurrentLimitNext page: ConfigureOvp    
Public Function Declared in:
NiIviDcPwr.h

'Declaration' icon -- Shortcut to top of page. Declaration

inline void ConfigureOutputRange(
    const CString &channelName,
    long rangeType,
    double range);

'Description' icon -- Shortcut to top of page. Description

C onfigures the power supply's output range on a channel.

Shortcut to top of page. Parameters

const CString &channelName

The channel on which to configure the output range.

long rangeType

The type of range you want to configure.

The following list includes valid values:

  • CNiIviDcPwr::CurrentRange - Current Range.
  • CNiIviDcPwr::VoltageRange - Voltage Range.
double range

The range in which you want the power supply to operate.

'See Also' icon -- Shortcut to top of page. See Also