multiscope
¶
The multiscope commands module.
These commands are used in the following models: DPO5K, DPO5KB, DPO70KC, DPO70KD, DPO70KDX, DPO70KSX, DPO7K, DPO7KC, DSA70KC, DSA70KD, MSO5K, MSO5KB, MSO70KC, MSO70KDX
THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.
Please report an issue if one is found.
Commands and Queries
- MULTiscope:CONFig {ATI|TEKCONnect|TIMESYnc}
- MULTiscope:EXIT
- MULTiscope:RESTART
- MULTiscope:STATUS?
Multiscope
¶
Bases: SCPICmdRead
The MULTiscope command tree.
Usage
- Using the
.query()method will send theMULTiscope?query. - Using the
.verify(value)method will send theMULTiscope?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.config: TheMULTiscope:CONFigcommand..exit: TheMULTiscope:EXITcommand..restart: TheMULTiscope:RESTARTcommand..status: TheMULTiscope:STATUScommand.
config
property
¶
config: MultiscopeConfig
Return the MULTiscope:CONFig command.
Description
- This command sets or queries the current MultiScope operational configuration. This command is for the Master instrument in the multi-instrument configuration.
Usage
- Using the
.write(value)method will send theMULTiscope:CONFig valuecommand.
SCPI Syntax
- MULTiscope:CONFig {ATI|TEKCONnect|TIMESYnc}
Info
ATIsets the MultiScope system to use the ATI channels.TEKCONNECTsets the MultiScope system to use the TekConnect channels.TIMESYNCsets the MultiScope system to use the TekConnect channels in TimeSync mode. TimeSync mode is only available on some instruments. The Master instrument controls the instrument hardware such as the horizontal and trigger settings. Desired results are only achieved in Single Sequence acquisition mode. Data from all channels can be acquired using programmable interface commands.
exit
property
¶
exit: MultiscopeExit
Return the MULTiscope:EXIT command.
Description
- This command instructs the Configuration Managers (and active scope applications) across the entire MultiScope configuration to shutdown.
Usage
- Using the
.write()method will send theMULTiscope:EXITcommand.
SCPI Syntax
- MULTiscope:EXIT
restart
property
¶
restart: MultiscopeRestart
Return the MULTiscope:RESTART command.
Description
- This command instructs the Configuration Managers (and active scope applications) across the entire MultiScope configuration to exit and restart themselves.
Usage
- Using the
.write()method will send theMULTiscope:RESTARTcommand.
SCPI Syntax
- MULTiscope:RESTART
status
property
¶
status: MultiscopeStatus
Return the MULTiscope:STATUS command.
Description
- This query returns the current state of oscilloscopes in the MultiScope system.
Usage
- Using the
.query()method will send theMULTiscope:STATUS?query. - Using the
.verify(value)method will send theMULTiscope:STATUS?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- MULTiscope:STATUS?
MultiscopeConfig
¶
Bases: SCPICmdWrite
The MULTiscope:CONFig command.
Description
- This command sets or queries the current MultiScope operational configuration. This command is for the Master instrument in the multi-instrument configuration.
Usage
- Using the
.write(value)method will send theMULTiscope:CONFig valuecommand.
SCPI Syntax
- MULTiscope:CONFig {ATI|TEKCONnect|TIMESYnc}
Info
ATIsets the MultiScope system to use the ATI channels.TEKCONNECTsets the MultiScope system to use the TekConnect channels.TIMESYNCsets the MultiScope system to use the TekConnect channels in TimeSync mode. TimeSync mode is only available on some instruments. The Master instrument controls the instrument hardware such as the horizontal and trigger settings. Desired results are only achieved in Single Sequence acquisition mode. Data from all channels can be acquired using programmable interface commands.
MultiscopeExit
¶
Bases: SCPICmdWriteNoArguments
The MULTiscope:EXIT command.
Description
- This command instructs the Configuration Managers (and active scope applications) across the entire MultiScope configuration to shutdown.
Usage
- Using the
.write()method will send theMULTiscope:EXITcommand.
SCPI Syntax
- MULTiscope:EXIT
MultiscopeRestart
¶
Bases: SCPICmdWriteNoArguments
The MULTiscope:RESTART command.
Description
- This command instructs the Configuration Managers (and active scope applications) across the entire MultiScope configuration to exit and restart themselves.
Usage
- Using the
.write()method will send theMULTiscope:RESTARTcommand.
SCPI Syntax
- MULTiscope:RESTART
MultiscopeStatus
¶
Bases: SCPICmdRead
The MULTiscope:STATUS command.
Description
- This query returns the current state of oscilloscopes in the MultiScope system.
Usage
- Using the
.query()method will send theMULTiscope:STATUS?query. - Using the
.verify(value)method will send theMULTiscope:STATUS?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- MULTiscope:STATUS?