tstamptable

The tstamptable commands module.

These commands are used in the following models: LPD6, MSO4, MSO4B, MSO5, MSO5B, MSO5LP, MSO6, MSO6B

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

Please report an issue if one is found.

Commands and Queries
- TSTamptable:ADDNew <QString>
- TSTamptable:DELETE <QString>
- TSTamptable:LIST?

Tstamptable

Bases: SCPICmdRead

The TSTamptable command tree.

Usage
  • Using the .query() method will send the TSTamptable? query.
  • Using the .verify(value) method will send the TSTamptable? query and raise an AssertionError if the returned value does not match value.
Properties
  • .addnew: The TSTamptable:ADDNew command.
  • .delete: The TSTamptable:DELETE command.
  • .list: The TSTamptable:LIST command.

addnew property

Return the TSTamptable:ADDNew command.

Description
  • This command adds a new History time stamp results table to the scope application.
Usage
  • Using the .write(value) method will send the TSTamptable:ADDNew value command.
SCPI Syntax
- TSTamptable:ADDNew <QString>
Info
  • <QString> specifies the History time stamp results table name.

delete property

Return the TSTamptable:DELETE command.

Description
  • This command deletes the requested History time stamp results table.
Usage
  • Using the .write(value) method will send the TSTamptable:DELETE value command.
SCPI Syntax
- TSTamptable:DELETE <QString>
Info
  • <QString> specifies the History time stamp results table name.

list property

Return the TSTamptable:LIST command.

Description
  • This command queries the list of History time stamp results tables has been added.
Usage
  • Using the .query() method will send the TSTamptable:LIST? query.
  • Using the .verify(value) method will send the TSTamptable:LIST? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- TSTamptable:LIST?

TstamptableAddnew

Bases: SCPICmdWrite

The TSTamptable:ADDNew command.

Description
  • This command adds a new History time stamp results table to the scope application.
Usage
  • Using the .write(value) method will send the TSTamptable:ADDNew value command.
SCPI Syntax
- TSTamptable:ADDNew <QString>
Info
  • <QString> specifies the History time stamp results table name.

TstamptableDelete

Bases: SCPICmdWrite

The TSTamptable:DELETE command.

Description
  • This command deletes the requested History time stamp results table.
Usage
  • Using the .write(value) method will send the TSTamptable:DELETE value command.
SCPI Syntax
- TSTamptable:DELETE <QString>
Info
  • <QString> specifies the History time stamp results table name.

TstamptableList

Bases: SCPICmdRead

The TSTamptable:LIST command.

Description
  • This command queries the list of History time stamp results tables has been added.
Usage
  • Using the .query() method will send the TSTamptable:LIST? query.
  • Using the .verify(value) method will send the TSTamptable:LIST? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- TSTamptable:LIST?