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 the MULTiscope? query.
  • Using the .verify(value) method will send the MULTiscope? query and raise an AssertionError if the returned value does not match value.
Properties
  • .config: The MULTiscope:CONFig command.
  • .exit: The MULTiscope:EXIT command.
  • .restart: The MULTiscope:RESTART command.
  • .status: The MULTiscope:STATUS command.

config property

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 the MULTiscope:CONFig value command.
SCPI Syntax
- MULTiscope:CONFig {ATI|TEKCONnect|TIMESYnc}
Info
  • ATI sets the MultiScope system to use the ATI channels.
  • TEKCONNECT sets the MultiScope system to use the TekConnect channels.
  • TIMESYNC sets 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

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 the MULTiscope:EXIT command.
SCPI Syntax
- MULTiscope:EXIT

restart property

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 the MULTiscope:RESTART command.
SCPI Syntax
- MULTiscope:RESTART

status property

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 the MULTiscope:STATUS? query.
  • Using the .verify(value) method will send the MULTiscope:STATUS? query and raise an AssertionError if the returned value does not match value.
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 the MULTiscope:CONFig value command.
SCPI Syntax
- MULTiscope:CONFig {ATI|TEKCONnect|TIMESYnc}
Info
  • ATI sets the MultiScope system to use the ATI channels.
  • TEKCONNECT sets the MultiScope system to use the TekConnect channels.
  • TIMESYNC sets 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 the MULTiscope:EXIT command.
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 the MULTiscope:RESTART command.
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 the MULTiscope:STATUS? query.
  • Using the .verify(value) method will send the MULTiscope:STATUS? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- MULTiscope:STATUS?