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 the FILESYS? query.
  • Using the .verify(value) method will send the FILESYS? query and raise an AssertionError if the returned value does not match value.
Properties
  • .collectlogfiles: The FILESYS:COLLECTLOGFILES command.

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 the FILESYS:COLLECTLOGFILES value command.
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 the FILESYS:COLLECTLOGFILES value command.
SCPI Syntax
- FILESYS:COLLECTLOGFILES <QString>
Info
  • <QString> is a quoted string that specifies the file path to save the .zip file to.