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 the CALibrate? query.
  • Using the .verify(value) method will send the CALibrate? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- CALibrate?
Properties
  • .internal: The CALibrate:INTERNal command.
  • .pwrupstatus: The CALibrate:PWRUpstatus command.

internal property

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.
Usage
  • Using the .write() method will send the CALibrate:INTERNal command.
SCPI Syntax
- CALibrate:INTERNal
Sub-properties
  • .start: The CALibrate:INTERNal:STARt command.
  • .status: The CALibrate:INTERNal:STATus command.

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 the CALibrate:PWRUpstatus? query.
  • Using the .verify(value) method will send the CALibrate:PWRUpstatus? query and raise an AssertionError if the returned value does not match value.
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.
Usage
  • Using the .write() method will send the CALibrate:INTERNal command.
SCPI Syntax
- CALibrate:INTERNal
Properties
  • .start: The CALibrate:INTERNal:STARt command.
  • .status: The CALibrate:INTERNal:STATus command.

start property

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:INTERNAL command. You can use the CALIBRATE:INTERNAL:STATUS query to return the current status of the signal path calibration of the instrument.
Usage
  • Using the .write() method will send the CALibrate:INTERNal:STARt command.
SCPI Syntax
- CALibrate:INTERNal:STARt

status property

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 the CALibrate:INTERNal:STATus? query.
  • Using the .verify(value) method will send the CALibrate:INTERNal:STATus? query and raise an AssertionError if the returned value does not match value.
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:INTERNAL command. You can use the CALIBRATE:INTERNAL:STATUS query to return the current status of the signal path calibration of the instrument.
Usage
  • Using the .write() method will send the CALibrate:INTERNal:STARt command.
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 the CALibrate:INTERNal:STATus? query.
  • Using the .verify(value) method will send the CALibrate:INTERNal:STATus? query and raise an AssertionError if the returned value does not match value.
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 the CALibrate:PWRUpstatus? query.
  • Using the .verify(value) method will send the CALibrate:PWRUpstatus? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- CALibrate:PWRUpstatus?