Partial

SCPI Command :

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

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

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

Saves the instrument settings to a file. The names of the components are the same as for a partial reset. So you can query them via method RsCMPX_Base.Catalog.System.Reset.partial.

param saving_path:

No help available

param saving_module:

No help available