IviCounter Configure Voltage
IviCounterVoltageMeasurement Extension Group
Configures the IviCounter Measurement Function, IviCounter Voltage Estimate, and IviCounter Voltage Resolution properties for a voltage measurement.
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 |
|||
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 |
|||
channel ("") Specifies the name of the channel to configure. The driver sets the IviCounter Voltage Channel property to this value.
Default Value: ""
|
|||
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 |
|||
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. |
|||
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 |
|||
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 |
|||
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. |