Figure b-9. voltage command, Figure b-10. voltage query, B-10 vo – KEPCO BIT 232F User Manual
Page 44: Volt

B-6
BIT 232 022800
FIGURE B-9. VOLTage COMMAND
FIGURE B-10. VOLTage QUERY
Syntax:
Short Form:
VOLT
Long Form:
[SOURce]:VOLTage[:LEVel][:IMMediate]
Function:
Sets commanded voltage or voltage limit to specified level.
Description:
This command programs commanded output voltage (Voltage mode) or voltage limit (Current mode)
to a specific value. Actual output voltage will depend on load conditions.
Example:
VOLT 21; CURR 5
Power supply commanded to go to 21V, 5A
VOLT
Syntax:
Short Form:
VOLT?
Long Form:
[SOURce]:VOLTage?
Function:
VOLT?
Returns programmed voltage value.
VOLT? MAX
Returns maximum voltage allowed for power supply.
VOLT? MIN
Returns minimum voltage allowed for power supply (always 0).
Description:
The VOLT? query returns the programmed voltage (Voltage mode) or voltage limit (Current mode) of
the power supply to the controller. Actual output voltage will depend on load conditions. The
VOLT?MAX query returns the maximum voltage allowed for a particular model.
Example:
VOLT 21; CURR 1.1
Power supply commanded to go to 21V, 1.1A
VOLT?
Controller reads 21, indicating programmed voltage value = 21V
VOLT? MAX
Controller reads 100 (assuming maximum allowable voltage for power
supply being addressed is 100V).
VOLT?