searchtable
¶
The searchtable 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
- SEARCHTABle:ADDNew <qstring>
- SEARCHTABle:DELete <qstring>
- SEARCHTABle:list?
Searchtable
¶
Bases: SCPICmdRead
The SEARCHTABle command tree.
Usage
- Using the
.query()method will send theSEARCHTABle?query. - Using the
.verify(value)method will send theSEARCHTABle?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.addnew: TheSEARCHTABle:ADDNewcommand..delete: TheSEARCHTABle:DELetecommand..list: TheSEARCHTABle:listcommand.
addnew
property
¶
addnew: SearchtableAddnew
Return the SEARCHTABle:ADDNew command.
Description
- This command adds a new search event table in an Option 5-WIN (Microsoft Windows 10 OS) TekExpress compliance testing application.
Usage
- Using the
.write(value)method will send theSEARCHTABle:ADDNew valuecommand.
SCPI Syntax
- SEARCHTABle:ADDNew <qstring>
Info
<qstring>contains the name of the search table. ‘TABLE’ should be the argument prefix followed by a non-zero integer.
delete
property
¶
delete: SearchtableDelete
Return the SEARCHTABle:DELete command.
Description
- This command deletes a search event table in an Option 5-WIN (Microsoft Windows 10 OS) TekExpress compliance testing application.
Usage
- Using the
.write(value)method will send theSEARCHTABle:DELete valuecommand.
SCPI Syntax
- SEARCHTABle:DELete <qstring>
Info
<qstring>contains the name of the search table. ‘TABLE’ should be the argument prefix followed by a non-zero integer.
list
property
¶
list: SearchtableList
Return the SEARCHTABle:list command.
Description
- This command queries all search event table in an Option 5-WIN (Microsoft Windows 10 OS) TekExpress compliance testing application.
Usage
- Using the
.query()method will send theSEARCHTABle:list?query. - Using the
.verify(value)method will send theSEARCHTABle:list?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- SEARCHTABle:list?
SearchtableAddnew
¶
Bases: SCPICmdWrite
The SEARCHTABle:ADDNew command.
Description
- This command adds a new search event table in an Option 5-WIN (Microsoft Windows 10 OS) TekExpress compliance testing application.
Usage
- Using the
.write(value)method will send theSEARCHTABle:ADDNew valuecommand.
SCPI Syntax
- SEARCHTABle:ADDNew <qstring>
Info
<qstring>contains the name of the search table. ‘TABLE’ should be the argument prefix followed by a non-zero integer.
SearchtableDelete
¶
Bases: SCPICmdWrite
The SEARCHTABle:DELete command.
Description
- This command deletes a search event table in an Option 5-WIN (Microsoft Windows 10 OS) TekExpress compliance testing application.
Usage
- Using the
.write(value)method will send theSEARCHTABle:DELete valuecommand.
SCPI Syntax
- SEARCHTABle:DELete <qstring>
Info
<qstring>contains the name of the search table. ‘TABLE’ should be the argument prefix followed by a non-zero integer.
SearchtableList
¶
Bases: SCPICmdRead
The SEARCHTABle:list command.
Description
- This command queries all search event table in an Option 5-WIN (Microsoft Windows 10 OS) TekExpress compliance testing application.
Usage
- Using the
.query()method will send theSEARCHTABle:list?query. - Using the
.verify(value)method will send theSEARCHTABle:list?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- SEARCHTABle:list?