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 theMATHArbflt<x>?query. - Using the
.verify(value)method will send theMATHArbflt<x>?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.filepath: TheMATHArbflt<x>:FILepathcommand.
filepath
property
¶
filepath: MatharbfltItemFilepath
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 theMATHArbflt<x>:FILepath?query. - Using the
.verify(value)method will send theMATHArbflt<x>:FILepath?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theMATHArbflt<x>:FILepath valuecommand.
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 theMATHArbflt<x>:FILepath?query. - Using the
.verify(value)method will send theMATHArbflt<x>:FILepath?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theMATHArbflt<x>:FILepath valuecommand.
SCPI Syntax
- MATHArbflt<x>:FILepath <QString>
- MATHArbflt<x>:FILepath?
Info
<QString>specifies the path to the file of filter coefficients.