Data

SCPI Commands

DATA:DELete
DATA:LIST
class DataCls[source]

Data commands group definition. 4 total commands, 2 Subgroups, 2 group commands

delete(arg_0: str) None[source]
# SCPI: DATA:DELete
driver.data.delete(arg_0 = '1')

Deletes the specified file from memory.

param arg_0

Filepath of the file.

get_list_py() List[str][source]
# SCPI: DATA:LIST
value: List[str] = driver.data.get_list_py()

Queries all files in internal memory (‘/int/’) and external memory (‘/USB’) .

return

result: No help available

Subgroups