filesys
¶
The filesys 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
- FILESYS:COLLECTLOGFILES <QString>
Filesys
¶
Bases: SCPICmdRead
The FILESYS command tree.
Usage
- Using the
.query()method will send theFILESYS?query. - Using the
.verify(value)method will send theFILESYS?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.collectlogfiles: TheFILESYS:COLLECTLOGFILEScommand.
collectlogfiles
property
¶
collectlogfiles: FilesysCollectlogfiles
Return the FILESYS:COLLECTLOGFILES command.
Description
- This command copies the internal log files to the local, USB, TekDrive or network drive specified by the quoted string argument.
Usage
- Using the
.write(value)method will send theFILESYS:COLLECTLOGFILES valuecommand.
SCPI Syntax
- FILESYS:COLLECTLOGFILES <QString>
Info
<QString>is a quoted string that specifies the file path to save the .zip file to.
FilesysCollectlogfiles
¶
Bases: SCPICmdWrite
The FILESYS:COLLECTLOGFILES command.
Description
- This command copies the internal log files to the local, USB, TekDrive or network drive specified by the quoted string argument.
Usage
- Using the
.write(value)method will send theFILESYS:COLLECTLOGFILES valuecommand.
SCPI Syntax
- FILESYS:COLLECTLOGFILES <QString>
Info
<QString>is a quoted string that specifies the file path to save the .zip file to.