calibration
¶
The calibration commands module.
These commands are used in the following models: AWG5200, AWG70KA, AWG70KB
THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.
Please report an issue if one is found.
Commands and Queries
- CALibration:ABORt
- CALibration:ALL
- CALibration:ALL?
- CALibration:CATalog? [{ALL|<subsystem>}[,{ALL|<area>}]]
- CALibration:LOG:CLEar
- CALibration:LOG:FAILuresonly {ON|OFF|1|0}
- CALibration:LOG:FAILuresonly?
- CALibration:LOG?
- CALibration:RESTore
- CALibration:RESult:TEMPerature?
- CALibration:RESult:TIME?
- CALibration:RESult?
- CALibration:RUNNing?
- CALibration:STARt
- CALibration:STATe:FACTory? [<subsystem>][,<area>]]
- CALibration:STATe:USER? [<subsystem>[,<area>]]
- CALibration:STOP:STATe?
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
.abort: TheCALibration:ABORtcommand..catalog: TheCALibration:CATalogcommand..log: TheCALibration:LOGcommand..restore: TheCALibration:RESTorecommand..result: TheCALibration:RESultcommand..running: TheCALibration:RUNNingcommand..start: TheCALibration:STARtcommand..state: TheCALibration:STATecommand tree..stop: TheCALibration:STOPcommand tree..all: TheCALibration:ALLcommand.
abort
property
¶
abort: CalibrationAbort
Return the CALibration:ABORt command.
Description
- This command stops the self calibration process and restores the previous calibration constants.
Usage
- Using the
.write()method will send theCALibration:ABORtcommand.
SCPI Syntax
- CALibration:ABORt
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?
catalog
property
¶
catalog: CalibrationCatalog
Return the CALibration:CATalog command.
Description
- This command returns the list of calibration procedures. All tests are grouped by areas. All areas are grouped by subsystems. The available subsystems, areas, and tests depend on the type of testing (such as POST or ALL).
Usage
- Using the
.query(argument)method will send theCALibration:CATalog? argumentquery. - Using the
.verify(argument, value)method will send theCALibration:CATalog? argumentquery and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CALibration:CATalog? [{ALL|<subsystem>}[,{ALL|<area>}]]
log
property
¶
log: CalibrationLog
Return the CALibration:LOG command.
Description
- This command returns a string of continuous concatenated calibration results. The
start time is recorded plus one or more
path>:<cal name> . This command can be issued while calibration is still in progress. Use the CALIBRATION:LOG:CLEARcommand to start a fresh log and provide additional information. Log results are still valid if the calibration is aborted and the calibration constants are restored.
Usage
- Using the
.query()method will send theCALibration:LOG?query. - Using the
.verify(value)method will send theCALibration:LOG?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CALibration:LOG?
Sub-properties
.clear: TheCALibration:LOG:CLEarcommand..failuresonly: TheCALibration:LOG:FAILuresonlycommand.
restore
property
¶
restore: CalibrationRestore
Return the CALibration:RESTore command.
Description
- This command restores the calibration constants from the factory non-volatile memory and copied to user storage.
Usage
- Using the
.write()method will send theCALibration:RESTorecommand.
SCPI Syntax
- CALibration:RESTore
result
property
¶
result: CalibrationResult
Return the CALibration:RESult command.
Description
- This command returns the status of the last calibration procedure. This query-only command can be issued while calibration is in progress.
Usage
- Using the
.query()method will send theCALibration:RESult?query. - Using the
.verify(value)method will send theCALibration:RESult?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CALibration:RESult?
Sub-properties
.temperature: TheCALibration:RESult:TEMPeraturecommand..time: TheCALibration:RESult:TIMEcommand.
running
property
¶
running: CalibrationRunning
Return the CALibration:RUNNing command.
Description
- This command returns the name of the subsystem, area, and procedure in progress. This command can be issued while procedure is in progress.
Usage
- Using the
.query()method will send theCALibration:RUNNing?query. - Using the
.verify(value)method will send theCALibration:RUNNing?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CALibration:RUNNing?
start
property
¶
start: CalibrationStart
Return the CALibration:STARt command.
Description
- This command starts the calibration.
Usage
- Using the
.write()method will send theCALibration:STARtcommand.
SCPI Syntax
- CALibration:STARt
state
property
¶
state: CalibrationState
Return the CALibration:STATe command tree.
Usage
- Using the
.query()method will send theCALibration:STATe?query. - Using the
.verify(value)method will send theCALibration:STATe?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.factory: TheCALibration:STATe:FACTorycommand..user: TheCALibration:STATe:USERcommand.
stop
property
¶
stop: CalibrationStop
Return the CALibration:STOP command tree.
Usage
- Using the
.query()method will send theCALibration:STOP?query. - Using the
.verify(value)method will send theCALibration:STOP?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.state: TheCALibration:STOP:STATecommand.
CalibrationAbort
¶
Bases: SCPICmdWriteNoArguments
The CALibration:ABORt command.
Description
- This command stops the self calibration process and restores the previous calibration constants.
Usage
- Using the
.write()method will send theCALibration:ABORtcommand.
SCPI Syntax
- CALibration:ABORt
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?
CalibrationCatalog
¶
Bases: SCPICmdReadWithArguments
The CALibration:CATalog command.
Description
- This command returns the list of calibration procedures. All tests are grouped by areas. All areas are grouped by subsystems. The available subsystems, areas, and tests depend on the type of testing (such as POST or ALL).
Usage
- Using the
.query(argument)method will send theCALibration:CATalog? argumentquery. - Using the
.verify(argument, value)method will send theCALibration:CATalog? argumentquery and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CALibration:CATalog? [{ALL|<subsystem>}[,{ALL|<area>}]]
CalibrationLog
¶
Bases: SCPICmdRead
The CALibration:LOG command.
Description
- This command returns a string of continuous concatenated calibration results. The start
time is recorded plus one or more
path>:<cal name> . This command can be issued while calibration is still in progress. Use the CALIBRATION:LOG:CLEARcommand to start a fresh log and provide additional information. Log results are still valid if the calibration is aborted and the calibration constants are restored.
Usage
- Using the
.query()method will send theCALibration:LOG?query. - Using the
.verify(value)method will send theCALibration:LOG?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CALibration:LOG?
Properties
.clear: TheCALibration:LOG:CLEarcommand..failuresonly: TheCALibration:LOG:FAILuresonlycommand.
clear
property
¶
clear: CalibrationLogClear
Return the CALibration:LOG:CLEar command.
Description
- This command clears the results log. The command works when in the active mode for
calibration. See the
ACTIVE:MODEcommand.
Usage
- Using the
.write()method will send theCALibration:LOG:CLEarcommand.
SCPI Syntax
- CALibration:LOG:CLEar
failuresonly
property
¶
failuresonly: CalibrationLogFailuresonly
Return the CALibration:LOG:FAILuresonly command.
Description
- This command sets or returns the flag that controls the amount of result information saved into the log. This controls all tests that pass or fail or only tests that fail. It is important to note, that details are generated during the test, and need to be saved during the test execution.
Usage
- Using the
.query()method will send theCALibration:LOG:FAILuresonly?query. - Using the
.verify(value)method will send theCALibration:LOG:FAILuresonly?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theCALibration:LOG:FAILuresonly valuecommand.
SCPI Syntax
- CALibration:LOG:FAILuresonly {ON|OFF|1|0}
- CALibration:LOG:FAILuresonly?
Info
*RSTsets this to 0.
CalibrationLogClear
¶
Bases: SCPICmdWriteNoArguments
The CALibration:LOG:CLEar command.
Description
- This command clears the results log. The command works when in the active mode for
calibration. See the
ACTIVE:MODEcommand.
Usage
- Using the
.write()method will send theCALibration:LOG:CLEarcommand.
SCPI Syntax
- CALibration:LOG:CLEar
CalibrationLogFailuresonly
¶
Bases: SCPICmdWrite, SCPICmdRead
The CALibration:LOG:FAILuresonly command.
Description
- This command sets or returns the flag that controls the amount of result information saved into the log. This controls all tests that pass or fail or only tests that fail. It is important to note, that details are generated during the test, and need to be saved during the test execution.
Usage
- Using the
.query()method will send theCALibration:LOG:FAILuresonly?query. - Using the
.verify(value)method will send theCALibration:LOG:FAILuresonly?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theCALibration:LOG:FAILuresonly valuecommand.
SCPI Syntax
- CALibration:LOG:FAILuresonly {ON|OFF|1|0}
- CALibration:LOG:FAILuresonly?
Info
*RSTsets this to 0.
CalibrationRestore
¶
Bases: SCPICmdWriteNoArguments
The CALibration:RESTore command.
Description
- This command restores the calibration constants from the factory non-volatile memory and copied to user storage.
Usage
- Using the
.write()method will send theCALibration:RESTorecommand.
SCPI Syntax
- CALibration:RESTore
CalibrationResult
¶
Bases: SCPICmdRead
The CALibration:RESult command.
Description
- This command returns the status of the last calibration procedure. This query-only command can be issued while calibration is in progress.
Usage
- Using the
.query()method will send theCALibration:RESult?query. - Using the
.verify(value)method will send theCALibration:RESult?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CALibration:RESult?
Properties
.temperature: TheCALibration:RESult:TEMPeraturecommand..time: TheCALibration:RESult:TIMEcommand.
temperature
property
¶
temperature: CalibrationResultTemperature
Return the CALibration:RESult:TEMPerature command.
Description
- This command returns the temperature of the last calibration. All temperatures are in °C.
Usage
- Using the
.query()method will send theCALibration:RESult:TEMPerature?query. - Using the
.verify(value)method will send theCALibration:RESult:TEMPerature?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CALibration:RESult:TEMPerature?
time
property
¶
time: CalibrationResultTime
Return the CALibration:RESult:TIME command.
Description
- This command returns the time of the last calibration.
Usage
- Using the
.query()method will send theCALibration:RESult:TIME?query. - Using the
.verify(value)method will send theCALibration:RESult:TIME?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CALibration:RESult:TIME?
CalibrationResultTemperature
¶
Bases: SCPICmdRead
The CALibration:RESult:TEMPerature command.
Description
- This command returns the temperature of the last calibration. All temperatures are in °C.
Usage
- Using the
.query()method will send theCALibration:RESult:TEMPerature?query. - Using the
.verify(value)method will send theCALibration:RESult:TEMPerature?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CALibration:RESult:TEMPerature?
CalibrationResultTime
¶
Bases: SCPICmdRead
The CALibration:RESult:TIME command.
Description
- This command returns the time of the last calibration.
Usage
- Using the
.query()method will send theCALibration:RESult:TIME?query. - Using the
.verify(value)method will send theCALibration:RESult:TIME?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CALibration:RESult:TIME?
CalibrationRunning
¶
Bases: SCPICmdRead
The CALibration:RUNNing command.
Description
- This command returns the name of the subsystem, area, and procedure in progress. This command can be issued while procedure is in progress.
Usage
- Using the
.query()method will send theCALibration:RUNNing?query. - Using the
.verify(value)method will send theCALibration:RUNNing?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CALibration:RUNNing?
CalibrationStart
¶
Bases: SCPICmdWriteNoArguments
The CALibration:STARt command.
Description
- This command starts the calibration.
Usage
- Using the
.write()method will send theCALibration:STARtcommand.
SCPI Syntax
- CALibration:STARt
CalibrationState
¶
Bases: SCPICmdRead
The CALibration:STATe command tree.
Usage
- Using the
.query()method will send theCALibration:STATe?query. - Using the
.verify(value)method will send theCALibration:STATe?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.factory: TheCALibration:STATe:FACTorycommand..user: TheCALibration:STATe:USERcommand.
factory
property
¶
factory: CalibrationStateFactory
Return the CALibration:STATe:FACTory command.
Description
- This command returns the current factory state of the calibration for the AWG. A calibration state will be Calibrated or Uncalibrated. Areas will be calibrated when all procedures for that area have been executed and passed. Subsystems will be calibrated when all areas for that subsystem are calibrated. Each calibrated (as opposed to uncalibrated) state will have a temperature and date time. An uncalibrated state will not have a valid temperature or date time and should be ignored.
Usage
- Using the
.query(argument)method will send theCALibration:STATe:FACTory? argumentquery. - Using the
.verify(argument, value)method will send theCALibration:STATe:FACTory? argumentquery and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CALibration:STATe:FACTory? [<subsystem>][,<area>]]
user
property
¶
user: CalibrationStateUser
Return the CALibration:STATe:USER command.
Description
- This command returns the current user state of the calibration for the AWG. A calibration state will be Calibrated or Uncalibrated. Areas will be calibrated when all procedures for that area have been executed and passed. Subsystems will be calibrated when all areas for that subsystem are calibrated. Each calibrated (as opposed to uncalibrated) state will have a temperature and date time. An uncalibrated state will not have a valid temperature or date time and should be ignored.
Usage
- Using the
.query(argument)method will send theCALibration:STATe:USER? argumentquery. - Using the
.verify(argument, value)method will send theCALibration:STATe:USER? argumentquery and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CALibration:STATe:USER? [<subsystem>[,<area>]]
CalibrationStateFactory
¶
Bases: SCPICmdReadWithArguments
The CALibration:STATe:FACTory command.
Description
- This command returns the current factory state of the calibration for the AWG. A calibration state will be Calibrated or Uncalibrated. Areas will be calibrated when all procedures for that area have been executed and passed. Subsystems will be calibrated when all areas for that subsystem are calibrated. Each calibrated (as opposed to uncalibrated) state will have a temperature and date time. An uncalibrated state will not have a valid temperature or date time and should be ignored.
Usage
- Using the
.query(argument)method will send theCALibration:STATe:FACTory? argumentquery. - Using the
.verify(argument, value)method will send theCALibration:STATe:FACTory? argumentquery and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CALibration:STATe:FACTory? [<subsystem>][,<area>]]
CalibrationStateUser
¶
Bases: SCPICmdReadWithArguments
The CALibration:STATe:USER command.
Description
- This command returns the current user state of the calibration for the AWG. A calibration state will be Calibrated or Uncalibrated. Areas will be calibrated when all procedures for that area have been executed and passed. Subsystems will be calibrated when all areas for that subsystem are calibrated. Each calibrated (as opposed to uncalibrated) state will have a temperature and date time. An uncalibrated state will not have a valid temperature or date time and should be ignored.
Usage
- Using the
.query(argument)method will send theCALibration:STATe:USER? argumentquery. - Using the
.verify(argument, value)method will send theCALibration:STATe:USER? argumentquery and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CALibration:STATe:USER? [<subsystem>[,<area>]]
CalibrationStop
¶
Bases: SCPICmdRead
The CALibration:STOP command tree.
Usage
- Using the
.query()method will send theCALibration:STOP?query. - Using the
.verify(value)method will send theCALibration:STOP?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.state: TheCALibration:STOP:STATecommand.
state
property
¶
state: CalibrationStopState
Return the CALibration:STOP:STATe command.
Description
- This command returns the state of the calibration procedure.
Usage
- Using the
.query()method will send theCALibration:STOP:STATe?query. - Using the
.verify(value)method will send theCALibration:STOP:STATe?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CALibration:STOP:STATe?
CalibrationStopState
¶
Bases: SCPICmdRead
The CALibration:STOP:STATe command.
Description
- This command returns the state of the calibration procedure.
Usage
- Using the
.query()method will send theCALibration:STOP:STATe?query. - Using the
.verify(value)method will send theCALibration:STOP:STATe?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CALibration:STOP:STATe?