Long
SCPI Command :
MMEMory:CATalog:LONG
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() str[source]
# MMEMory:CATalog:LONG value: str = driver.massMemory.catalog.long.get()
This command returns the contents of a particular directory with additional information about the files.
- Returns:
directory: String containing the path and directory. If you leave out the path, the command returns the contents of the directory selected with method
RsFsw.massMemory.currentDirectory.set(). The path may be relative or absolute. Using wildcards (‘*’) is possible to query a certain type of files only.
- set(directory: str) None[source]
# MMEMory:CATalog:LONG driver.massMemory.catalog.long.set(directory = 'abc')
This command returns the contents of a particular directory with additional information about the files.
- Parameters:
directory – String containing the path and directory. If you leave out the path, the command returns the contents of the directory selected with method
RsFsw.massMemory.currentDirectory.set(). The path may be relative or absolute. Using wildcards (‘*’) is possible to query a certain type of files only.