Position
SCPI Command :
EYE<*>:HORizontal:ABSolute:POSition
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(eye=Eye.Default) float[source]
# EYE<*>:HORizontal:ABSolute:POSition value: float = driver.eye.horizontal.absolute.position.get(eye = repcap.Eye.Default)
Sets the place of the zero point in the diagram, in seconds. The zero point is the alignment point on which the slice timestamps are superimposed.
- Parameters:
eye – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Eye’)
- set(horiz_posi: float, eye=Eye.Default) None[source]
# EYE<*>:HORizontal:ABSolute:POSition driver.eye.horizontal.absolute.position.set(horiz_posi = 1.0, eye = repcap.Eye.Default)
Sets the place of the zero point in the diagram, in seconds. The zero point is the alignment point on which the slice timestamps are superimposed.
- Parameters:
horiz_posi – -100 to 100
eye – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Eye’)