calibrate
¶
The calibrate commands module.
These commands are used in the following models: DPO7AX, LPD6, MSO4, MSO4B, MSO5, MSO5B, MSO5LP, MSO6, MSO6B
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. Note: When running SPC through the remote interface, calibration status cannot be obtained until after the SPC completes, which can take several minutes.
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:STATus?query to return the current status of the signal path calibration of the instrument. Note: When running SPC through the remote interface, calibration status cannot be obtained until after the SPC completes. SPC takes approximately 15 minutes per channel which means a total of 2 hours on an 8-channel model. Any remote command that performs an action on the instrument is also disabled until the SPC is complete.
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:STATus?query to return the current status of the signal path calibration of the instrument. Note: When running SPC through the remote interface, calibration status cannot be obtained until after the SPC completes. SPC takes approximately 15 minutes per channel which means a total of 2 hours on an 8-channel model. Any remote command that performs an action on the instrument is also disabled until the SPC is complete.
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:STATus?query to return the current status of the signal path calibration of the instrument. Note: When running SPC through the remote interface, calibration status cannot be obtained until after the SPC completes. SPC takes approximately 15 minutes per channel which means a total of 2 hours on an 8-channel model. Any remote command that performs an action on the instrument is also disabled until the SPC is complete.
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. Note: When running SPC through the remote interface, calibration status cannot be obtained until after the SPC completes. SPC takes approximately 15 minutes per channel which means a total of 2 hours on an 8-channel model. Any remote command that performs an action on the instrument is also disabled until the SPC is complete.
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:STATus?query to return the current status of the signal path calibration of the instrument. Note: When running SPC through the remote interface, calibration status cannot be obtained until after the SPC completes. SPC takes approximately 15 minutes per channel which means a total of 2 hours on an 8-channel model. Any remote command that performs an action on the instrument is also disabled until the SPC is complete.
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. Note: When running SPC through the remote interface, calibration status cannot be obtained until after the SPC completes. SPC takes approximately 15 minutes per channel which means a total of 2 hours on an 8-channel model. Any remote command that performs an action on the instrument is also disabled until the SPC is complete.
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?