Data

SCPI Commands

DATA:DATA
class DataCls[source]

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

get(file_path: str) bytes[source]
# SCPI: DATA:DATA
value: bytes = driver.data.data.get(file_path = '1')

Queries the contents of a file, e.g. the data of a logging file.

param file_path:

No help available

return:

result: No help available