User Manual
6
1.4. Output Command
DESCRIPTION Enable or disable the output of the [Output] connector at the front panel
corresponding to the channel.
The query returns ON or OFF.
COMMAND SYNTAX <channel>: OUTPut <parameter>
<channel>:={C1,C2}
<parameter >:= {a parameter from the table belo w}
Parameters
Value
Description
ON
---
Turn on channel
OFF
---
Turn off channel
LOAD
<loa d>
Value of lo ad
where: <load>:= {50(default unit is ohm), HZ}
QUERY SYNTAX <channel>: OUTPut?
RESPONSE FORMAT <channel>:OUTPut <load>
EXAMPLE 1 Turns on channel one.
C1:OUTP ON
EXAMPLE 2 Reads channel one output state.
C1:OUTP?
return:
C1:OUTP ON,LOAD,HZ
EXAMPLE 4 Set the load to 50Ω
C1:OUTP LOAD,50