Start
SCPI Command :
[SOURce<HW>]:REGenerator:OBJect<CH>:RANGe:STARt
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(objectIx=ObjectIx.Default) float[source]
# [SOURce<HW>]:REGenerator:OBJect<CH>:RANGe:STARt value: float = driver.source.regenerator.object.range.start.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’)
- set(range_start: float, objectIx=ObjectIx.Default) None[source]
# [SOURce<HW>]:REGenerator:OBJect<CH>:RANGe:STARt driver.source.regenerator.object.range.start.set(range_start = 1.0, objectIx = repcap.ObjectIx.Default)
Sets the distance between the object and the radar.
- Parameters:
range_start – float Range: 2100 to 10000000, Unit: km
objectIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Object’)