Long

SCPI Commands

MMEMory:CATalog:LONG
class LongCls[source]

Long commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() str[source]
# SCPI: 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.

return

directory: String containing the path and directory. If you leave out the path, the command returns the contents of the directory selected with method RsFswp.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]
# SCPI: MMEMory:CATalog:LONG
driver.massMemory.catalog.long.set(directory = '1')

This command returns the contents of a particular directory with additional information about the files.

param directory

String containing the path and directory. If you leave out the path, the command returns the contents of the directory selected with method RsFswp.MassMemory.CurrentDirectory.set. The path may be relative or absolute. Using wildcards (‘*’) is possible to query a certain type of files only.