Data

SCPI Commands

DATA:DATA
class DataCls[source]

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

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

Returns the logging file data of the selected file. If manual trigger mode (trigger via TRIG function) is used, the logging function has to be activated. Without activating the logging function in the manual trigger mode, the instrument is not able to save a logging file internally or on the USB stick.

param arg_0

Filepath of the logging file data.

return

result: No help available