peakstable
¶
The peakstable commands module.
These commands are used in the following models: DPO7AX
THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.
Please report an issue if one is found.
Commands and Queries
- 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
.table: ThePEAKSTABle:TABle<x>command tree.
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.
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.