End
SCPI Command :
[SOURce<HW>]:REGenerator:OBJect<CH>:RANGe:END
- class EndCls[source]
End commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(objectIx=ObjectIx.Default) float [source]
# SCPI: [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.
- param objectIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Object’)
- return
range_end: float Range: 2100 to 10000000, Unit: km
- set(range_end: float, objectIx=ObjectIx.Default) None [source]
# SCPI: [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.
- param range_end
float Range: 2100 to 10000000, Unit: km
- param objectIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Object’)