matharbflt

The matharbflt 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
- MATHArbflt<x>:FILepath <QString>
- MATHArbflt<x>:FILepath?
- MATHArbflt<x>:READFile FORCe

MatharbfltItem

Bases: ValidatedDynamicNumberCmd, SCPICmdRead

The MATHArbflt<x> command tree.

Usage
  • Using the .query() method will send the MATHArbflt<x>? query.
  • Using the .verify(value) method will send the MATHArbflt<x>? query and raise an AssertionError if the returned value does not match value.
Properties
  • .filepath: The MATHArbflt<x>:FILepath command.
  • .readfile: The MATHArbflt<x>:READFile command.

filepath property

Return the MATHArbflt<x>:FILepath command.

Description
  • This command or query sets the file path for a file of filter coefficients. Setting a path will read that file and load the filter for ARBFLT, where x can be 1 to 8.
Usage
  • Using the .query() method will send the MATHArbflt<x>:FILepath? query.
  • Using the .verify(value) method will send the MATHArbflt<x>:FILepath? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the MATHArbflt<x>:FILepath value command.
SCPI Syntax
- MATHArbflt<x>:FILepath <QString>
- MATHArbflt<x>:FILepath?
Info
  • <QString> specifies the path to the file of filter coefficients.

readfile property

Return the MATHArbflt<x>:READFile command.

Description
  • This command forces a reread of the filter file for each arbitrary filter in use. The specifies the filter and can be 1 to 8.
Usage
  • Using the .write(value) method will send the MATHArbflt<x>:READFile value command.
SCPI Syntax
- MATHArbflt<x>:READFile FORCe
Info
  • FORCe forces a reread of the filter file.

MatharbfltItemFilepath

Bases: SCPICmdWrite, SCPICmdRead

The MATHArbflt<x>:FILepath command.

Description
  • This command or query sets the file path for a file of filter coefficients. Setting a path will read that file and load the filter for ARBFLT, where x can be 1 to 8.
Usage
  • Using the .query() method will send the MATHArbflt<x>:FILepath? query.
  • Using the .verify(value) method will send the MATHArbflt<x>:FILepath? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the MATHArbflt<x>:FILepath value command.
SCPI Syntax
- MATHArbflt<x>:FILepath <QString>
- MATHArbflt<x>:FILepath?
Info
  • <QString> specifies the path to the file of filter coefficients.

MatharbfltItemReadfile

Bases: SCPICmdWrite

The MATHArbflt<x>:READFile command.

Description
  • This command forces a reread of the filter file for each arbitrary filter in use. The specifies the filter and can be 1 to 8.
Usage
  • Using the .write(value) method will send the MATHArbflt<x>:READFile value command.
SCPI Syntax
- MATHArbflt<x>:READFile FORCe
Info
  • FORCe forces a reread of the filter file.