socketserver
¶
The socketserver commands module.
These commands are used in the following models: MSO2, TekScopePC
THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.
Please report an issue if one is found.
Commands and Queries
- SOCKETServer:ENAble {ON|OFF|1|0}
- SOCKETServer:ENAble?
- SOCKETServer:PORT <NR1>
- SOCKETServer:PORT?
- SOCKETServer:PROTOCol {TERMinal|NONe}
- SOCKETServer:PROTOCol?
Socketserver
¶
Bases: SCPICmdRead
The SOCKETServer command tree.
Usage
- Using the
.query()method will send theSOCKETServer?query. - Using the
.verify(value)method will send theSOCKETServer?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.enable: TheSOCKETServer:ENAblecommand..port: TheSOCKETServer:PORTcommand..protocol: TheSOCKETServer:PROTOColcommand.
enable
property
¶
enable: SocketserverEnable
Return the SOCKETServer:ENAble command.
Description
- This command enables or disables the socket server which supports a telnet or other TCPIP socket connection to send commands and queries to the instrument. The default state is enabled.
Usage
- Using the
.query()method will send theSOCKETServer:ENAble?query. - Using the
.verify(value)method will send theSOCKETServer:ENAble?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSOCKETServer:ENAble valuecommand.
SCPI Syntax
- SOCKETServer:ENAble {ON|OFF|1|0}
- SOCKETServer:ENAble?
Info
1enables the socket server. If the state is 0 (disabled) and this command is sent to enable the socket server when the port is in use by another service, then the error event code 221 (Settings conflict) is posted to the event queue and the socket server remains disabled. In this case, select a different port number and attempt to enable the socket server again.0disables the socket server.ONenables the socket server.OFFdisables the socket server.
port
property
¶
port: SocketserverPort
Return the SOCKETServer:PORT command.
Description
- This command sets the TCPIP port for the socket server connection.
Usage
- Using the
.query()method will send theSOCKETServer:PORT?query. - Using the
.verify(value)method will send theSOCKETServer:PORT?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSOCKETServer:PORT valuecommand.
SCPI Syntax
- SOCKETServer:PORT <NR1>
- SOCKETServer:PORT?
Info
<NR1>is the TCPIP port for the socket server connection.
protocol
property
¶
protocol: SocketserverProtocol
Return the SOCKETServer:PROTOCol command.
Description
- This command sets or queries the protocol for the socket server.
Usage
- Using the
.query()method will send theSOCKETServer:PROTOCol?query. - Using the
.verify(value)method will send theSOCKETServer:PROTOCol?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSOCKETServer:PROTOCol valuecommand.
SCPI Syntax
- SOCKETServer:PROTOCol {TERMinal|NONe}
- SOCKETServer:PROTOCol?
Info
TERMinalspecifies terminal protocol for the socket server. When set to TERMinal, a session startup message is sent to the socket and a command prompt is provided.NONedisables the terminal features, allowing the server to be used for raw socket transactions, such as with a VISA socket server. The default setting is NONe.
SocketserverEnable
¶
Bases: SCPICmdWrite, SCPICmdRead
The SOCKETServer:ENAble command.
Description
- This command enables or disables the socket server which supports a telnet or other TCPIP socket connection to send commands and queries to the instrument. The default state is enabled.
Usage
- Using the
.query()method will send theSOCKETServer:ENAble?query. - Using the
.verify(value)method will send theSOCKETServer:ENAble?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSOCKETServer:ENAble valuecommand.
SCPI Syntax
- SOCKETServer:ENAble {ON|OFF|1|0}
- SOCKETServer:ENAble?
Info
1enables the socket server. If the state is 0 (disabled) and this command is sent to enable the socket server when the port is in use by another service, then the error event code 221 (Settings conflict) is posted to the event queue and the socket server remains disabled. In this case, select a different port number and attempt to enable the socket server again.0disables the socket server.ONenables the socket server.OFFdisables the socket server.
SocketserverPort
¶
Bases: SCPICmdWrite, SCPICmdRead
The SOCKETServer:PORT command.
Description
- This command sets the TCPIP port for the socket server connection.
Usage
- Using the
.query()method will send theSOCKETServer:PORT?query. - Using the
.verify(value)method will send theSOCKETServer:PORT?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSOCKETServer:PORT valuecommand.
SCPI Syntax
- SOCKETServer:PORT <NR1>
- SOCKETServer:PORT?
Info
<NR1>is the TCPIP port for the socket server connection.
SocketserverProtocol
¶
Bases: SCPICmdWrite, SCPICmdRead
The SOCKETServer:PROTOCol command.
Description
- This command sets or queries the protocol for the socket server.
Usage
- Using the
.query()method will send theSOCKETServer:PROTOCol?query. - Using the
.verify(value)method will send theSOCKETServer:PROTOCol?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSOCKETServer:PROTOCol valuecommand.
SCPI Syntax
- SOCKETServer:PROTOCol {TERMinal|NONe}
- SOCKETServer:PROTOCol?
Info
TERMinalspecifies terminal protocol for the socket server. When set to TERMinal, a session startup message is sent to the socket and a command prompt is provided.NONedisables the terminal features, allowing the server to be used for raw socket transactions, such as with a VISA socket server. The default setting is NONe.