Raw

SCPI Command :

MMEMory:RAW
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() str[source]
# MMEMory:RAW
value: str = driver.massMemory.raw.get()

Defines the location where the measurement data sets for the report are stored until the report is created.

Returns:

path: String containing the path of the preliminary data

set(path: str) None[source]
# MMEMory:RAW
driver.massMemory.raw.set(path = 'abc')

Defines the location where the measurement data sets for the report are stored until the report is created.

Parameters:

path – String containing the path of the preliminary data