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

addnew property

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 the BUSTABle:ADDNew value command.
SCPI Syntax
- BUSTABle:ADDNew <QString>
Info
  • <QString> is a quoted string that is the name of the new bus table.

delete property

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 the BUSTABle:DELete value command.
SCPI Syntax
- BUSTABle:DELete <QString>
Info
  • <QString> is a quoted string that is the name of the bus table to delete.

list property

Return the BUSTABle:LIST command.

Description
  • This query lists all currently defined bus tables.
Usage
  • Using the .query() method will send the BUSTABle:LIST? query.
  • Using the .verify(value) method will send the BUSTABle:LIST? query and raise an AssertionError if the returned value does not match value.
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 the BUSTABle:ADDNew value command.
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 the BUSTABle:DELete value command.
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 the BUSTABle:LIST? query.
  • Using the .verify(value) method will send the BUSTABle:LIST? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- BUSTABle:LIST?