peakstable
¶
The peakstable commands module.
These commands are used in the following models: 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
- PEAKSTABle:ADDNew <QString>
- PEAKSTABle:DELete <QString>
- PEAKSTABle:LIST?
- PEAKSTABle:TABle<x>:FRESolution {AUTO|PRECISE}
- PEAKSTABle:TABle<x>:FRESolution?
Peakstable
¶
Bases: SCPICmdRead
The PEAKSTABle command tree.
Usage
- Using the
.query()method will send thePEAKSTABle?query. - Using the
.verify(value)method will send thePEAKSTABle?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.addnew: ThePEAKSTABle:ADDNewcommand..delete: ThePEAKSTABle:DELetecommand..list: ThePEAKSTABle:LISTcommand..table: ThePEAKSTABle:TABle<x>command tree.
addnew
property
¶
addnew: PeakstableAddnew
Return the PEAKSTABle:ADDNew command.
Description
- This command adds the specified peak markers table.
Usage
- Using the
.write(value)method will send thePEAKSTABle:ADDNew valuecommand.
SCPI Syntax
- PEAKSTABle:ADDNew <QString>
Info
<QString>is a quoted string that is the name of the new peak markers table. The argument is of the form ‘TABLE‘, where ≥ 1.
delete
property
¶
delete: PeakstableDelete
Return the PEAKSTABle:DELete command.
Description
- This command deletes the specified peak markers table.
Usage
- Using the
.write(value)method will send thePEAKSTABle:DELete valuecommand.
SCPI Syntax
- PEAKSTABle:DELete <QString>
Info
<QString>is a quoted string that is the name of the peak markers table to delete. The argument is of the form ’ TABLE‘, where ≥ 1.
list
property
¶
list: PeakstableList
Return the PEAKSTABle:LIST command.
Description
- This command deletes the specified peak markers table.
Usage
- Using the
.query()method will send thePEAKSTABle:LIST?query. - Using the
.verify(value)method will send thePEAKSTABle:LIST?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- PEAKSTABle:LIST?
table
property
¶
table: dict[int, PeakstableTableItem]
Return the PEAKSTABle:TABle<x> command tree.
Usage
- Using the
.query()method will send thePEAKSTABle:TABle<x>?query. - Using the
.verify(value)method will send thePEAKSTABle:TABle<x>?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.fresolution: ThePEAKSTABle:TABle<x>:FRESolutioncommand.
PeakstableAddnew
¶
Bases: SCPICmdWrite
The PEAKSTABle:ADDNew command.
Description
- This command adds the specified peak markers table.
Usage
- Using the
.write(value)method will send thePEAKSTABle:ADDNew valuecommand.
SCPI Syntax
- PEAKSTABle:ADDNew <QString>
Info
<QString>is a quoted string that is the name of the new peak markers table. The argument is of the form ‘TABLE‘, where ≥ 1.
PeakstableDelete
¶
Bases: SCPICmdWrite
The PEAKSTABle:DELete command.
Description
- This command deletes the specified peak markers table.
Usage
- Using the
.write(value)method will send thePEAKSTABle:DELete valuecommand.
SCPI Syntax
- PEAKSTABle:DELete <QString>
Info
<QString>is a quoted string that is the name of the peak markers table to delete. The argument is of the form ’ TABLE‘, where ≥ 1.
PeakstableList
¶
Bases: SCPICmdRead
The PEAKSTABle:LIST command.
Description
- This command deletes the specified peak markers table.
Usage
- Using the
.query()method will send thePEAKSTABle:LIST?query. - Using the
.verify(value)method will send thePEAKSTABle:LIST?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- PEAKSTABle:LIST?
PeakstableTableItem
¶
Bases: ValidatedDynamicNumberCmd, SCPICmdRead
The PEAKSTABle:TABle<x> command tree.
Usage
- Using the
.query()method will send thePEAKSTABle:TABle<x>?query. - Using the
.verify(value)method will send thePEAKSTABle:TABle<x>?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.fresolution: ThePEAKSTABle:TABle<x>:FRESolutioncommand.
fresolution
property
¶
fresolution: PeakstableTableItemFresolution
Return the PEAKSTABle:TABle<x>:FRESolution command.
Description
- This command sets or queries the Frequency Resolution state for peak markers table.
Usage
- Using the
.query()method will send thePEAKSTABle:TABle<x>:FRESolution?query. - Using the
.verify(value)method will send thePEAKSTABle:TABle<x>:FRESolution?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send thePEAKSTABle:TABle<x>:FRESolution valuecommand.
SCPI Syntax
- PEAKSTABle:TABle<x>:FRESolution {AUTO|PRECISE}
- PEAKSTABle:TABle<x>:FRESolution?
Info
AUTOshows the frequency with the same precision as shown in the Spectrum View display.PRECISEshows the frequency down to single Hz resolution.
PeakstableTableItemFresolution
¶
Bases: SCPICmdWrite, SCPICmdRead
The PEAKSTABle:TABle<x>:FRESolution command.
Description
- This command sets or queries the Frequency Resolution state for peak markers table.
Usage
- Using the
.query()method will send thePEAKSTABle:TABle<x>:FRESolution?query. - Using the
.verify(value)method will send thePEAKSTABle:TABle<x>:FRESolution?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send thePEAKSTABle:TABle<x>:FRESolution valuecommand.
SCPI Syntax
- PEAKSTABle:TABle<x>:FRESolution {AUTO|PRECISE}
- PEAKSTABle:TABle<x>:FRESolution?
Info
AUTOshows the frequency with the same precision as shown in the Spectrum View display.PRECISEshows the frequency down to single Hz resolution.