Cilxs_configurevoltagelevel – AMETEK Ls Series Driver Manual User Manual
Page 132
IVI Driver Manual
Lx / Ls Series
128
ciLxs_ConfigureVoltageLevel
ViStatus ciLxs_ConfigureVoltageLevel (ViSession instrumentHandle,
ViChar _VI_FAR phase[],
ViReal64 level);
Purpose
This function configures the AC RMS voltage level that the power supply
attempts to generate.
Parameter List
instrumentHandle
Variable Type ViSession
The ViSession handle that you obtain from the ciLxs_init or
ciLxs_InitWithOptions function. The handle identifies a particular
instrument session.
Default Value: None
phase
Variable Type ViChar[]
Pass the virtual phase name that you assign to the instrument in the
Configuration Utility.
Virtual phase names are aliases for instrument-specific phase
strings. The instrument-specific phase strings can differ from one
instrument to another. Virtual phase names allow you to use and swap
instruments without having to change the phase names in your source
code. You assign a virtual phase name to an instrument-specific
phase through the Configuration Utility. This control accepts
virtual phase names you have assigned to the specific instrument you
are using. It also accepts the instrument-specific phase names.
Default Value: ""
Notes:
(1) You can specify the phase name as a string variable or as a
literal enclosed in double quotes.
level
Variable Type ViReal64
Pass the AC RMS voltage you want the power supply to attempt to
generate for the specified phase. The driver sets the
CILXS_ATTR_VOLTAGE_LEVEL attribute to this value.
Units: volts