Admin Production ni-theme
Current Publication

Configure Voltage Level

IVI Compliance Package

IviACPwr Configure Voltage Level VI

IviACPwrBase Capability Group

This VI configures the output Line to Neutral voltage level of the AC power source.

IviACPwr Configure Voltage Level

cio.gif instrument handle The instrument handle that you obtain from the IviACPwr Initialize or IviACPwr Initialize With Options VIs. The handle identifies a particular instrument session.

Default Value: None
cstr.gif Phase Name ("") Specifies the name of the output on which to configure the voltage level.



Pass the virtual output phase name that you assign to the instrument in the IVI Configuration utility.



Virtual output phase names are aliases for instrument-specific output phase strings, which can differ from one instrument to another. With virtual output phase names, you can use and swap instruments without having to change the output phase names in your source code. Assign a virtual output phase name to an instrument-specific output phase through the IVI Configuration utility. This control accepts virtual output phase names you have assigned to the specific instrument you are using and also accepts the instrument-specific output phase names.

Default Value: ""
Note Note  You can specify the output phase name as a string variable or as a literal enclosed in double quotes.
cdbl.gif Voltage Level Specifies the voltage level on the selected phase. The driver uses this value to set IviACPwr Voltage Level property.

Default Value: None
cerrcodeclst.gif 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.
cbool.gif status The status boolean is either TRUE (X) for an error, or FALSE (checkmark) for no error or a warning.



The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.
ci32.gif code The code input identifies the error or warning.



The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.
cstr.gif source The source string describes the origin of the error or warning.



The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.
iio.gif instrument handle out The instrument handle that you obtain from the IviACPwr Initialize or IviACPwr Initialize With Options VIs.
ierrcodeclst.gif 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.
ibool.gif status The status boolean is either TRUE (X) for an error, or FALSE (checkmark) for no error or a warning.



The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.
ii32.gif code The code input identifies the error or warning.



The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.
istr.gif source The source string describes the origin of the error or warning.



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