SCPI Programmers Manual
58
13.2 DDS:TYPE
13.3 DDS:FREQ
13.4 DDS:AMP
13.5 DDS:OFFSet
13.6 DDS:DUTY
:DDS:SWITch ON /*Turn on the signal source*/
:DDS:SWITch? /*The query returns ON*/
:DDS:TYPE <type>
:DDS:TYPE?
Set or query the signal source output wave type
:<type> ::= { SINE| SQUAre| RAMP| EXP| NOISe| DC| ARB1 | ARB2| ARB3| ARB4}
The query returns SINE, SQUAre, RAMP, EXP, NOISe, DC, ARB1, ARB2, ARB3,
ARB4
:DDS:TYPE SINE /*Set the signal source waveform type to sine wave*/
:DDS:TYPE? /*The query returns SINE*/
:DDS:FREQ <freq>
:DDS:FREQ?
Set or query the frequency of the source signal
Query returns frequency in scientific notation
:DDS:FREQ 1000 /*Set the signal source waveform frequency to 1khz*/
:DDS:FREQ? /*The query returns 1.00000e+03*/
Set or query the amplitude of the signal source
Query returns the amplitude in scientific notation
:DDS:AMP 1 /*Set the signal source waveform amplitude to 1V*/
:DDS:AMP? /*The query returns 1.00000e+00*/
:DDS:OFFSet <offset>
:DDS:OFFSet?
Set or query the offset of the source signal
The query returns the offset in scientific notation
:DDS:OFFSet 0.5 /*Set the signal source waveform offset 0.5V*/
:DDS:OFFSet? /*The query returns 5.0000e-01*/
:DDS:DUTY <duty>
:DDS:DUTY?