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 the MEASTABle? query.
  • Using the .verify(value) method will send the MEASTABle? query and raise an AssertionError if the returned value does not match value.
Properties
  • .addnew: The MEASTABle:ADDNew command.
  • .delete: The MEASTABle:DELETE command.

addnew property

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 the MEASTABle:ADDNew value command.
SCPI Syntax
- MEASTABle:ADDNew <QString>
Info
  • <QString> specifies a new measurement results view table to the scope application.

delete property

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 the MEASTABle:DELETE value command.
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 the MEASTABle:ADDNew value command.
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 the MEASTABle:DELETE value command.
SCPI Syntax
- MEASTABle:DELETE <QString>
Info
  • <QString> specifies a measurement results view table to remove.