test
¶
The test 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
- TEST <QString>
- TEST:RESults:VERBose?
- TEST:RESults?
- TEST:STOP
- TEST?
Test
¶
Bases: SCPICmdWrite, SCPICmdRead
The TEST command.
Description
- This command provides the ability to select and execute an item at any level of the test hierarchy (Test, Area or Subsystem). The query returns the last command sent. This command is equivalent to selecting Instrument Diagnostics from the Utilities menu, choosing a test and then pressing Run.
Usage
- Using the
.query()method will send theTEST?query. - Using the
.verify(value)method will send theTEST?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theTEST valuecommand.
SCPI Syntax
- TEST <QString>
- TEST?
Info
<QString>sets the test ID, which ranges from 0 through 3 characters. If no test ID is specified, all available diagnostics are executed.
Properties
.results: TheTEST:RESultscommand..stop: TheTEST:STOPcommand.
results
property
¶
results: TestResults
Return the TEST:RESults command.
Description
- This query-only command returns an abbreviated status about the results of the last TEST execution. This command is equivalent to selecting Instrument Diagnostics from the Utilities menu and then reviewing the Diagnostic Status.
Usage
- Using the
.query()method will send theTEST:RESults?query. - Using the
.verify(value)method will send theTEST:RESults?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- TEST:RESults?
Sub-properties
.verbose: TheTEST:RESults:VERBosecommand.
stop
property
¶
stop: TestStop
Return the TEST:STOP command.
Description
- This command (no query form) causes test (or diagnostics) execution to terminate at the end of the next low-level test. This command is equivalent to selecting Instrument Diagnostics from the Utilities menu and then clicking Abort.
Usage
- Using the
.write()method will send theTEST:STOPcommand.
SCPI Syntax
- TEST:STOP
TestResults
¶
Bases: SCPICmdRead
The TEST:RESults command.
Description
- This query-only command returns an abbreviated status about the results of the last TEST execution. This command is equivalent to selecting Instrument Diagnostics from the Utilities menu and then reviewing the Diagnostic Status.
Usage
- Using the
.query()method will send theTEST:RESults?query. - Using the
.verify(value)method will send theTEST:RESults?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- TEST:RESults?
Properties
.verbose: TheTEST:RESults:VERBosecommand.
verbose
property
¶
verbose: TestResultsVerbose
Return the TEST:RESults:VERBose command.
Description
- This query-only command returns a more explanatory message about the results of the
last TEST execution than the
TEST:RESULTSquery. This command is equivalent to selecting Instrument Diagnostics from the Utilities menu and then clicking the Error Log button.
Usage
- Using the
.query()method will send theTEST:RESults:VERBose?query. - Using the
.verify(value)method will send theTEST:RESults:VERBose?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- TEST:RESults:VERBose?
TestResultsVerbose
¶
Bases: SCPICmdRead
The TEST:RESults:VERBose command.
Description
- This query-only command returns a more explanatory message about the results of the last
TEST execution than the
TEST:RESULTSquery. This command is equivalent to selecting Instrument Diagnostics from the Utilities menu and then clicking the Error Log button.
Usage
- Using the
.query()method will send theTEST:RESults:VERBose?query. - Using the
.verify(value)method will send theTEST:RESults:VERBose?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- TEST:RESults:VERBose?
TestStop
¶
Bases: SCPICmdWriteNoArguments
The TEST:STOP command.
Description
- This command (no query form) causes test (or diagnostics) execution to terminate at the end of the next low-level test. This command is equivalent to selecting Instrument Diagnostics from the Utilities menu and then clicking Abort.
Usage
- Using the
.write()method will send theTEST:STOPcommand.
SCPI Syntax
- TEST:STOP