matharbflt

The matharbflt commands module.

These commands are used in the following models: DPO7AX, 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
- MATHArbflt<x>:FILepath <QString>
- MATHArbflt<x>:FILepath?

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.

filepath property

Return the MATHArbflt<x>:FILepath command.

Description
  • This command or query sets the file path for a file of filter coefficients for the specified arbitrary filter. Setting a path will read that file and load the filter for ARBFLT. Access these filters using a Math with an expression of the form ‘ARBFlt()’.
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.

MatharbfltItemFilepath

Bases: SCPICmdWrite, SCPICmdRead

The MATHArbflt<x>:FILepath command.

Description
  • This command or query sets the file path for a file of filter coefficients for the specified arbitrary filter. Setting a path will read that file and load the filter for ARBFLT. Access these filters using a Math with an expression of the form ‘ARBFlt()’.
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.