delete

The delete commands module.

These commands are used in the following models: DPO5K, DPO5KB, DPO70KC, DPO70KD, DPO70KDX, DPO70KSX, DPO7K, DPO7KC, DSA70KC, DSA70KD, MSO5K, MSO5KB, MSO70KC, MSO70KDX

THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.

Please report an issue if one is found.

Commands and Queries
- DELEte:SETUp {ALL|<NR1>}
- DELEte:WAVEform {ALL|REF<x>}

Delete

Bases: SCPICmdRead

The DELEte command tree.

Usage
  • Using the .query() method will send the DELEte? query.
  • Using the .verify(value) method will send the DELEte? query and raise an AssertionError if the returned value does not match value.
Properties
  • .setup: The DELEte:SETUp command.
  • .waveform: The DELEte:WAVEform command.

setup property

setup: DeleteSetup

Return the DELEte:SETUp command.

Description
  • This command (no query form) changes the setup to reference the factory setup instead of the specific user setup slot. The content of the setup slot is unchanged, but the data will no longer be accessible to you. This command is equivalent to selecting Delete from the File menu, and then clicking the specific setup you want to delete (user setups are shown as Setup-User and are ordered in the list from 1 through 10, if defined) or All Setups.
Usage
  • Using the .write(value) method will send the DELEte:SETUp value command.
SCPI Syntax
- DELEte:SETUp {ALL|<NR1>}
Info
  • ALL deletes all the stored setups.
  • <NR1> specifies a setup storage location to delete. Setup storage location values range from 1 through 10; using an out-of-range value causes an error.

waveform property

waveform: DeleteWaveform

Return the DELEte:WAVEform command.

Description
  • This command (no query form) deletes one or all stored reference waveforms from memory. This command is equivalent to selecting Delete from the File menu, and then choosing the reference waveform you want to delete; choosing All Refs deletes all of the reference waveforms.
Usage
  • Using the .write(value) method will send the DELEte:WAVEform value command.
SCPI Syntax
- DELEte:WAVEform {ALL|REF<x>}
Info
  • ALL specifies to delete all the stored reference waveforms.
  • REF<x> specifies to delete one of the reference memory locations. Reference memory location values range from 1 through 4.

DeleteSetup

Bases: SCPICmdWrite

The DELEte:SETUp command.

Description
  • This command (no query form) changes the setup to reference the factory setup instead of the specific user setup slot. The content of the setup slot is unchanged, but the data will no longer be accessible to you. This command is equivalent to selecting Delete from the File menu, and then clicking the specific setup you want to delete (user setups are shown as Setup-User and are ordered in the list from 1 through 10, if defined) or All Setups.
Usage
  • Using the .write(value) method will send the DELEte:SETUp value command.
SCPI Syntax
- DELEte:SETUp {ALL|<NR1>}
Info
  • ALL deletes all the stored setups.
  • <NR1> specifies a setup storage location to delete. Setup storage location values range from 1 through 10; using an out-of-range value causes an error.

DeleteWaveform

Bases: SCPICmdWrite

The DELEte:WAVEform command.

Description
  • This command (no query form) deletes one or all stored reference waveforms from memory. This command is equivalent to selecting Delete from the File menu, and then choosing the reference waveform you want to delete; choosing All Refs deletes all of the reference waveforms.
Usage
  • Using the .write(value) method will send the DELEte:WAVEform value command.
SCPI Syntax
- DELEte:WAVEform {ALL|REF<x>}
Info
  • ALL specifies to delete all the stored reference waveforms.
  • REF<x> specifies to delete one of the reference memory locations. Reference memory location values range from 1 through 4.