Range

SCPI Command :

EYE<*>:HORizontal:ABSolute:RANGe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(eye=Eye.Default) float[source]
# EYE<*>:HORizontal:ABSolute:RANGe
value: float = driver.eye.horizontal.absolute.range.get(eye = repcap.Eye.Default)

Sets the time range that is covered by the eye diagram in absolute time values.

Parameters:

eye – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Eye’)

set(horiz_rg: float, eye=Eye.Default) None[source]
# EYE<*>:HORizontal:ABSolute:RANGe
driver.eye.horizontal.absolute.range.set(horiz_rg = 1.0, eye = repcap.Eye.Default)

Sets the time range that is covered by the eye diagram in absolute time values.

Parameters:
  • horiz_rg – 1E-10 to 100

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