End

SCPI Command :

[SOURce<HW>]:REGenerator:OBJect<CH>:RANGe:END
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(objectIx=ObjectIx.Default) float[source]
# [SOURce<HW>]:REGenerator:OBJect<CH>:RANGe:END
value: float = driver.source.regenerator.object.range.end.get(objectIx = repcap.ObjectIx.Default)

Sets the distance between the object and the radar.

Parameters:

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

Returns:

range_end: float Range: 2100 to 10000000, Unit: km

set(range_end: float, objectIx=ObjectIx.Default) None[source]
# [SOURce<HW>]:REGenerator:OBJect<CH>:RANGe:END
driver.source.regenerator.object.range.end.set(range_end = 1.0, objectIx = repcap.ObjectIx.Default)

Sets the distance between the object and the radar.

Parameters:
  • range_end – float Range: 2100 to 10000000, Unit: km

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