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 theTSTamptable?query. - Using the
.verify(value)method will send theTSTamptable?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.addnew: TheTSTamptable:ADDNewcommand..delete: TheTSTamptable:DELETEcommand..list: TheTSTamptable:LISTcommand.
addnew
property
¶
addnew: TstamptableAddnew
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 theTSTamptable:ADDNew valuecommand.
SCPI Syntax
- TSTamptable:ADDNew <QString>
Info
<QString>specifies the History time stamp results table name.
delete
property
¶
delete: TstamptableDelete
Return the TSTamptable:DELETE command.
Description
- This command deletes the requested History time stamp results table.
Usage
- Using the
.write(value)method will send theTSTamptable:DELETE valuecommand.
SCPI Syntax
- TSTamptable:DELETE <QString>
Info
<QString>specifies the History time stamp results table name.
list
property
¶
list: TstamptableList
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 theTSTamptable:LIST?query. - Using the
.verify(value)method will send theTSTamptable:LIST?query and raise an AssertionError if the returned value does not matchvalue.
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 theTSTamptable:ADDNew valuecommand.
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 theTSTamptable:DELETE valuecommand.
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 theTSTamptable:LIST?query. - Using the
.verify(value)method will send theTSTamptable:LIST?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- TSTamptable:LIST?