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 theCUSTOMTABle?query. - Using the
.verify(value)method will send theCUSTOMTABle?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.addnew: TheCUSTOMTABle:ADDNewcommand..delete: TheCUSTOMTABle:DELetecommand..list: TheCUSTOMTABle:LISTcommand.
addnew
property
¶
addnew: CustomtableAddnew
Return the CUSTOMTABle:ADDNew command.
Description
- This command adds new custom results table.
Usage
- Using the
.write(value)method will send theCUSTOMTABle:ADDNew valuecommand.
SCPI Syntax
- CUSTOMTABle:ADDNew <QString>
Info
<QString>specifies the custom results table name.
delete
property
¶
delete: CustomtableDelete
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 theCUSTOMTABle:DELete valuecommand.
SCPI Syntax
- CUSTOMTABle:DELete <QString>
Info
<QString>specifies the custom results table name.
list
property
¶
list: CustomtableList
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 theCUSTOMTABle:LIST? argumentquery. - Using the
.verify(argument, value)method will send theCUSTOMTABle:LIST? argumentquery and raise an AssertionError if the returned value does not matchvalue.
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 theCUSTOMTABle:ADDNew valuecommand.
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 theCUSTOMTABle:DELete valuecommand.
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 theCUSTOMTABle:LIST? argumentquery. - Using the
.verify(argument, value)method will send theCUSTOMTABle:LIST? argumentquery and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CUSTOMTABle:LIST? <QString>
Info
<QString>specifies the custom results table name.