Phorizontal
SCPI Command :
ADVJitter<*>:RESult:PHORizontal
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(advJitter=AdvJitter.Default) bool[source]
# ADVJitter<*>:RESult:PHORizontal value: bool = driver.advJitter.result.phorizontal.get(advJitter = repcap.AdvJitter.Default)
If enabled, adds horizontal periodic components to the data-dependent synthetic eye.
- Parameters:
advJitter – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘AdvJitter’)
- set(dd_and_phorizontal: bool, advJitter=AdvJitter.Default) None[source]
# ADVJitter<*>:RESult:PHORizontal driver.advJitter.result.phorizontal.set(dd_and_phorizontal = False, advJitter = repcap.AdvJitter.Default)
If enabled, adds horizontal periodic components to the data-dependent synthetic eye.
- Parameters:
dd_and_phorizontal – OFF | ON
advJitter – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘AdvJitter’)