synchronize
¶
The synchronize commands module.
These commands are used in the following models: AWG70KA, AWG70KB
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:CONFigure <port_configuration>
- SYNChronize:CONFigure?
- SYNChronize:DESKew:ABORt
- SYNChronize:DESKew:STARt
- SYNChronize:DESKew:STATe?
- SYNChronize:ENABle {ON|OFF|1|0}
- SYNChronize:ENABle?
- SYNChronize:TYPE?
Synchronize
¶
Bases: SCPICmdRead
The SYNChronize command tree.
Usage
- Using the
.query()method will send theSYNChronize?query. - Using the
.verify(value)method will send theSYNChronize?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.adjust: TheSYNChronize:ADJustcommand tree..configure: TheSYNChronize:CONFigurecommand..deskew: TheSYNChronize:DESKewcommand tree..enable: TheSYNChronize:ENABlecommand..type: TheSYNChronize:TYPEcommand.
adjust
property
¶
adjust: SynchronizeAdjust
Return the SYNChronize:ADJust command tree.
Usage
- Using the
.query()method will send theSYNChronize:ADJust?query. - Using the
.verify(value)method will send theSYNChronize:ADJust?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.start: TheSYNChronize:ADJust:STARtcommand.
configure
property
¶
configure: SynchronizeConfigure
Return the SYNChronize:CONFigure command.
Description
- This command configures the ports in a synchronized system and forces an initialization within the selected configuration.
Usage
- Using the
.query()method will send theSYNChronize:CONFigure?query. - Using the
.verify(value)method will send theSYNChronize:CONFigure?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSYNChronize:CONFigure valuecommand.
SCPI Syntax
- SYNChronize:CONFigure <port_configuration>
- SYNChronize:CONFigure?
deskew
property
¶
deskew: SynchronizeDeskew
Return the SYNChronize:DESKew command tree.
Usage
- Using the
.query()method will send theSYNChronize:DESKew?query. - Using the
.verify(value)method will send theSYNChronize:DESKew?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.abort: TheSYNChronize:DESKew:ABORtcommand..state: TheSYNChronize:DESKew:STATecommand..start: TheSYNChronize:DESKew:STARtcommand.
enable
property
¶
enable: SynchronizeEnable
Return the SYNChronize:ENABle command.
Description
- This command enables or disables synchronization in the instrument.
Usage
- Using the
.query()method will send theSYNChronize:ENABle?query. - Using the
.verify(value)method will send theSYNChronize:ENABle?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSYNChronize:ENABle valuecommand.
SCPI Syntax
- SYNChronize:ENABle {ON|OFF|1|0}
- SYNChronize:ENABle?
type
property
¶
type: SynchronizeType
Return the SYNChronize:TYPE command.
Description
- This command returns the instrument type (master or slave) in the synchronized system.
Usage
- Using the
.query()method will send theSYNChronize:TYPE?query. - Using the
.verify(value)method will send theSYNChronize:TYPE?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- SYNChronize:TYPE?
SynchronizeAdjust
¶
Bases: SCPICmdRead
The SYNChronize:ADJust command tree.
Usage
- Using the
.query()method will send theSYNChronize:ADJust?query. - Using the
.verify(value)method will send theSYNChronize:ADJust?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.start: TheSYNChronize:ADJust:STARtcommand.
start
property
¶
start: SynchronizeAdjustStart
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 theSYNChronize:ADJust:STARtcommand.
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 theSYNChronize:ADJust:STARtcommand.
SCPI Syntax
- SYNChronize:ADJust:STARt
SynchronizeConfigure
¶
Bases: SCPICmdWrite, SCPICmdRead
The SYNChronize:CONFigure command.
Description
- This command configures the ports in a synchronized system and forces an initialization within the selected configuration.
Usage
- Using the
.query()method will send theSYNChronize:CONFigure?query. - Using the
.verify(value)method will send theSYNChronize:CONFigure?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSYNChronize:CONFigure valuecommand.
SCPI Syntax
- SYNChronize:CONFigure <port_configuration>
- SYNChronize:CONFigure?
SynchronizeDeskew
¶
Bases: SCPICmdRead
The SYNChronize:DESKew command tree.
Usage
- Using the
.query()method will send theSYNChronize:DESKew?query. - Using the
.verify(value)method will send theSYNChronize:DESKew?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.abort: TheSYNChronize:DESKew:ABORtcommand..state: TheSYNChronize:DESKew:STATecommand..start: TheSYNChronize:DESKew:STARtcommand.
abort
property
¶
abort: SynchronizeDeskewAbort
Return the SYNChronize:DESKew:ABORt command.
Description
- This command cancels a system deskew calibration.
Usage
- Using the
.write()method will send theSYNChronize:DESKew:ABORtcommand.
SCPI Syntax
- SYNChronize:DESKew:ABORt
start
property
¶
start: SynchronizeDeskewStart
Return the SYNChronize:DESKew:STARt command.
Description
- This command only performs a system deskew calibration.
Usage
- Using the
.write()method will send theSYNChronize:DESKew:STARtcommand.
SCPI Syntax
- SYNChronize:DESKew:STARt
state
property
¶
state: SynchronizeDeskewState
Return the SYNChronize:DESKew:STATe command.
Description
- This command returns the state of the system deskew condition.
Usage
- Using the
.query()method will send theSYNChronize:DESKew:STATe?query. - Using the
.verify(value)method will send theSYNChronize:DESKew:STATe?query and raise an AssertionError if the returned value does not matchvalue.
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 theSYNChronize:DESKew:ABORtcommand.
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 theSYNChronize:DESKew:STARtcommand.
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 theSYNChronize:DESKew:STATe?query. - Using the
.verify(value)method will send theSYNChronize:DESKew:STATe?query and raise an AssertionError if the returned value does not matchvalue.
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 theSYNChronize:ENABle?query. - Using the
.verify(value)method will send theSYNChronize:ENABle?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSYNChronize:ENABle valuecommand.
SCPI Syntax
- SYNChronize:ENABle {ON|OFF|1|0}
- SYNChronize:ENABle?
SynchronizeType
¶
Bases: SCPICmdRead
The SYNChronize:TYPE command.
Description
- This command returns the instrument type (master or slave) in the synchronized system.
Usage
- Using the
.query()method will send theSYNChronize:TYPE?query. - Using the
.verify(value)method will send theSYNChronize:TYPE?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- SYNChronize:TYPE?