Range

SCPI Command :

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

Sets the number of unit intervals that are visible in the eye diagram.

Parameters:

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

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

Sets the number of unit intervals that are visible in the eye diagram.

Parameters:
  • horiz_rg_ui – 100E-12 to 100E+9

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