beautypg.com

Xantrex Technology XDC User Manual

Page 131

background image

Remote Operation

SCPI Commands for Digital Interfaces

Release 3.0

129

To check a triggered setpoint:
SOUR:VOLT:TRIG?
SOUR:CURR:TRIG?
SOUR:POW:TRIG?

To set limits:
SOUR:VOLT:LIM:HIGH
SOUR:VOLT:LIM:LOW
SOUR:CURR:LIM:HIGH
SOUR:CURR:LIM:LOW
SOUR:POW:LIM:HIGH
SOUR:POW:LIM:LOW

If the high end of the range was set to 5 volts, the command, SOUR:VOLT 10 would
return an error.

To check ranges:
SOUR:VOLT:LIM:HIGH?
SOUR:VOLT:LIM:LOW?
SOUR:CURR:LIM:HIGH?
SOUR:CURR:LIM:LOW?
SOUR:POW:LIM:HIGH?
SOUR:POW:LIM:LOW?

Example:

To set voltage to 5.5V and current limit to 100A, send the command:

:VOLT 5.5; :CURR 100

Then check the output:

MEAS:VOLT? 5.500 (example readback, default unit V)

MEAS:CURR? 0.010 (example readback, default unit A)

MEAS:POW? 0.005 (example readback, default unit W)