connectivity
¶
The connectivity commands module.
These commands are used in the following models: AWG5200, AWG70KA, AWG70KB
THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.
Please report an issue if one is found.
Commands and Queries
- CONNectivity:ACTive <generator_name>
- CONNectivity:ACTive?
- CONNectivity:CONNect <hostname>[,<generator_name>]
- CONNectivity:DISConnect <generator_name>
- CONNectivity:GANG:CREAte <gang_name>,<member1>,<member2>[,<member3>[,<member4>]]
- CONNectivity:REMove <generator_name>
- CONNectivity:STATus? <generator_name>
Connectivity
¶
Bases: SCPICmdRead
The CONNectivity command tree.
Usage
- Using the
.query()method will send theCONNectivity?query. - Using the
.verify(value)method will send theCONNectivity?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.active: TheCONNectivity:ACTivecommand..connect: TheCONNectivity:CONNectcommand..disconnect: TheCONNectivity:DISConnectcommand..gang: TheCONNectivity:GANGcommand tree..remove: TheCONNectivity:REMovecommand..status: TheCONNectivity:STATuscommand.
active
property
¶
active: ConnectivityActive
Return the CONNectivity:ACTive command.
Description
- This command sets or returns the active generator using the connected generator name. The active generator is the target of instrument operations. Only a single generator can be active at once. The set version of this command must use the actual generator name as listed in the Generator List (in the SourceXpress application).
Usage
- Using the
.query()method will send theCONNectivity:ACTive?query. - Using the
.verify(value)method will send theCONNectivity:ACTive?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theCONNectivity:ACTive valuecommand.
SCPI Syntax
- CONNectivity:ACTive <generator_name>
- CONNectivity:ACTive?
connect
property
¶
connect: ConnectivityConnect
Return the CONNectivity:CONNect command.
Description
- This command connects SourceXpress to a remote generator using the generator’s hostname, making the remote generator available for use by SourceXpress. You can also assign a unique generator name of the connected generator. If a name is not specified, then the hostname is used as the name for the connected generator. The generator name is the name that appears in the Generator List.
Usage
- Using the
.write(value)method will send theCONNectivity:CONNect valuecommand.
SCPI Syntax
- CONNectivity:CONNect <hostname>[,<generator_name>]
disconnect
property
¶
disconnect: ConnectivityDisconnect
Return the CONNectivity:DISConnect command.
Description
- This command disconnects the named generator from SourceXpress.
Usage
- Using the
.write(value)method will send theCONNectivity:DISConnect valuecommand.
SCPI Syntax
- CONNectivity:DISConnect <generator_name>
gang
property
¶
gang: ConnectivityGang
Return the CONNectivity:GANG command tree.
Usage
- Using the
.query()method will send theCONNectivity:GANG?query. - Using the
.verify(value)method will send theCONNectivity:GANG?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.create: TheCONNectivity:GANG:CREAtecommand.
remove
property
¶
remove: ConnectivityRemove
Return the CONNectivity:REMove command.
Description
- This command removes the named generator from SourceXpress. If the named generator is the active generator, it is disconnected and removed without warning. If the generator is in a gang, the gang and all its members are removed.
Usage
- Using the
.write(value)method will send theCONNectivity:REMove valuecommand.
SCPI Syntax
- CONNectivity:REMove <generator_name>
status
property
¶
status: ConnectivityStatus
Return the CONNectivity:STATus command.
Description
- This command returns the connection status of the named generator.
Usage
- Using the
.query(argument)method will send theCONNectivity:STATus? argumentquery. - Using the
.verify(argument, value)method will send theCONNectivity:STATus? argumentquery and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONNectivity:STATus? <generator_name>
ConnectivityActive
¶
Bases: SCPICmdWrite, SCPICmdRead
The CONNectivity:ACTive command.
Description
- This command sets or returns the active generator using the connected generator name. The active generator is the target of instrument operations. Only a single generator can be active at once. The set version of this command must use the actual generator name as listed in the Generator List (in the SourceXpress application).
Usage
- Using the
.query()method will send theCONNectivity:ACTive?query. - Using the
.verify(value)method will send theCONNectivity:ACTive?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theCONNectivity:ACTive valuecommand.
SCPI Syntax
- CONNectivity:ACTive <generator_name>
- CONNectivity:ACTive?
ConnectivityConnect
¶
Bases: SCPICmdWrite
The CONNectivity:CONNect command.
Description
- This command connects SourceXpress to a remote generator using the generator’s hostname, making the remote generator available for use by SourceXpress. You can also assign a unique generator name of the connected generator. If a name is not specified, then the hostname is used as the name for the connected generator. The generator name is the name that appears in the Generator List.
Usage
- Using the
.write(value)method will send theCONNectivity:CONNect valuecommand.
SCPI Syntax
- CONNectivity:CONNect <hostname>[,<generator_name>]
ConnectivityDisconnect
¶
Bases: SCPICmdWrite
The CONNectivity:DISConnect command.
Description
- This command disconnects the named generator from SourceXpress.
Usage
- Using the
.write(value)method will send theCONNectivity:DISConnect valuecommand.
SCPI Syntax
- CONNectivity:DISConnect <generator_name>
ConnectivityGang
¶
Bases: SCPICmdRead
The CONNectivity:GANG command tree.
Usage
- Using the
.query()method will send theCONNectivity:GANG?query. - Using the
.verify(value)method will send theCONNectivity:GANG?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.create: TheCONNectivity:GANG:CREAtecommand.
create
property
¶
create: ConnectivityGangCreate
Return the CONNectivity:GANG:CREAte command.
Description
- This command creates a gang generator consisting of the specified instruments (members). A gang generator can consist of 2 to 4 generators. The gang is placed in the Generator List.
Usage
- Using the
.write(value)method will send theCONNectivity:GANG:CREAte valuecommand.
SCPI Syntax
- CONNectivity:GANG:CREAte <gang_name>,<member1>,<member2>[,<member3>[,<member4>]]
ConnectivityGangCreate
¶
Bases: SCPICmdWrite
The CONNectivity:GANG:CREAte command.
Description
- This command creates a gang generator consisting of the specified instruments (members). A gang generator can consist of 2 to 4 generators. The gang is placed in the Generator List.
Usage
- Using the
.write(value)method will send theCONNectivity:GANG:CREAte valuecommand.
SCPI Syntax
- CONNectivity:GANG:CREAte <gang_name>,<member1>,<member2>[,<member3>[,<member4>]]
ConnectivityRemove
¶
Bases: SCPICmdWrite
The CONNectivity:REMove command.
Description
- This command removes the named generator from SourceXpress. If the named generator is the active generator, it is disconnected and removed without warning. If the generator is in a gang, the gang and all its members are removed.
Usage
- Using the
.write(value)method will send theCONNectivity:REMove valuecommand.
SCPI Syntax
- CONNectivity:REMove <generator_name>
ConnectivityStatus
¶
Bases: SCPICmdReadWithArguments
The CONNectivity:STATus command.
Description
- This command returns the connection status of the named generator.
Usage
- Using the
.query(argument)method will send theCONNectivity:STATus? argumentquery. - Using the
.verify(argument, value)method will send theCONNectivity:STATus? argumentquery and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONNectivity:STATus? <generator_name>