calibration
¶
The calibration commands module.
These commands are used in the following models: AFG3K, AFG3KB, AFG3KC, AWG5K, AWG5KC, AWG7K, AWG7KC
THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.
Please report an issue if one is found.
Commands and Queries
- CALibration:ALL
- CALibration:ALL?
Calibration
¶
Bases: SCPICmdRead
The CALibration command tree.
Usage
- Using the
.query()method will send theCALibration?query. - Using the
.verify(value)method will send theCALibration?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.all: TheCALibration:ALLcommand.
all
property
¶
all: CalibrationAll
Return the CALibration:ALL command.
Description
- The CALibration[
:ALL] command performs an internal calibration. The CALibration[:ALL]? command performs an internal calibration and returns 0 (Pass) or a calibration error code.
Usage
- Using the
.query()method will send theCALibration:ALL?query. - Using the
.verify(value)method will send theCALibration:ALL?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write()method will send theCALibration:ALLcommand.
SCPI Syntax
- CALibration:ALL
- CALibration:ALL?
CalibrationAll
¶
Bases: SCPICmdWriteNoArguments, SCPICmdRead
The CALibration:ALL command.
Description
- The CALibration[
:ALL] command performs an internal calibration. The CALibration[:ALL]? command performs an internal calibration and returns 0 (Pass) or a calibration error code.
Usage
- Using the
.query()method will send theCALibration:ALL?query. - Using the
.verify(value)method will send theCALibration:ALL?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write()method will send theCALibration:ALLcommand.
SCPI Syntax
- CALibration:ALL
- CALibration:ALL?