
464
Keysight M8070A Programming Guide
5
SCPI Command Reference
:SYSTem:INFormation:LICenses:MODules[:LIST]?
Syntax
:SYSTem:INFormation:LICenses:MODules[:LIST]?
Description
This command lists the description of all the module licenses supported by
the device.
Example
:SYSTem:INFormation:LICenses:MODules:LIST?
:SYSTem:COMMunicate:TCPip:CONTrol?
Syntax
:SYSTem:COMMunicate:TCPip:CONTrol?
Description
This command implements SCPI over TCP with Control Connection.
The Keysight Automation Advantage (AAA) standard requires that
instruments that support SCPI also support SCPI traffic over TCP with a
control connection. This control channel is set up by sending
SYSTem:COMMunicate:TCPip:CONTrol? to the instrument. To use the
control port:
• Open a socket connection to port 5025, the standard SCPI- over-
sockets port.
• Over that socket connection, issue the SYST:COMM:TCP:CONT? query
to retrieve the control port.
• Open a second socket connection to the control port.
Now you can send control commands: for example, send “DCL\n” on the
control port to issue a device clear.
Example
:SYST:COMM:TCP:CONT?