Data

SCPI Commands

DATA:DELete
DATA:LIST
class DataCls[source]

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

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

Removes a file from the specified directory.

param file_path:

No help available

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

Queries all files in a specified directory.

return:

result: No help available

Subgroups