matharbflt
¶
The matharbflt commands module.
These commands are used in the following models: TekScopePC
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. 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.
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.