bustable
¶
The bustable 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
- BUSTABle:ADDNew <QString>
- BUSTABle:DELete <QString>
- BUSTABle:LIST?
Bustable
¶
Bases: SCPICmdRead
The BUSTABle command tree.
Usage
- Using the
.query()method will send theBUSTABle?query. - Using the
.verify(value)method will send theBUSTABle?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.addnew: TheBUSTABle:ADDNewcommand..delete: TheBUSTABle:DELetecommand..list: TheBUSTABle:LISTcommand.
addnew
property
¶
addnew: BustableAddnew
Return the BUSTABle:ADDNew command.
Description
- Adds the specified bus table. Argument is of the form ‘TABLE
‘, where is ≥1).
Usage
- Using the
.write(value)method will send theBUSTABle:ADDNew valuecommand.
SCPI Syntax
- BUSTABle:ADDNew <QString>
Info
<QString>is a quoted string that is the name of the new bus table.
delete
property
¶
delete: BustableDelete
Return the BUSTABle:DELete command.
Description
- Deletes the specified bus table. Argument is of the form ‘TABLE
‘, where is ≥1).
Usage
- Using the
.write(value)method will send theBUSTABle:DELete valuecommand.
SCPI Syntax
- BUSTABle:DELete <QString>
Info
<QString>is a quoted string that is the name of the bus table to delete.
list
property
¶
list: BustableList
Return the BUSTABle:LIST command.
Description
- This query lists all currently defined bus tables.
Usage
- Using the
.query()method will send theBUSTABle:LIST?query. - Using the
.verify(value)method will send theBUSTABle:LIST?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- BUSTABle:LIST?
BustableAddnew
¶
Bases: SCPICmdWrite
The BUSTABle:ADDNew command.
Description
- Adds the specified bus table. Argument is of the form ‘TABLE
‘, where is ≥1).
Usage
- Using the
.write(value)method will send theBUSTABle:ADDNew valuecommand.
SCPI Syntax
- BUSTABle:ADDNew <QString>
Info
<QString>is a quoted string that is the name of the new bus table.
BustableDelete
¶
Bases: SCPICmdWrite
The BUSTABle:DELete command.
Description
- Deletes the specified bus table. Argument is of the form ‘TABLE
‘, where is ≥1).
Usage
- Using the
.write(value)method will send theBUSTABle:DELete valuecommand.
SCPI Syntax
- BUSTABle:DELete <QString>
Info
<QString>is a quoted string that is the name of the bus table to delete.
BustableList
¶
Bases: SCPICmdRead
The BUSTABle:LIST command.
Description
- This query lists all currently defined bus tables.
Usage
- Using the
.query()method will send theBUSTABle:LIST?query. - Using the
.verify(value)method will send theBUSTABle:LIST?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- BUSTABle:LIST?