Example 2, To output two DC voltages via CH 201 and CH 202
-> *RST;*CLS
-> SOUR:VOLT 3.5, (@201)
-> SOUR:VOLT 8.1, (@202)
Continuous output mode
The continuous output mode consists of function generator and arbitrary. You can
use the following SCPI commands in arbitrary mode:
For further information, refer to the Keysight U2300A Series USB Multifunction
NOTE
Data Acquisition Programming Guide.
Example 3, To output a sine wave via CH 201
-> *RST;*CLS
-> ROUT:ENAB ON, (@201)
-> APPL:SIN 5, 0, (@201)
-> SYST:ERR?
<- +0, "No Error"
-> OUTP ON
-> OUTP:WAV:FREQ? (@201)
<- 4000
Keysight U2300A Series User's Guide
DATA[:USER]
APPLy:USER
Features and Functions
// To reset DAQ to default power-on
state, this command can be ignored if
this operation is not required
// Set 3.5 VDC output to CH 201
// Set 8.1 VDC output to CH 202
// To reset DAQ to default power-on
state, this command can be ignored if
this operation is not required
// Enable CH 201
// Sine wave with 5 Vp (10 Vpp) and 0
VDC offset
// To check for any error, this command
can be ignored if this operations is not
required
// Turn on output
// Default output waveform is at 4 kHz
3
53