peakstable

The peakstable commands module.

These commands are used in the following models: TekScopePC

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 the PEAKSTABle? query.
  • Using the .verify(value) method will send the PEAKSTABle? query and raise an AssertionError if the returned value does not match value.
Properties
  • .addnew: The PEAKSTABle:ADDNew command.
  • .delete: The PEAKSTABle:DELete command.
  • .list: The PEAKSTABle:LIST command.
  • .table: The PEAKSTABle:TABle<x> command tree.

addnew property

Return the PEAKSTABle:ADDNew command.

Description
  • This command adds the specified peak markers table.
Usage
  • Using the .write(value) method will send the PEAKSTABle:ADDNew value command.
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

Return the PEAKSTABle:DELete command.

Description
  • This command deletes the specified peak markers table.
Usage
  • Using the .write(value) method will send the PEAKSTABle:DELete value command.
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

Return the PEAKSTABle:LIST command.

Description
  • This command deletes the specified peak markers table.
Usage
  • Using the .query() method will send the PEAKSTABle:LIST? query.
  • Using the .verify(value) method will send the PEAKSTABle:LIST? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- PEAKSTABle:LIST?

table property

Return the PEAKSTABle:TABle<x> command tree.

Usage
  • Using the .query() method will send the PEAKSTABle:TABle<x>? query.
  • Using the .verify(value) method will send the PEAKSTABle:TABle<x>? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .fresolution: The PEAKSTABle:TABle<x>:FRESolution command.

PeakstableAddnew

Bases: SCPICmdWrite

The PEAKSTABle:ADDNew command.

Description
  • This command adds the specified peak markers table.
Usage
  • Using the .write(value) method will send the PEAKSTABle:ADDNew value command.
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 the PEAKSTABle:DELete value command.
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 the PEAKSTABle:LIST? query.
  • Using the .verify(value) method will send the PEAKSTABle:LIST? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- PEAKSTABle:LIST?

PeakstableTableItem

Bases: ValidatedDynamicNumberCmd, SCPICmdRead

The PEAKSTABle:TABle<x> command tree.

Usage
  • Using the .query() method will send the PEAKSTABle:TABle<x>? query.
  • Using the .verify(value) method will send the PEAKSTABle:TABle<x>? query and raise an AssertionError if the returned value does not match value.
Properties
  • .fresolution: The PEAKSTABle:TABle<x>:FRESolution command.

fresolution property

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 the PEAKSTABle:TABle<x>:FRESolution? query.
  • Using the .verify(value) method will send the PEAKSTABle:TABle<x>:FRESolution? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the PEAKSTABle:TABle<x>:FRESolution value command.
SCPI Syntax
- PEAKSTABle:TABle<x>:FRESolution {AUTO|PRECISE}
- PEAKSTABle:TABle<x>:FRESolution?
Info
  • AUTO shows the frequency with the same precision as shown in the Spectrum View display.
  • PRECISE shows 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 the PEAKSTABle:TABle<x>:FRESolution? query.
  • Using the .verify(value) method will send the PEAKSTABle:TABle<x>:FRESolution? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the PEAKSTABle:TABle<x>:FRESolution value command.
SCPI Syntax
- PEAKSTABle:TABle<x>:FRESolution {AUTO|PRECISE}
- PEAKSTABle:TABle<x>:FRESolution?
Info
  • AUTO shows the frequency with the same precision as shown in the Spectrum View display.
  • PRECISE shows the frequency down to single Hz resolution.