customtable

The customtable commands module.

These commands are used in the following models: DPO7AX, 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
- CUSTOMTABle:ADDNew <QString>
- CUSTOMTABle:DELete <QString>
- CUSTOMTABle:LIST? <QString>

Customtable

Bases: SCPICmdRead

The CUSTOMTABle command tree.

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

addnew property

Return the CUSTOMTABle:ADDNew command.

Description
  • This command adds new custom results table.
Usage
  • Using the .write(value) method will send the CUSTOMTABle:ADDNew value command.
SCPI Syntax
- CUSTOMTABle:ADDNew <QString>
Info
  • <QString> specifies the custom results table name.

delete property

Return the CUSTOMTABle:DELete command.

Description
  • This command deletes the custom result(s) table that was added.
Usage
  • Using the .write(value) method will send the CUSTOMTABle:DELete value command.
SCPI Syntax
- CUSTOMTABle:DELete <QString>
Info
  • <QString> specifies the custom results table name.

list property

Return the CUSTOMTABle:LIST command.

Description
  • This command queries the list of custom result tables has been added.
Usage
  • Using the .query(argument) method will send the CUSTOMTABle:LIST? argument query.
  • Using the .verify(argument, value) method will send the CUSTOMTABle:LIST? argument query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- CUSTOMTABle:LIST? <QString>
Info
  • <QString> specifies the custom results table name.

CustomtableAddnew

Bases: SCPICmdWrite

The CUSTOMTABle:ADDNew command.

Description
  • This command adds new custom results table.
Usage
  • Using the .write(value) method will send the CUSTOMTABle:ADDNew value command.
SCPI Syntax
- CUSTOMTABle:ADDNew <QString>
Info
  • <QString> specifies the custom results table name.

CustomtableDelete

Bases: SCPICmdWrite

The CUSTOMTABle:DELete command.

Description
  • This command deletes the custom result(s) table that was added.
Usage
  • Using the .write(value) method will send the CUSTOMTABle:DELete value command.
SCPI Syntax
- CUSTOMTABle:DELete <QString>
Info
  • <QString> specifies the custom results table name.

CustomtableList

Bases: SCPICmdReadWithArguments

The CUSTOMTABle:LIST command.

Description
  • This command queries the list of custom result tables has been added.
Usage
  • Using the .query(argument) method will send the CUSTOMTABle:LIST? argument query.
  • Using the .verify(argument, value) method will send the CUSTOMTABle:LIST? argument query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- CUSTOMTABle:LIST? <QString>
Info
  • <QString> specifies the custom results table name.