Operation and Features 2Keysight U2722A/U2723A User’s Guide 43Channel control using SCPI commandsThe following SCPI commands shows a sample procedure of controlling a singlechannel.To source voltage, the following sequence must be followed.a Set voltage & current range (without any particular priority in sequence).b Set CURRENT limit using [:SOURce]:CURRent:LIMit ,(@1|2|3), where is the value in amperes.c Drive VOLTAGE using [:SOURce]:VOLTage[:LEVel][:IMMediate][:AMPLitude] , (@1|2|3), where is the value involts.Example 1, Set drive voltage at channel 1→ *CLS; *RST Resets the source to the default power-onstate. This command can be ignored if thisoperation is not required.→ SOUR:VOLT:RANG R20V,(@1) Sets voltage range of channel 1 to 20 V.→ SOUR:CURR:RANG R10mA,(@1) Sets current range of channel 1 to 10 mA.→ SOUR:CURR:LIM 8mA,(@1) Sets current range of channel 1 to 8 mA.→ SOUR:VOLT 5,(@1) Sets channel 1 to output 5 V.→ OUTP ON,(@1) Turns on output for channel 1.→ MEAS:VOLT? (@1) Queries the voltage for channel 1.← 4.99