teklink
¶
The teklink commands module.
These commands are used in the following models: DPO5K, DPO5KB, DPO70KC, DPO70KD, DPO70KDX, DPO70KSX, DPO7K, DPO7KC, DSA70KC, DSA70KD, MSO5K, MSO5KB, MSO70KC, MSO70KDX
THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.
Please report an issue if one is found.
Commands and Queries
- TEKLink:CONNection?
- TEKLink:REFClk {ON|OFF|PENDING}
- TEKLink:REFClk?
Teklink
¶
Bases: SCPICmdRead
The TEKLink command tree.
Usage
- Using the
.query()method will send theTEKLink?query. - Using the
.verify(value)method will send theTEKLink?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.connection: TheTEKLink:CONNectioncommand..refclk: TheTEKLink:REFClkcommand.
connection
property
¶
connection: TeklinkConnection
Return the TEKLink:CONNection command.
Description
- This command returns the current TekLink network connection.
Usage
- Using the
.query()method will send theTEKLink:CONNection?query. - Using the
.verify(value)method will send theTEKLink:CONNection?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- TEKLink:CONNection?
refclk
property
¶
refclk: TeklinkRefclk
Return the TEKLink:REFClk command.
Description
- This command sets or queries the current state of the intrument’s TekLink Reference Output.
Usage
- Using the
.query()method will send theTEKLink:REFClk?query. - Using the
.verify(value)method will send theTEKLink:REFClk?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theTEKLink:REFClk valuecommand.
SCPI Syntax
- TEKLink:REFClk {ON|OFF|PENDING}
- TEKLink:REFClk?
Info
ONspecifies the on state of the TekLink Reference Output.OFFspecifies the off state of the TekLink Reference Output.PENDINGspecifies the pending state of the TekLink Reference Output.
TeklinkConnection
¶
Bases: SCPICmdRead
The TEKLink:CONNection command.
Description
- This command returns the current TekLink network connection.
Usage
- Using the
.query()method will send theTEKLink:CONNection?query. - Using the
.verify(value)method will send theTEKLink:CONNection?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- TEKLink:CONNection?
TeklinkRefclk
¶
Bases: SCPICmdWrite, SCPICmdRead
The TEKLink:REFClk command.
Description
- This command sets or queries the current state of the intrument’s TekLink Reference Output.
Usage
- Using the
.query()method will send theTEKLink:REFClk?query. - Using the
.verify(value)method will send theTEKLink:REFClk?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theTEKLink:REFClk valuecommand.
SCPI Syntax
- TEKLink:REFClk {ON|OFF|PENDING}
- TEKLink:REFClk?
Info
ONspecifies the on state of the TekLink Reference Output.OFFspecifies the off state of the TekLink Reference Output.PENDINGspecifies the pending state of the TekLink Reference Output.