calibrate
¶
The calibrate commands module.
These commands are used in the following models: MSO2
THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.
Please report an issue if one is found.
Commands and Queries
- CALibrate:INTERNal
- CALibrate:INTERNal:STARt
- CALibrate:INTERNal:STATus?
- CALibrate:PWRUpstatus?
- 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
.internal: TheCALibrate:INTERNalcommand..pwrupstatus: TheCALibrate:PWRUpstatuscommand.
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.
pwrupstatus
property
¶
pwrupstatus: CalibratePwrupstatus
Return the CALibrate:PWRUpstatus command.
Description
- This query-only command returns the current status of the power-up calibration.
Usage
- Using the
.query()method will send theCALibrate:PWRUpstatus?query. - Using the
.verify(value)method will send theCALibrate:PWRUpstatus?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CALibrate:PWRUpstatus?
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?
CalibratePwrupstatus
¶
Bases: SCPICmdRead
The CALibrate:PWRUpstatus command.
Description
- This query-only command returns the current status of the power-up calibration.
Usage
- Using the
.query()method will send theCALibrate:PWRUpstatus?query. - Using the
.verify(value)method will send theCALibrate:PWRUpstatus?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CALibrate:PWRUpstatus?