Raw
SCPI Command :
MMEMory:RAW
- Commands in total: 1Subgroups: 0Direct 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