Nvertical
SCPI Command :
ADVJitter<*>:DCOMposition:NVERtical
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(advJitter=AdvJitter.Default) int[source]
# ADVJitter<*>:DCOMposition:NVERtical value: int = driver.advJitter.dcomPosition.nvertical.get(advJitter = repcap.AdvJitter.Default)
Sets the maximum number of periodic components in the vertical direction that are considered for the measurement. If the actual number of periodic components is higher than the set value, they are considered for the random jitter component.
- Parameters:
advJitter – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘AdvJitter’)
- set(max_num_periodic_components_vert: int, advJitter=AdvJitter.Default) None[source]
# ADVJitter<*>:DCOMposition:NVERtical driver.advJitter.dcomPosition.nvertical.set(max_num_periodic_components_vert = 1, advJitter = repcap.AdvJitter.Default)
Sets the maximum number of periodic components in the vertical direction that are considered for the measurement. If the actual number of periodic components is higher than the set value, they are considered for the random jitter component.
- Parameters:
max_num_periodic_components_vert – 0 to 10
advJitter – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘AdvJitter’)