Config

SCPI Command :

ADVJitter<*>:RESult:PAMJitter:CONFig:PRESet
Commands in total: 17
Subgroups: 9
Direct child commands: 1
preset(advJitter=AdvJitter.Default) None[source]
# ADVJitter<*>:RESult:PAMJitter:CONFig:PRESet
driver.advJitter.result.pamJitter.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.pamJitter.config.clone()

Subgroups