calibrate
¶
The calibrate commands module.
These commands are used in the following models: DPO4K, DPO4KB, MDO3, MDO3K, MDO4K, MDO4KB, MDO4KC, MSO4K, MSO4KB
THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.
Please report an issue if one is found.
Commands and Queries
- CALibrate:FACtory:AFG:VALue <NR3>
- CALibrate:FACtory:STATus:AFG?
- CALibrate:FACtory:STATus:RF?
- CALibrate:FACtory:STATus:SCOPE?
- CALibrate:FACtory:STATus?
- CALibrate:INTERNal
- CALibrate:INTERNal:STARt
- CALibrate:INTERNal:STATus:RF?
- CALibrate:INTERNal:STATus:SCOPE?
- CALibrate:INTERNal:STATus?
- CALibrate:POWerupstatus?
- CALibrate:RESults:FACtory:AFG?
- CALibrate:RESults:FACtory:RF?
- CALibrate:RESults:FACtory:SCOPE?
- CALibrate:RESults:FACtory?
- CALibrate:RESults:SPC:RF?
- CALibrate:RESults:SPC:SCOPE?
- CALibrate:RESults:SPC?
- CALibrate:RESults?
- CALibrate:RF
- CALibrate:RF:STARt
- CALibrate:RF:STATus?
- 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 tree..internal: TheCALibrate:INTERNalcommand..powerupstatus: TheCALibrate:POWerupstatuscommand..results: TheCALibrate:RESultscommand..rf: TheCALibrate:RFcommand..temperature: TheCALibrate:TEMPeraturecommand.
factory
property
¶
factory: CalibrateFactory
Return the CALibrate:FACtory command tree.
Usage
- Using the
.query()method will send theCALibrate:FACtory?query. - Using the
.verify(value)method will send theCALibrate:FACtory?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.afg: TheCALibrate:FACtory:AFGcommand tree..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.
rf
property
¶
rf: CalibrateRf
Return the CALibrate:RF command.
Description
- This command begins the RF calibration process. You should first disconnect all cables
and probes from the RF input before using this command. The calibration process takes
approximately 3 minutes. This command is identical to
CALibrate:RF:STARt.
Usage
- Using the
.write()method will send theCALibrate:RFcommand.
SCPI Syntax
- CALibrate:RF
Sub-properties
.start: TheCALibrate:RF:STARtcommand..status: TheCALibrate:RF:STATuscommand.
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: SCPICmdRead
The CALibrate:FACtory command tree.
Usage
- Using the
.query()method will send theCALibrate:FACtory?query. - Using the
.verify(value)method will send theCALibrate:FACtory?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.afg: TheCALibrate:FACtory:AFGcommand tree..status: TheCALibrate:FACtory:STATuscommand.
afg
property
¶
afg: CalibrateFactoryAfg
Return the CALibrate:FACtory:AFG command tree.
Usage
- Using the
.query()method will send theCALibrate:FACtory:AFG?query. - Using the
.verify(value)method will send theCALibrate:FACtory:AFG?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.value: TheCALibrate:FACtory:AFG:VALuecommand.
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?
Sub-properties
.afg: TheCALibrate:FACtory:STATus:AFGcommand..rf: TheCALibrate:FACtory:STATus:RFcommand..scope: TheCALibrate:FACtory:STATus:SCOPEcommand.
CalibrateFactoryAfg
¶
Bases: SCPICmdRead
The CALibrate:FACtory:AFG command tree.
Usage
- Using the
.query()method will send theCALibrate:FACtory:AFG?query. - Using the
.verify(value)method will send theCALibrate:FACtory:AFG?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.value: TheCALibrate:FACtory:AFG:VALuecommand.
value
property
¶
value: CalibrateFactoryAfgValue
Return the CALibrate:FACtory:AFG:VALue command.
Description
- For steps that require the measurement value of a connected DVM or frequency counter, this command is used to send those values to the scope calibration software.
Usage
- Using the
.write(value)method will send theCALibrate:FACtory:AFG:VALue valuecommand.
SCPI Syntax
- CALibrate:FACtory:AFG:VALue <NR3>
CalibrateFactoryAfgValue
¶
Bases: SCPICmdWrite
The CALibrate:FACtory:AFG:VALue command.
Description
- For steps that require the measurement value of a connected DVM or frequency counter, this command is used to send those values to the scope calibration software.
Usage
- Using the
.write(value)method will send theCALibrate:FACtory:AFG:VALue valuecommand.
SCPI Syntax
- CALibrate:FACtory:AFG:VALue <NR3>
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?
Properties
.afg: TheCALibrate:FACtory:STATus:AFGcommand..rf: TheCALibrate:FACtory:STATus:RFcommand..scope: TheCALibrate:FACtory:STATus:SCOPEcommand.
afg
property
¶
Return the CALibrate:FACtory:STATus:AFG command.
Description
- This query returns the factory calibration status for the Arbitrary Function Generator
portion of the instrument, if present. This query is synonymous with
CALIBRATE:RESULTS:FACTORY:AFG
Usage
- Using the
.query()method will send theCALibrate:FACtory:STATus:AFG?query. - Using the
.verify(value)method will send theCALibrate:FACtory:STATus:AFG?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CALibrate:FACtory:STATus:AFG?
rf
property
¶
Return the CALibrate:FACtory:STATus:RF command.
Description
- Returns the factory calibration status value saved in nonvolatile memory for the RF
portion of the oscilloscope. This query is synonymous with
CALIBRATE:RESULTS:FACTORY:RF.
Usage
- Using the
.query()method will send theCALibrate:FACtory:STATus:RF?query. - Using the
.verify(value)method will send theCALibrate:FACtory:STATus:RF?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CALibrate:FACtory:STATus:RF?
scope
property
¶
scope: CalibrateFactoryStatusScope
Return the CALibrate:FACtory:STATus:SCOPE command.
Description
- Returns the factory calibration status value saved in nonvolatile memory for the
non-RF portion of the oscilloscope. It is synonymous with the
:CALibrate:RESults:FACtory:SCOPE?query.
Usage
- Using the
.query()method will send theCALibrate:FACtory:STATus:SCOPE?query. - Using the
.verify(value)method will send theCALibrate:FACtory:STATus:SCOPE?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CALibrate:FACtory:STATus:SCOPE?
CalibrateFactoryStatusAfg
¶
Bases: SCPICmdRead
The CALibrate:FACtory:STATus:AFG command.
Description
- This query returns the factory calibration status for the Arbitrary Function Generator
portion of the instrument, if present. This query is synonymous with
CALIBRATE:RESULTS:FACTORY:AFG
Usage
- Using the
.query()method will send theCALibrate:FACtory:STATus:AFG?query. - Using the
.verify(value)method will send theCALibrate:FACtory:STATus:AFG?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CALibrate:FACtory:STATus:AFG?
CalibrateFactoryStatusRf
¶
Bases: SCPICmdRead
The CALibrate:FACtory:STATus:RF command.
Description
- Returns the factory calibration status value saved in nonvolatile memory for the RF
portion of the oscilloscope. This query is synonymous with
CALIBRATE:RESULTS:FACTORY:RF.
Usage
- Using the
.query()method will send theCALibrate:FACtory:STATus:RF?query. - Using the
.verify(value)method will send theCALibrate:FACtory:STATus:RF?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CALibrate:FACtory:STATus:RF?
CalibrateFactoryStatusScope
¶
Bases: SCPICmdRead
The CALibrate:FACtory:STATus:SCOPE command.
Description
- Returns the factory calibration status value saved in nonvolatile memory for the non-RF
portion of the oscilloscope. It is synonymous with the
:CALibrate:RESults:FACtory:SCOPE?query.
Usage
- Using the
.query()method will send theCALibrate:FACtory:STATus:SCOPE?query. - Using the
.verify(value)method will send theCALibrate:FACtory:STATus:SCOPE?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CALibrate:FACtory:STATus:SCOPE?
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?
Sub-properties
.rf: TheCALibrate:INTERNal:STATus:RFcommand..scope: TheCALibrate:INTERNal:STATus:SCOPEcommand.
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?
Properties
.rf: TheCALibrate:INTERNal:STATus:RFcommand..scope: TheCALibrate:INTERNal:STATus:SCOPEcommand.
rf
property
¶
Return the CALibrate:INTERNal:STATus:RF command.
Description
- This query returns the status of the last SPC run for the RF portion of the
instrument: (doesn’t include the analog channels). This query is synonymous with
CALibrate:RESults:SPC:RF?
Usage
- Using the
.query()method will send theCALibrate:INTERNal:STATus:RF?query. - Using the
.verify(value)method will send theCALibrate:INTERNal:STATus:RF?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CALibrate:INTERNal:STATus:RF?
scope
property
¶
scope: CalibrateInternalStatusScope
Return the CALibrate:INTERNal:STATus:SCOPE command.
Description
- This query returns the status of the last SPC run for the oscilloscope portion of the
instrument (doesn’t include the RF portion). To query the status of the RF portions,
use
CALIBRATE:INTERNAL:STATUS:RF Thisquery is synonymous toCALIBRATE:RESULTS:SPC:SCOPE
Usage
- Using the
.query()method will send theCALibrate:INTERNal:STATus:SCOPE?query. - Using the
.verify(value)method will send theCALibrate:INTERNal:STATus:SCOPE?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CALibrate:INTERNal:STATus:SCOPE?
CalibrateInternalStatusRf
¶
Bases: SCPICmdRead
The CALibrate:INTERNal:STATus:RF command.
Description
- This query returns the status of the last SPC run for the RF portion of the instrument:
(doesn’t include the analog channels). This query is synonymous with
CALibrate:RESults:SPC:RF?
Usage
- Using the
.query()method will send theCALibrate:INTERNal:STATus:RF?query. - Using the
.verify(value)method will send theCALibrate:INTERNal:STATus:RF?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CALibrate:INTERNal:STATus:RF?
CalibrateInternalStatusScope
¶
Bases: SCPICmdRead
The CALibrate:INTERNal:STATus:SCOPE command.
Description
- This query returns the status of the last SPC run for the oscilloscope portion of the
instrument (doesn’t include the RF portion). To query the status of the RF portions, use
CALIBRATE:INTERNAL:STATUS:RF Thisquery is synonymous toCALIBRATE:RESULTS:SPC:SCOPE
Usage
- Using the
.query()method will send theCALibrate:INTERNal:STATus:SCOPE?query. - Using the
.verify(value)method will send theCALibrate:INTERNal:STATus:SCOPE?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CALibrate:INTERNal:STATus:SCOPE?
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?
Sub-properties
.afg: TheCALibrate:RESults:FACtory:AFGcommand..rf: TheCALibrate:RESults:FACtory:RFcommand..scope: TheCALibrate:RESults:FACtory:SCOPEcommand.
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?
Sub-properties
.rf: TheCALibrate:RESults:SPC:RFcommand..scope: TheCALibrate:RESults:SPC:SCOPEcommand.
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?
Properties
.afg: TheCALibrate:RESults:FACtory:AFGcommand..rf: TheCALibrate:RESults:FACtory:RFcommand..scope: TheCALibrate:RESults:FACtory:SCOPEcommand.
afg
property
¶
Return the CALibrate:RESults:FACtory:AFG command.
Description
- This query returns the factory calibration status for the Arbitrary Function Generator
portion of the instrument, if present. This query is synonymous with
CALibrate:FACtory:STATus:AFG?
Usage
- Using the
.query()method will send theCALibrate:RESults:FACtory:AFG?query. - Using the
.verify(value)method will send theCALibrate:RESults:FACtory:AFG?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CALibrate:RESults:FACtory:AFG?
rf
property
¶
Return the CALibrate:RESults:FACtory:RF command.
Description
- This query returns the factory calibration status for the RF portion of the
instrument, if present. This query is synonymous with
CALibrate:FACtory:STATus:RF?
Usage
- Using the
.query()method will send theCALibrate:RESults:FACtory:RF?query. - Using the
.verify(value)method will send theCALibrate:RESults:FACtory:RF?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CALibrate:RESults:FACtory:RF?
scope
property
¶
scope: CalibrateResultsFactoryScope
Return the CALibrate:RESults:FACtory:SCOPE command.
Description
- This query returns the factory calibration status for the oscilloscope (doesn’t
include RF or AFG) of the instrument. This query is synonymous with the following
query:
:CALibrateFACtory:STATus:SCOPE?
Usage
- Using the
.query()method will send theCALibrate:RESults:FACtory:SCOPE?query. - Using the
.verify(value)method will send theCALibrate:RESults:FACtory:SCOPE?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CALibrate:RESults:FACtory:SCOPE?
CalibrateResultsFactoryAfg
¶
Bases: SCPICmdRead
The CALibrate:RESults:FACtory:AFG command.
Description
- This query returns the factory calibration status for the Arbitrary Function Generator
portion of the instrument, if present. This query is synonymous with
CALibrate:FACtory:STATus:AFG?
Usage
- Using the
.query()method will send theCALibrate:RESults:FACtory:AFG?query. - Using the
.verify(value)method will send theCALibrate:RESults:FACtory:AFG?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CALibrate:RESults:FACtory:AFG?
CalibrateResultsFactoryRf
¶
Bases: SCPICmdRead
The CALibrate:RESults:FACtory:RF command.
Description
- This query returns the factory calibration status for the RF portion of the instrument, if
present. This query is synonymous with
CALibrate:FACtory:STATus:RF?
Usage
- Using the
.query()method will send theCALibrate:RESults:FACtory:RF?query. - Using the
.verify(value)method will send theCALibrate:RESults:FACtory:RF?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CALibrate:RESults:FACtory:RF?
CalibrateResultsFactoryScope
¶
Bases: SCPICmdRead
The CALibrate:RESults:FACtory:SCOPE command.
Description
- This query returns the factory calibration status for the oscilloscope (doesn’t include RF
or AFG) of the instrument. This query is synonymous with the following query:
:CALibrateFACtory:STATus:SCOPE?
Usage
- Using the
.query()method will send theCALibrate:RESults:FACtory:SCOPE?query. - Using the
.verify(value)method will send theCALibrate:RESults:FACtory:SCOPE?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CALibrate:RESults:FACtory:SCOPE?
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?
Properties
.rf: TheCALibrate:RESults:SPC:RFcommand..scope: TheCALibrate:RESults:SPC:SCOPEcommand.
rf
property
¶
Return the CALibrate:RESults:SPC:RF command.
Description
- This query returns the status of the last SPC run for the RF portion of the instrument
(doesn’t include analog channels) . This query is synonymous with
CALibrate:INTERNal:STATus:RF?
Usage
- Using the
.query()method will send theCALibrate:RESults:SPC:RF?query. - Using the
.verify(value)method will send theCALibrate:RESults:SPC:RF?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CALibrate:RESults:SPC:RF?
scope
property
¶
scope: CalibrateResultsSpcScope
Return the CALibrate:RESults:SPC:SCOPE command.
Description
- This query returns the status of the last SPC run for the oscilloscope portion of the
instrument (doesn’t include the RF portion). This query is synonymous to
CALibrate:INTERNal:STATus:SCOPE?
Usage
- Using the
.query()method will send theCALibrate:RESults:SPC:SCOPE?query. - Using the
.verify(value)method will send theCALibrate:RESults:SPC:SCOPE?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CALibrate:RESults:SPC:SCOPE?
CalibrateResultsSpcRf
¶
Bases: SCPICmdRead
The CALibrate:RESults:SPC:RF command.
Description
- This query returns the status of the last SPC run for the RF portion of the instrument
(doesn’t include analog channels) . This query is synonymous with
CALibrate:INTERNal:STATus:RF?
Usage
- Using the
.query()method will send theCALibrate:RESults:SPC:RF?query. - Using the
.verify(value)method will send theCALibrate:RESults:SPC:RF?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CALibrate:RESults:SPC:RF?
CalibrateResultsSpcScope
¶
Bases: SCPICmdRead
The CALibrate:RESults:SPC:SCOPE command.
Description
- This query returns the status of the last SPC run for the oscilloscope portion of the
instrument (doesn’t include the RF portion). This query is synonymous to
CALibrate:INTERNal:STATus:SCOPE?
Usage
- Using the
.query()method will send theCALibrate:RESults:SPC:SCOPE?query. - Using the
.verify(value)method will send theCALibrate:RESults:SPC:SCOPE?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CALibrate:RESults:SPC:SCOPE?
CalibrateRf
¶
Bases: SCPICmdWriteNoArguments, SCPICmdRead
The CALibrate:RF command.
Description
- This command begins the RF calibration process. You should first disconnect all cables and
probes from the RF input before using this command. The calibration process takes
approximately 3 minutes. This command is identical to
CALibrate:RF:STARt.
Usage
- Using the
.write()method will send theCALibrate:RFcommand.
SCPI Syntax
- CALibrate:RF
Properties
.start: TheCALibrate:RF:STARtcommand..status: TheCALibrate:RF:STATuscommand.
start
property
¶
start: CalibrateRfStart
Return the CALibrate:RF:STARt command.
Description
- This command is identical to
CALIBRATE:RF.
Usage
- Using the
.write()method will send theCALibrate:RF:STARtcommand.
SCPI Syntax
- CALibrate:RF:STARt
status
property
¶
status: CalibrateRfStatus
Return the CALibrate:RF:STATus command.
Description
- This query returns the status of the last RF calibration.
Usage
- Using the
.query()method will send theCALibrate:RF:STATus?query. - Using the
.verify(value)method will send theCALibrate:RF:STATus?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CALibrate:RF:STATus?
CalibrateRfStart
¶
Bases: SCPICmdWriteNoArguments
The CALibrate:RF:STARt command.
Description
- This command is identical to
CALIBRATE:RF.
Usage
- Using the
.write()method will send theCALibrate:RF:STARtcommand.
SCPI Syntax
- CALibrate:RF:STARt
CalibrateRfStatus
¶
Bases: SCPICmdRead
The CALibrate:RF:STATus command.
Description
- This query returns the status of the last RF calibration.
Usage
- Using the
.query()method will send theCALibrate:RF:STATus?query. - Using the
.verify(value)method will send theCALibrate:RF:STATus?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CALibrate:RF:STATus?
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?