Chapter 2 Command System RIGOL
MSO7000/DS7000 Programming Guide 2-147
[:SOURce[<n>]]:OUTPut[<n>][:STATe]
[:SOURce[<n>]]:OUTPut[<n>][:STATe] <bool>
[:SOURce[<n>]]:OUTPut[<n>][:STATe]?
Enables or disables the output of the specified function/arbitrary waveform generator
channel; or queries the output status of the specified function/arbitrary waveform
generator channel.
When omitted, by default, the
operations are carried out on
GI.
The [:SOURce[<n>]] and :OUTPut[<n>] are used to specify the channel of the
function/arbitrary waveform generator. The former has a high priority over the latter.
That is, when the former is omitted, the latter is used to specify the channel; when the
former is not omitted, the former is used to specify the channel.
The query returns OFF or ON.
:OUTPut 1 /*Enables the output of GI.*/
:OUTPut? /*The query returns ON.*/
[:SOURce[<n>]]:OUTPut[<n>]:IMPedance
[:SOURce[<n>]]:OUTPut[<n>]:IMPedance <impedance>
[:SOURce[<n>]]:OUTPut[<n>]:IMPedance?
Sets or queries the impedance of the specified function/arbitrary waveform generator
channel.
When omitted, by default, the
operations are carried out on GI.
OMEG: indicates HighZ; FIFTy: indicates 50Ω.
The query returns OMEG or FIFT.
:OUTPut:IMPedance FIFTy /*Sets the input impedance of GI to FIFTy.*/
:OUTPut:IMPedance? /*The query returns FIFT.*/