calibrate
¶
The calibrate 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
- CALibrate:CALProbe:CH<x>?
- CALibrate:INTERNal
- CALibrate:INTERNal:STARt
- CALibrate:INTERNal:STATus?
- CALibrate:PRObestate:CH<x>?
- CALibrate:RESults:SPC?
- CALibrate:RESults?
- CALibrate?
Calibrate
¶
Bases: SCPICmdRead
The CALibrate command.
Description
- This query returns the status of signal path calibration.
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.
SCPI Syntax
- CALibrate?
Properties
.calprobe: TheCALibrate:CALProbecommand tree..internal: TheCALibrate:INTERNalcommand..probestate: TheCALibrate:PRObestatecommand tree..results: TheCALibrate:RESultscommand.
calprobe
property
¶
calprobe: CalibrateCalprobe
Return the CALibrate:CALProbe command tree.
Usage
- Using the
.query()method will send theCALibrate:CALProbe?query. - Using the
.verify(value)method will send theCALibrate:CALProbe?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.ch: TheCALibrate:CALProbe:CH<x>command.
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.
probestate
property
¶
probestate: CalibrateProbestate
Return the CALibrate:PRObestate command tree.
Usage
- Using the
.query()method will send theCALibrate:PRObestate?query. - Using the
.verify(value)method will send theCALibrate:PRObestate?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.ch: TheCALibrate:PRObestate:CH<x>command.
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
.spc: TheCALibrate:RESults:SPCcommand.
CalibrateCalprobe
¶
Bases: SCPICmdRead
The CALibrate:CALProbe command tree.
Usage
- Using the
.query()method will send theCALibrate:CALProbe?query. - Using the
.verify(value)method will send theCALibrate:CALProbe?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.ch: TheCALibrate:CALProbe:CH<x>command.
ch
property
¶
ch: dict[int, CalibrateCalprobeChannel]
Return the CALibrate:CALProbe:CH<x> command.
Description
- This query-only command instructs the instrument to perform a probe calibration for
the selected channel and returns the calibration status. The Channel
range is 1 through 4. This command is equivalent to selecting Probe Cal from the Vertical menu. You must warm up the instrument for at least 20 minutes before running this command.
Usage
- Using the
.query()method will send theCALibrate:CALProbe:CH<x>?query. - Using the
.verify(value)method will send theCALibrate:CALProbe:CH<x>?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CALibrate:CALProbe:CH<x>?
CalibrateCalprobeChannel
¶
Bases: ValidatedChannel, SCPICmdRead
The CALibrate:CALProbe:CH<x> command.
Description
- This query-only command instructs the instrument to perform a probe calibration for the
selected channel and returns the calibration status. The Channel
range is 1 through 4. This command is equivalent to selecting Probe Cal from the Vertical menu. You must warm up the instrument for at least 20 minutes before running this command.
Usage
- Using the
.query()method will send theCALibrate:CALProbe:CH<x>?query. - Using the
.verify(value)method will send theCALibrate:CALProbe:CH<x>?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CALibrate:CALProbe:CH<x>?
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?
CalibrateProbestate
¶
Bases: SCPICmdRead
The CALibrate:PRObestate command tree.
Usage
- Using the
.query()method will send theCALibrate:PRObestate?query. - Using the
.verify(value)method will send theCALibrate:PRObestate?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.ch: TheCALibrate:PRObestate:CH<x>command.
ch
property
¶
Return the CALibrate:PRObestate:CH<x> command.
Description
- This query-only command returns the probe calibration status for the probe of the selected channel, 1 through 4.
Usage
- Using the
.query()method will send theCALibrate:PRObestate:CH<x>?query. - Using the
.verify(value)method will send theCALibrate:PRObestate:CH<x>?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CALibrate:PRObestate:CH<x>?
CalibrateProbestateChannel
¶
Bases: ValidatedChannel, SCPICmdRead
The CALibrate:PRObestate:CH<x> command.
Description
- This query-only command returns the probe calibration status for the probe of the selected channel, 1 through 4.
Usage
- Using the
.query()method will send theCALibrate:PRObestate:CH<x>?query. - Using the
.verify(value)method will send theCALibrate:PRObestate:CH<x>?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CALibrate:PRObestate:CH<x>?
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
.spc: TheCALibrate:RESults:SPCcommand.
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?
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?