synchronize

The synchronize commands module.

These commands are used in the following models: AWG5200

THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.

Please report an issue if one is found.

Commands and Queries
- SYNChronize:ADJust:STARt
- SYNChronize:DESKew:ABORt
- SYNChronize:DESKew:STARt
- SYNChronize:DESKew:STATe?
- SYNChronize:ENABle {ON|OFF|1|0}
- SYNChronize:ENABle?
- SYNChronize:TYPE {MASTer|SLAVe}
- SYNChronize:TYPE?

Synchronize

Bases: SCPICmdRead

The SYNChronize command tree.

Usage
  • Using the .query() method will send the SYNChronize? query.
  • Using the .verify(value) method will send the SYNChronize? query and raise an AssertionError if the returned value does not match value.
Properties
  • .adjust: The SYNChronize:ADJust command tree.
  • .deskew: The SYNChronize:DESKew command tree.
  • .enable: The SYNChronize:ENABle command.
  • .type: The SYNChronize:TYPE command.

adjust property

Return the SYNChronize:ADJust command tree.

Usage
  • Using the .query() method will send the SYNChronize:ADJust? query.
  • Using the .verify(value) method will send the SYNChronize:ADJust? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .start: The SYNChronize:ADJust:STARt command.

deskew property

Return the SYNChronize:DESKew command tree.

Usage
  • Using the .query() method will send the SYNChronize:DESKew? query.
  • Using the .verify(value) method will send the SYNChronize:DESKew? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .abort: The SYNChronize:DESKew:ABORt command.
  • .state: The SYNChronize:DESKew:STATe command.
  • .start: The SYNChronize:DESKew:STARt command.

enable property

Return the SYNChronize:ENABle command.

Description
  • This command enables or disables synchronization in the instrument.
Usage
  • Using the .query() method will send the SYNChronize:ENABle? query.
  • Using the .verify(value) method will send the SYNChronize:ENABle? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the SYNChronize:ENABle value command.
SCPI Syntax
- SYNChronize:ENABle {ON|OFF|1|0}
- SYNChronize:ENABle?

type property

Return the SYNChronize:TYPE command.

Description
  • This command sets or returns the instrument type (master or slave) when synchronization is enabled.
Usage
  • Using the .query() method will send the SYNChronize:TYPE? query.
  • Using the .verify(value) method will send the SYNChronize:TYPE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the SYNChronize:TYPE value command.
SCPI Syntax
- SYNChronize:TYPE {MASTer|SLAVe}
- SYNChronize:TYPE?

SynchronizeAdjust

Bases: SCPICmdRead

The SYNChronize:ADJust command tree.

Usage
  • Using the .query() method will send the SYNChronize:ADJust? query.
  • Using the .verify(value) method will send the SYNChronize:ADJust? query and raise an AssertionError if the returned value does not match value.
Properties
  • .start: The SYNChronize:ADJust:STARt command.

start property

Return the SYNChronize:ADJust:STARt command.

Description
  • This command only performs a system sample rate calibration on the synchronized system. This command may take up to 3 minutes to complete.
Usage
  • Using the .write() method will send the SYNChronize:ADJust:STARt command.
SCPI Syntax
- SYNChronize:ADJust:STARt

SynchronizeAdjustStart

Bases: SCPICmdWriteNoArguments

The SYNChronize:ADJust:STARt command.

Description
  • This command only performs a system sample rate calibration on the synchronized system. This command may take up to 3 minutes to complete.
Usage
  • Using the .write() method will send the SYNChronize:ADJust:STARt command.
SCPI Syntax
- SYNChronize:ADJust:STARt

SynchronizeDeskew

Bases: SCPICmdRead

The SYNChronize:DESKew command tree.

Usage
  • Using the .query() method will send the SYNChronize:DESKew? query.
  • Using the .verify(value) method will send the SYNChronize:DESKew? query and raise an AssertionError if the returned value does not match value.
Properties
  • .abort: The SYNChronize:DESKew:ABORt command.
  • .state: The SYNChronize:DESKew:STATe command.
  • .start: The SYNChronize:DESKew:STARt command.

abort property

Return the SYNChronize:DESKew:ABORt command.

Description
  • This command cancels a system deskew calibration.
Usage
  • Using the .write() method will send the SYNChronize:DESKew:ABORt command.
SCPI Syntax
- SYNChronize:DESKew:ABORt

start property

Return the SYNChronize:DESKew:STARt command.

Description
  • This command only performs a system deskew calibration.
Usage
  • Using the .write() method will send the SYNChronize:DESKew:STARt command.
SCPI Syntax
- SYNChronize:DESKew:STARt

state property

Return the SYNChronize:DESKew:STATe command.

Description
  • This command returns the state of the system deskew condition.
Usage
  • Using the .query() method will send the SYNChronize:DESKew:STATe? query.
  • Using the .verify(value) method will send the SYNChronize:DESKew:STATe? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- SYNChronize:DESKew:STATe?

SynchronizeDeskewAbort

Bases: SCPICmdWriteNoArguments

The SYNChronize:DESKew:ABORt command.

Description
  • This command cancels a system deskew calibration.
Usage
  • Using the .write() method will send the SYNChronize:DESKew:ABORt command.
SCPI Syntax
- SYNChronize:DESKew:ABORt

SynchronizeDeskewStart

Bases: SCPICmdWriteNoArguments

The SYNChronize:DESKew:STARt command.

Description
  • This command only performs a system deskew calibration.
Usage
  • Using the .write() method will send the SYNChronize:DESKew:STARt command.
SCPI Syntax
- SYNChronize:DESKew:STARt

SynchronizeDeskewState

Bases: SCPICmdRead

The SYNChronize:DESKew:STATe command.

Description
  • This command returns the state of the system deskew condition.
Usage
  • Using the .query() method will send the SYNChronize:DESKew:STATe? query.
  • Using the .verify(value) method will send the SYNChronize:DESKew:STATe? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- SYNChronize:DESKew:STATe?

SynchronizeEnable

Bases: SCPICmdWrite, SCPICmdRead

The SYNChronize:ENABle command.

Description
  • This command enables or disables synchronization in the instrument.
Usage
  • Using the .query() method will send the SYNChronize:ENABle? query.
  • Using the .verify(value) method will send the SYNChronize:ENABle? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the SYNChronize:ENABle value command.
SCPI Syntax
- SYNChronize:ENABle {ON|OFF|1|0}
- SYNChronize:ENABle?

SynchronizeType

Bases: SCPICmdWrite, SCPICmdRead

The SYNChronize:TYPE command.

Description
  • This command sets or returns the instrument type (master or slave) when synchronization is enabled.
Usage
  • Using the .query() method will send the SYNChronize:TYPE? query.
  • Using the .verify(value) method will send the SYNChronize:TYPE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the SYNChronize:TYPE value command.
SCPI Syntax
- SYNChronize:TYPE {MASTer|SLAVe}
- SYNChronize:TYPE?