Admin Production ni-theme
Current Publication

Configure Voltage

IVI Compliance Package

IviCounter Configure Voltage

IviCounterVoltageMeasurement Extension Group

Configures the IviCounter Measurement Function, IviCounter Voltage Estimate, and IviCounter Voltage Resolution properties for a voltage measurement.

IviCounter Configure Voltage.vi

ci32 function (DC Voltage) Specifies the voltage measurement function. The driver sets the IviCounter Measurement Function property to this value.

Valid Values:

IVICOUNTER_VAL_DC_VOLTAGE - DC Voltage
IVICOUNTER_VAL_MAXIMUM_VOLTAGE - Maximum Voltage
IVICOUNTER_VAL_MINIMUM_VOLTAGE - Minimum Voltage
IVICOUNTER_VAL_RMS_VOLTAGE - RMS Voltage
IVICOUNTER_VAL_PEAK_TO_PEAK_VOLTAGE - Peak-to-Peak Voltage


Default Value: IVICOUNTER_VAL_DC_VOLTAGE
civrn instrument handle The instrument handle you obtain from the IviCounter Initialize VI or IviCounter Initialize With Options VI. The handle identifies a particular instrument session.

Default Value: None
cstr channel ("") Specifies the name of the channel to configure. The driver sets the IviCounter Voltage Channel property to this value.

Default Value: ""
Note Note  You can specify the channel name as a string variable or as a literal enclosed in double quotes.
cdbl estimate (5.0 volt) Specifies the estimated measurement voltage. The driver sets the IviCounter Voltage Estimate property to this value.

Units: volt

Default Value: 5.0
cerrcodeclst error in (no error) The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.
cdbl resolution (0.01 volt) Specifies the resolution of the voltage measurement. The driver sets the IviCounter Voltage Resolution property to this value.

Units: volt

Default Value: 0.01
iivrn instrument handle out The instrument handle you obtain from the IviCounter Initialize VI or IviCounter Initialize With Options VI. The handle identifies a particular instrument session.

Default Value: None
ierrcodeclst error out The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.