calibrate
¶
The calibrate commands module.
These commands are used in the following models: DPO2K, DPO2KB, MSO2K, MSO2KB
THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.
Please report an issue if one is found.
Commands and Queries
- CALibrate:FACtory {STARt|CONTinue|PREVious|ABOrt|DUmp}
- CALibrate:FACtory:STATus?
- CALibrate:INTERNal
- CALibrate:INTERNal:STARt
- CALibrate:INTERNal:STATus?
- CALibrate:POWerupstatus?
- CALibrate:RESults:FACtory?
- CALibrate:RESults:SPC?
- CALibrate:RESults?
- CALibrate:TEMPerature?
Calibrate
¶
Bases: SCPICmdRead
The CALibrate command tree.
Usage
- Using the
.query()method will send theCALibrate?query. - Using the
.verify(value)method will send theCALibrate?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.factory: TheCALibrate:FACtorycommand..internal: TheCALibrate:INTERNalcommand..powerupstatus: TheCALibrate:POWerupstatuscommand..results: TheCALibrate:RESultscommand..temperature: TheCALibrate:TEMPeraturecommand.
factory
property
¶
factory: CalibrateFactory
Return the CALibrate:FACtory command.
Description
- Provides the controls for starting and stopping the factory calibration process. The factory calibration process consists of a series of steps.
Usage
- Using the
.write(value)method will send theCALibrate:FACtory valuecommand.
SCPI Syntax
- CALibrate:FACtory {STARt|CONTinue|PREVious|ABOrt|DUmp}
Info
STARtinitializes the factory calibration sequence and starts the first calibration step.CONTinuebegins the next factory calibration step.PREViousattempts to run the most recent factory calibration step again.ABOrtstops the calibration process.DUmpstops the calibration and prints the calibration constants.
Sub-properties
.status: TheCALibrate:FACtory:STATuscommand.
internal
property
¶
internal: CalibrateInternal
Return the CALibrate:INTERNal command.
Description
- This command (no query form) starts the signal path calibration (SPC) of the
instrument. You can use the
CALIBRATE:INTERNAL:STATUSquery to return the current status of the signal path calibration of the instrument.
Usage
- Using the
.write()method will send theCALibrate:INTERNalcommand.
SCPI Syntax
- CALibrate:INTERNal
Sub-properties
.start: TheCALibrate:INTERNal:STARtcommand..status: TheCALibrate:INTERNal:STATuscommand.
powerupstatus
property
¶
powerupstatus: CalibratePowerupstatus
Return the CALibrate:POWerupstatus command.
Description
- Returns the status of the oscilloscope following power on.
Usage
- Using the
.query()method will send theCALibrate:POWerupstatus?query. - Using the
.verify(value)method will send theCALibrate:POWerupstatus?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CALibrate:POWerupstatus?
results
property
¶
results: CalibrateResults
Return the CALibrate:RESults command.
Description
- Returns the status of internal and factory calibrations, without performing any calibration operations. The results returned do not include the calibration status of attached probes. The query is intended to support GO/NoGO testing of the oscilloscope calibration readiness: all returned results should indicate PASS status if the oscilloscope is ‘fit for duty’. It is quite common, however, to use uncalibrated probes (particularly when the oscilloscope inputs are connected into a test system with coaxial cables).
Usage
- Using the
.query()method will send theCALibrate:RESults?query. - Using the
.verify(value)method will send theCALibrate:RESults?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CALibrate:RESults?
Sub-properties
.factory: TheCALibrate:RESults:FACtorycommand..spc: TheCALibrate:RESults:SPCcommand.
temperature
property
¶
temperature: CalibrateTemperature
Return the CALibrate:TEMPerature command.
Description
- Returns the oscilloscope temperature at the time the SPC was run.
Usage
- Using the
.query()method will send theCALibrate:TEMPerature?query. - Using the
.verify(value)method will send theCALibrate:TEMPerature?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CALibrate:TEMPerature?
CalibrateFactory
¶
Bases: SCPICmdWrite, SCPICmdRead
The CALibrate:FACtory command.
Description
- Provides the controls for starting and stopping the factory calibration process. The factory calibration process consists of a series of steps.
Usage
- Using the
.write(value)method will send theCALibrate:FACtory valuecommand.
SCPI Syntax
- CALibrate:FACtory {STARt|CONTinue|PREVious|ABOrt|DUmp}
Info
STARtinitializes the factory calibration sequence and starts the first calibration step.CONTinuebegins the next factory calibration step.PREViousattempts to run the most recent factory calibration step again.ABOrtstops the calibration process.DUmpstops the calibration and prints the calibration constants.
Properties
.status: TheCALibrate:FACtory:STATuscommand.
status
property
¶
status: CalibrateFactoryStatus
Return the CALibrate:FACtory:STATus command.
Description
- Returns the factory calibration status value saved in nonvolatile memory.
Usage
- Using the
.query()method will send theCALibrate:FACtory:STATus?query. - Using the
.verify(value)method will send theCALibrate:FACtory:STATus?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CALibrate:FACtory:STATus?
CalibrateFactoryStatus
¶
Bases: SCPICmdRead
The CALibrate:FACtory:STATus command.
Description
- Returns the factory calibration status value saved in nonvolatile memory.
Usage
- Using the
.query()method will send theCALibrate:FACtory:STATus?query. - Using the
.verify(value)method will send theCALibrate:FACtory:STATus?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CALibrate:FACtory:STATus?
CalibrateInternal
¶
Bases: SCPICmdWriteNoArguments, SCPICmdRead
The CALibrate:INTERNal command.
Description
- This command (no query form) starts the signal path calibration (SPC) of the instrument.
You can use the
CALIBRATE:INTERNAL:STATUSquery to return the current status of the signal path calibration of the instrument.
Usage
- Using the
.write()method will send theCALibrate:INTERNalcommand.
SCPI Syntax
- CALibrate:INTERNal
Properties
.start: TheCALibrate:INTERNal:STARtcommand..status: TheCALibrate:INTERNal:STATuscommand.
start
property
¶
start: CalibrateInternalStart
Return the CALibrate:INTERNal:STARt command.
Description
- This command (no query form) starts the signal path calibration (SPC) of the analog
channels. This command is the same as the
CALIBRATE:INTERNALcommand. You can use theCALIBRATE:INTERNAL:STATUSquery to return the current status of the signal path calibration of the instrument.
Usage
- Using the
.write()method will send theCALibrate:INTERNal:STARtcommand.
SCPI Syntax
- CALibrate:INTERNal:STARt
status
property
¶
status: CalibrateInternalStatus
Return the CALibrate:INTERNal:STATus command.
Description
- This query-only command returns the current status of the signal path calibration.
Usage
- Using the
.query()method will send theCALibrate:INTERNal:STATus?query. - Using the
.verify(value)method will send theCALibrate:INTERNal:STATus?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CALibrate:INTERNal:STATus?
CalibrateInternalStart
¶
Bases: SCPICmdWriteNoArguments
The CALibrate:INTERNal:STARt command.
Description
- This command (no query form) starts the signal path calibration (SPC) of the analog
channels. This command is the same as the
CALIBRATE:INTERNALcommand. You can use theCALIBRATE:INTERNAL:STATUSquery to return the current status of the signal path calibration of the instrument.
Usage
- Using the
.write()method will send theCALibrate:INTERNal:STARtcommand.
SCPI Syntax
- CALibrate:INTERNal:STARt
CalibrateInternalStatus
¶
Bases: SCPICmdRead
The CALibrate:INTERNal:STATus command.
Description
- This query-only command returns the current status of the signal path calibration.
Usage
- Using the
.query()method will send theCALibrate:INTERNal:STATus?query. - Using the
.verify(value)method will send theCALibrate:INTERNal:STATus?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CALibrate:INTERNal:STATus?
CalibratePowerupstatus
¶
Bases: SCPICmdRead
The CALibrate:POWerupstatus command.
Description
- Returns the status of the oscilloscope following power on.
Usage
- Using the
.query()method will send theCALibrate:POWerupstatus?query. - Using the
.verify(value)method will send theCALibrate:POWerupstatus?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CALibrate:POWerupstatus?
CalibrateResults
¶
Bases: SCPICmdRead
The CALibrate:RESults command.
Description
- Returns the status of internal and factory calibrations, without performing any calibration operations. The results returned do not include the calibration status of attached probes. The query is intended to support GO/NoGO testing of the oscilloscope calibration readiness: all returned results should indicate PASS status if the oscilloscope is ‘fit for duty’. It is quite common, however, to use uncalibrated probes (particularly when the oscilloscope inputs are connected into a test system with coaxial cables).
Usage
- Using the
.query()method will send theCALibrate:RESults?query. - Using the
.verify(value)method will send theCALibrate:RESults?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CALibrate:RESults?
Properties
.factory: TheCALibrate:RESults:FACtorycommand..spc: TheCALibrate:RESults:SPCcommand.
factory
property
¶
factory: CalibrateResultsFactory
Return the CALibrate:RESults:FACtory command.
Description
- Returns the status of internal and factory calibration, without performing any calibration operations.
Usage
- Using the
.query()method will send theCALibrate:RESults:FACtory?query. - Using the
.verify(value)method will send theCALibrate:RESults:FACtory?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CALibrate:RESults:FACtory?
spc
property
¶
spc: CalibrateResultsSpc
Return the CALibrate:RESults:SPC command.
Description
- Returns the status of the SPC operation. This query does not initiate a SPC.
Usage
- Using the
.query()method will send theCALibrate:RESults:SPC?query. - Using the
.verify(value)method will send theCALibrate:RESults:SPC?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CALibrate:RESults:SPC?
CalibrateResultsFactory
¶
Bases: SCPICmdRead
The CALibrate:RESults:FACtory command.
Description
- Returns the status of internal and factory calibration, without performing any calibration operations.
Usage
- Using the
.query()method will send theCALibrate:RESults:FACtory?query. - Using the
.verify(value)method will send theCALibrate:RESults:FACtory?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CALibrate:RESults:FACtory?
CalibrateResultsSpc
¶
Bases: SCPICmdRead
The CALibrate:RESults:SPC command.
Description
- Returns the status of the SPC operation. This query does not initiate a SPC.
Usage
- Using the
.query()method will send theCALibrate:RESults:SPC?query. - Using the
.verify(value)method will send theCALibrate:RESults:SPC?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CALibrate:RESults:SPC?
CalibrateTemperature
¶
Bases: SCPICmdRead
The CALibrate:TEMPerature command.
Description
- Returns the oscilloscope temperature at the time the SPC was run.
Usage
- Using the
.query()method will send theCALibrate:TEMPerature?query. - Using the
.verify(value)method will send theCALibrate:TEMPerature?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CALibrate:TEMPerature?