Chapter 2 Command System RIGOL
MSO1000Z/DS1000Z Programming Guide 2-131
[:SOURce[<n>]]:OUTPut[<n>][:STATe]
[:SOURce[<n>]]:OUTPut[<n>][:STATe] <bool>
[:SOURce[<n>]]:OUTPut[<n>][:STATe]?
Turn on or off the output of the specified source channel, or query the status of the output
of the specified source channel.
If omitted, the operation is
performed on source 1 by
default
[:SOURce[<n>]] and :OUTPut [<n>] are used to specify the source channel. The former
enjoys higher priority over the latter; namely if the former is omitted, the channel is
specified by the latter and if the former is not omitted, the channel is specified by the
former.
The query returns OFF or ON.
:OUTPut 1 /*Turn on the output of source 1*/
:OUTPut? /*The query returns ON*/
[:SOURce[<n>]]:OUTPut[<n>]:IMPedance
[:SOURce[<n>]]:OUTPut[<n>]:IMPedance <impedance>
[:SOURce[<n>]]:OUTPut[<n>]:IMPedance?
Set or query the impedance of the specified source channel.
If omitted, the operation is
performed on source 1 by
default
 [:SOURce[<n>]] and :OUTPut [<n>] are used to specify the source channel. The
former enjoys higher priority over the latter, namely if the former is omitted, the
channel is specified by the latter and if the former is not omitted, the channel is
specified by the former.
 OMEG: highZ; FIFTy: 50Ω
The query returns OMEG or FIFT.
:OUTPut:IMPedance FIFTy /*Set the output impedance of source 1 to 50Ω*/
:OUTPut:IMPedance? /*The query returns FIFT*/