Raw
SCPI Command :
MMEMory:RAW
- class RawCls[source]
Raw commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() str [source]
# SCPI: 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.
- return
path: String containing the path of the preliminary data
- set(path: str) None [source]
# SCPI: 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.
- param path
String containing the path of the preliminary data