meastable
¶
The meastable commands module.
These commands are used in the following models: DPO7AX, LPD6, MSO2, MSO4, MSO4B, MSO5, MSO5B, MSO5LP, MSO6, MSO6B, TekScopePC
THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.
Please report an issue if one is found.
Commands and Queries
- MEASTABle:ADDNew <QString>
- MEASTABle:DELETE <QString>
Meastable
¶
Bases: SCPICmdRead
The MEASTABle command tree.
Usage
- Using the
.query()method will send theMEASTABle?query. - Using the
.verify(value)method will send theMEASTABle?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.addnew: TheMEASTABle:ADDNewcommand..delete: TheMEASTABle:DELETEcommand.
addnew
property
¶
addnew: MeastableAddnew
Return the MEASTABle:ADDNew command.
Description
- This command adds a new measurement results view table to the scope application. The results view table can be named through the argument sent to the command.
Usage
- Using the
.write(value)method will send theMEASTABle:ADDNew valuecommand.
SCPI Syntax
- MEASTABle:ADDNew <QString>
Info
<QString>specifies a new measurement results view table to the scope application.
delete
property
¶
delete: MeastableDelete
Return the MEASTABle:DELETE command.
Description
- This command removes the requested measurement results view table from the scope application.
Usage
- Using the
.write(value)method will send theMEASTABle:DELETE valuecommand.
SCPI Syntax
- MEASTABle:DELETE <QString>
Info
<QString>specifies a measurement results view table to remove.
MeastableAddnew
¶
Bases: SCPICmdWrite
The MEASTABle:ADDNew command.
Description
- This command adds a new measurement results view table to the scope application. The results view table can be named through the argument sent to the command.
Usage
- Using the
.write(value)method will send theMEASTABle:ADDNew valuecommand.
SCPI Syntax
- MEASTABle:ADDNew <QString>
Info
<QString>specifies a new measurement results view table to the scope application.
MeastableDelete
¶
Bases: SCPICmdWrite
The MEASTABle:DELETE command.
Description
- This command removes the requested measurement results view table from the scope application.
Usage
- Using the
.write(value)method will send theMEASTABle:DELETE valuecommand.
SCPI Syntax
- MEASTABle:DELETE <QString>
Info
<QString>specifies a measurement results view table to remove.