4- 86 Keysight E5260/E5270 Programming Guide, Edition 4
Command Reference
Command Reference
OS
The OS command causes the E5260/E5270 to send a edge trigger from the Ext Trig
Out terminal. To set the trigger logic (initial value: negative), send the TGP
command for the Ext Trig Out terminal.
Syntax OS
Example
Statements
OUTPUT @E5270;"OS"
OSX
The OSX command causes the E5260/E5270 to send a trigger from a trigger output
terminal specified by the port parameter. To set the trigger logic (initial value:
negative), send the TGP command for the specified port.
Syntax OSX port[,level]
Parameters port : External trigger output port number. Integer expression. -2, or 1 to 16.
-2: Ext Trig Out terminal.
1 to 16: Port 1 to 16 of the digital I/O terminal.
To use a digital I/O port, send the TGP command. The port value must
be same as the port value set to the TGP command.
level : Trigger output level. Integer expression. 0, 1, or 2.
0: Logical low.
1: Logical high.
2: Edge trigger (default setting).
If level is not specified, the E5260/E5270 sends the edge trigger. For
the gate trigger output, send OSX port,1 when starting trigger output,
and send OSX port,0 when stopping trigger output.
Example
Statements
OUTPUT @E5270;"OSX 1,1"
OUTPUT @E5270;"TI";1
ENTER @E5270 USING "#,3X,12D,X";Idata
OUTPUT @E5270;"OSX 1,0"
See Also “TGP” and “TGPC”