Nhorizontal

SCPI Command :

ADVJitter<*>:DCOMposition:NHORizontal
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(advJitter=AdvJitter.Default) int[source]
# ADVJitter<*>:DCOMposition:NHORizontal
value: int = driver.advJitter.dcomPosition.nhorizontal.get(advJitter = repcap.AdvJitter.Default)

Sets the maximum number of periodic components in the horizontal 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_horiz: int, advJitter=AdvJitter.Default) None[source]
# ADVJitter<*>:DCOMposition:NHORizontal
driver.advJitter.dcomPosition.nhorizontal.set(max_num_periodic_components_horiz = 1, advJitter = repcap.AdvJitter.Default)

Sets the maximum number of periodic components in the horizontal 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_horiz – 0 to 10

  • advJitter – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘AdvJitter’)