vxi
¶
The vxi commands module.
These commands are used in the following models: DPO7AX, LPD6, MSO2, MSO4, MSO4B, MSO5, MSO5B, MSO5LP, MSO6, MSO6B
THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.
Please report an issue if one is found.
Commands and Queries
- VXI:ENAble {ON|OFF|1|0}
- VXI:ENAble?
- VXI:PORT:HIGH <NR1>
- VXI:PORT:HIGH?
- VXI:PORT:LOW <NR1>
- VXI:PORT:LOW?
Vxi
¶
Bases: SCPICmdRead
The VXI command tree.
Usage
- Using the
.query()method will send theVXI?query. - Using the
.verify(value)method will send theVXI?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.enable: TheVXI:ENAblecommand..port: TheVXI:PORTcommand tree.
enable
property
¶
enable: VxiEnable
Return the VXI:ENAble command.
Description
- This command sets or queries the state of the VXI-11 server, which is used for command and control over an Ethernet connection.
Usage
- Using the
.query()method will send theVXI:ENAble?query. - Using the
.verify(value)method will send theVXI:ENAble?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theVXI:ENAble valuecommand.
SCPI Syntax
- VXI:ENAble {ON|OFF|1|0}
- VXI:ENAble?
Info
ONenables the VXI-11 server.OFFdisables the VXI-11 server.1enables the VXI-11 server.0disables the VXI-11 server.
port
property
¶
port: VxiPort
Return the VXI:PORT command tree.
Usage
- Using the
.query()method will send theVXI:PORT?query. - Using the
.verify(value)method will send theVXI:PORT?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.high: TheVXI:PORT:HIGHcommand..low: TheVXI:PORT:LOWcommand.
VxiEnable
¶
Bases: SCPICmdWrite, SCPICmdRead
The VXI:ENAble command.
Description
- This command sets or queries the state of the VXI-11 server, which is used for command and control over an Ethernet connection.
Usage
- Using the
.query()method will send theVXI:ENAble?query. - Using the
.verify(value)method will send theVXI:ENAble?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theVXI:ENAble valuecommand.
SCPI Syntax
- VXI:ENAble {ON|OFF|1|0}
- VXI:ENAble?
Info
ONenables the VXI-11 server.OFFdisables the VXI-11 server.1enables the VXI-11 server.0disables the VXI-11 server.
VxiPort
¶
Bases: SCPICmdRead
The VXI:PORT command tree.
Usage
- Using the
.query()method will send theVXI:PORT?query. - Using the
.verify(value)method will send theVXI:PORT?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.high: TheVXI:PORT:HIGHcommand..low: TheVXI:PORT:LOWcommand.
high
property
¶
high: VxiPortHigh
Return the VXI:PORT:HIGH command.
Description
- This command sets or queries the higher end of the port range for the VXI-11 server.
Usage
- Using the
.query()method will send theVXI:PORT:HIGH?query. - Using the
.verify(value)method will send theVXI:PORT:HIGH?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theVXI:PORT:HIGH valuecommand.
SCPI Syntax
- VXI:PORT:HIGH <NR1>
- VXI:PORT:HIGH?
Info
<NR1>is the high end of the TCPIP port range for the VXI-11 server connection. Some ports are restricted and cannot be used because they are used by other services. If a restricted port falls between the VXI-11 server low port and the VXI-11 server high port, then the error code 224 (Illegal parameter value) is posted to the event queue and the VXI-11 high port remains unchanged. If the VXI-11 high port number is set to a valid value below the VXI-11 low port number, the VXI-11 low port number is set to the value of the VXI-11 high port number minus one.
low
property
¶
low: VxiPortLow
Return the VXI:PORT:LOW command.
Description
- This command sets or queries the lower end of the port range for the VXI-11 server.
Usage
- Using the
.query()method will send theVXI:PORT:LOW?query. - Using the
.verify(value)method will send theVXI:PORT:LOW?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theVXI:PORT:LOW valuecommand.
SCPI Syntax
- VXI:PORT:LOW <NR1>
- VXI:PORT:LOW?
Info
<NR1>is the low end of the TCPIP port range for the VXI-11 server connection. Some ports are restricted and cannot be used because they are used by other services. If a restricted port falls between the VXI-11 server low port and the VXI-11 server high port, then the error code 224 (Illegal parameter value) is posted to the event queue and the VXI-11 low port remains unchanged. If the VXI-11 low port number is set to a valid value above the VXI-11 high port number, the VXI-11 high port number is set to the value of the VXI-11 low port number plus one.
VxiPortHigh
¶
Bases: SCPICmdWrite, SCPICmdRead
The VXI:PORT:HIGH command.
Description
- This command sets or queries the higher end of the port range for the VXI-11 server.
Usage
- Using the
.query()method will send theVXI:PORT:HIGH?query. - Using the
.verify(value)method will send theVXI:PORT:HIGH?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theVXI:PORT:HIGH valuecommand.
SCPI Syntax
- VXI:PORT:HIGH <NR1>
- VXI:PORT:HIGH?
Info
<NR1>is the high end of the TCPIP port range for the VXI-11 server connection. Some ports are restricted and cannot be used because they are used by other services. If a restricted port falls between the VXI-11 server low port and the VXI-11 server high port, then the error code 224 (Illegal parameter value) is posted to the event queue and the VXI-11 high port remains unchanged. If the VXI-11 high port number is set to a valid value below the VXI-11 low port number, the VXI-11 low port number is set to the value of the VXI-11 high port number minus one.
VxiPortLow
¶
Bases: SCPICmdWrite, SCPICmdRead
The VXI:PORT:LOW command.
Description
- This command sets or queries the lower end of the port range for the VXI-11 server.
Usage
- Using the
.query()method will send theVXI:PORT:LOW?query. - Using the
.verify(value)method will send theVXI:PORT:LOW?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theVXI:PORT:LOW valuecommand.
SCPI Syntax
- VXI:PORT:LOW <NR1>
- VXI:PORT:LOW?
Info
<NR1>is the low end of the TCPIP port range for the VXI-11 server connection. Some ports are restricted and cannot be used because they are used by other services. If a restricted port falls between the VXI-11 server low port and the VXI-11 server high port, then the error code 224 (Illegal parameter value) is posted to the event queue and the VXI-11 low port remains unchanged. If the VXI-11 low port number is set to a valid value above the VXI-11 high port number, the VXI-11 high port number is set to the value of the VXI-11 low port number plus one.