KEPCO KLP Series Developers Guide, Rev 3 User Manual
Page 64

5-2
KLP-DEV 041213
Measure Current and
Voltage Output Values
KpKlp_MeasVoltCurr
Measures the values of output (voltage and current).
SETTING AND MONITORING OUTPUT FUNCTIONS (CONTINUED)
Get Source Mode
KpKlp_GetSourceMode
Gets the operating mode of the power supply.
Output On/Off
KpKlp_OutputOnOff
Sets the output on or off.
Get Output Status
KpKlp_getOutputState
Returns the output status (on or off).
UTILITY FUNCTIONS
Relay Mode
KpKlp_GetRelayMode
Gets operating mode of instrument relay. 0 = Fault (factory default),
1 = Manual, 2 = List Program
Get Relay Status
KpKlp_GetRelayStatus
Gets on/off status of instrument relay.
Set Relay Status
KpKlp_SetRelayStatus
Sets relay on (energized) or off (de-energized) if Relay Mode is set to
Manual (1).
Set/reset Front Panel
Lock
KpKlp_SetResetKeyblock
Sets or resets front panel controls lockout.
Front Panel Lock Status
KpKlp_KeybLockStat
Gets status of front panel lockout
Revision Query
KpKlp_RevisionQuery
Returns the revision numbers of the instrument driver and instrument
firmware version from the *idn? query. This instrument driver's Revi-
sion Number is "Rev 1.0, 9/99, CVI 5.1" and the KLP firmware version
is Firmware Version "1.0". This data is necessary when requesting
technical support.
Model Query
KpKlp_ModelQuery
Return the model number of the KLP power supply.
Serial Number Query
KpKlp_SerialnQuery
Returns the serial number of the KLP power supply. The serial num-
ber is extracted from the answer to the *idn? query.
Query SCPI Version
KpKlp_GetScpiVersion
Returns the power supply answer to the Query SCPI Version com-
mand. Checks the Standard Commands for Programmable Instru-
ments (SCPI) language version.
Self-Test
KpKlp_selfTest
Runs the instrument's self test routine and returns the test result(s).
Error-Query
KpKlp_errorQuery
Reads an error code from the instrument's error queue.
Error Message
KpKlp_errorMessage
Takes the Status Code returned by the instrument driver functions,
interprets it and returns it as a user readable string.
Get System Setting
KpKlp_SYST_Set
Gets System Settings
Get Trigger Value
KpKlp_GetTrigValue
Gets the trigger voltage or the trigger current level, depending on the
switch position.
Set Trigger Value
KpKlp_SetTrigValue
Sets the trigger voltage or trigger current level, depending on the
switch position.
Trigger
KpKlp_Trig
Triggers the instrument once. The output will go to the trigger voltage
and current values.
VIRTUAL MODEL FUNCTIONS
Set Max Voltage/Current
KpKlp_SetMaxLimValue
Sets limit to maximum voltage/current.
Get Max Voltage/Current
KpKlp_GetMaxLimValue
Gets maximum voltage/current limit values.
Security Code
KpKlp_CalCode
Allows the user to change the password to prevent accidental or
unauthorized calibrations of the instrument. The password is stored in
non-volatile memory, and does not change when power has been off
or after a reset. To change the password, the instrument must already
be in calibration status, ensuring that the user knows the current pass-
word. If the password is lost, call the factory for support.
Calibration Dump
KpKlp_CalDump
Instrument sends calibration data in Intel Hex format.
TABLE 5-1. KLP VXI PLUG&PLAY DRIVER FUNCTIONS (CONTINUED)
Purpose
Function Name
Description