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.

Parameters:

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

Returns:

horiz_rg: 1E-12 to 100

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.

Parameters:
  • horiz_rg – 1E-12 to 100

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