Distance

SCPI Command :

[SOURce<HW>]:AREGenerator:SENSor<CH>:DISTance
class DistanceCls[source]

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

get(sensor=Sensor.Default) int[source]
# SCPI: [SOURce<HW>]:AREGenerator:SENSor<CH>:DISTance
value: int = driver.source.areGenerator.sensor.distance.get(sensor = repcap.Sensor.Default)

Sets the relative distance between radar sensor and origin.

param sensor:

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

return:

areg_sens_sto_distance: integer Range: 0 to 30

set(areg_sens_sto_distance: int, sensor=Sensor.Default) None[source]
# SCPI: [SOURce<HW>]:AREGenerator:SENSor<CH>:DISTance
driver.source.areGenerator.sensor.distance.set(areg_sens_sto_distance = 1, sensor = repcap.Sensor.Default)

Sets the relative distance between radar sensor and origin.

param areg_sens_sto_distance:

integer Range: 0 to 30

param sensor:

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