diagnostic
¶
The diagnostic commands module.
These commands are used in the following models: AFG3K, AFG3KB, AFG3KC
THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.
Please report an issue if one is found.
Commands and Queries
- DIAGnostic:ALL
- DIAGnostic:ALL?
Diagnostic
¶
Bases: SCPICmdRead
The DIAGnostic command tree.
Usage
- Using the
.query()method will send theDIAGnostic?query. - Using the
.verify(value)method will send theDIAGnostic?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.all: TheDIAGnostic:ALLcommand.
all
property
¶
all: DiagnosticAll
Return the DIAGnostic:ALL command.
Description
- The DIAGnostic[
:ALL] command performs a self-test. The DIAGnostic[:ALL]? command returns the results after executing the test.
Usage
- Using the
.query()method will send theDIAGnostic:ALL?query. - Using the
.verify(value)method will send theDIAGnostic:ALL?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write()method will send theDIAGnostic:ALLcommand.
SCPI Syntax
- DIAGnostic:ALL
- DIAGnostic:ALL?
DiagnosticAll
¶
Bases: SCPICmdWriteNoArguments, SCPICmdRead
The DIAGnostic:ALL command.
Description
- The DIAGnostic[
:ALL] command performs a self-test. The DIAGnostic[:ALL]? command returns the results after executing the test.
Usage
- Using the
.query()method will send theDIAGnostic:ALL?query. - Using the
.verify(value)method will send theDIAGnostic:ALL?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write()method will send theDIAGnostic:ALLcommand.
SCPI Syntax
- DIAGnostic:ALL
- DIAGnostic:ALL?