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 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..readfile: TheMATHArbflt<x>:READFilecommand.
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. 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 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.
readfile
property
¶
readfile: MatharbfltItemReadfile
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 theMATHArbflt<x>:READFile valuecommand.
SCPI Syntax
- MATHArbflt<x>:READFile FORCe
Info
FORCeforces 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 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.
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 theMATHArbflt<x>:READFile valuecommand.
SCPI Syntax
- MATHArbflt<x>:READFile FORCe
Info
FORCeforces a reread of the filter file.