Partial

SCPI Command :

[CONFigure]:SYSTem:RECall:PARTial
class PartialCls[source]

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

get(saving_path: str) List[str][source]
# SCPI: [CONFigure]:SYSTem:RECall:PARTial
value: List[str] = driver.configure.system.recall.partial.get(saving_path = 'abc')

Recalls the instrument settings from a file. A query returns a comma-separated list of all components contained in the file.

param saving_path:

No help available

return:

saving_module: No help available

set(saving_path: str, saving_module: List[str] = None) None[source]
# SCPI: [CONFigure]:SYSTem:RECall:PARTial
driver.configure.system.recall.partial.set(saving_path = 'abc', saving_module = ['abc1', 'abc2', 'abc3'])

Recalls the instrument settings from a file. A query returns a comma-separated list of all components contained in the file.

param saving_path:

No help available

param saving_module:

No help available