Lecroy WaveStation 2052 Function Generator, Frequency Generator WaveStation 2052 Manual De Usuario

Los códigos de productos
WaveStation 2052
Descargar
Página de 32
WaveStation SCPI Command Reference Manual  
 
920595 RevA
 
22
 
OUTP - Output Command 
DESCRIPTION 
Enable or disable the output connector on the front panel for a specified channel. 
The query returns an On or Off value. 
COMMAND
 
SYNTAX 
  
 
 
<channel>: OUTPut <parameter> 
 
 
 
<channel>:= {C1,C2} 
<parameter >:= {A parameter from the following table} 
Parameters 
Value 
Description 
ON 
 
Turn on channel  
OFF 
 
Turn off channel 
LOAD 
<load> 
Value of load 
Where:  
 
<load>:= {50, HZ} 
QUERY
  
SYNTAX 
 
 
<channel>: OUTPut? 
RESPONSE
 
FORMAT 
 
 
 
<channel>: OUTPut <load> 
EXAMPLE
 
Turn on C1. 
C1: OUTP ON 
EXAMPLE
 
Read the C1 output state. 
C1: OUTP? 
 
Return: 
C1: OUTP ON,LOAD,HZ 
EXAMPLE
 
 
 
Set the load to 50 Ω. 
 
 
 
C1: OUTP LOAD,50