Config
SCPI Command :
ADVJitter<*>:RESult:PAMNoise:CONFig:PRESet
- Commands in total: 11Subgroups: 5Direct child commands: 1
- preset(advJitter=AdvJitter.Default) None[source]
# ADVJitter<*>:RESult:PAMNoise:CONFig:PRESet driver.advJitter.result.pamNoise.config.preset(advJitter = repcap.AdvJitter.Default)
Adds a pre-defined preset configuration for the selected component to the active components.
- Parameters:
advJitter – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘AdvJitter’)
- preset_and_wait(advJitter=AdvJitter.Default, opc_timeout_ms: int = -1) None[source]
Cloning the Group
# Create a copy of the original group, that exists independently
config_copy = driver.advJitter.result.pamNoise.config.clone()
Subgroups