Start

SCPI Command :

[SOURce<HW>]:REGenerator:OBJect<CH>:RANGe:STARt
class StartCls[source]

Start commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(objectIx=ObjectIx.Default) float[source]
# SCPI: [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.

param objectIx

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

return

range_start: No help available

set(range_start: float, objectIx=ObjectIx.Default) None[source]
# SCPI: [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.

param range_start

float Range: 2100 to 10000000, Unit: km

param objectIx

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