Id

SCPI Command :

[SOURce<HW>]:AREGenerator:SENSor<CH>:DYNamic:ID
class IdCls[source]

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

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

Requires: [:SOURce<hw>]:AREGenerator:OSETup:REFerence MAPPed. Sets the ID of the radar sensor according to the definition in the used protocol, e.g. in a ZMQ OSI HiL protocol. The mapping is defined in the object list of the used protocol, e.g. the ‘sensor_id’ field in the osi3::sensorData struct for all OSI protocols.

param sensor:

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

return:

areg_sconf_dyn_id: integer Range: 0 to 1000

set(areg_sconf_dyn_id: int, sensor=Sensor.Default) None[source]
# SCPI: [SOURce<HW>]:AREGenerator:SENSor<CH>:DYNamic:ID
driver.source.areGenerator.sensor.dynamic.id.set(areg_sconf_dyn_id = 1, sensor = repcap.Sensor.Default)

Requires: [:SOURce<hw>]:AREGenerator:OSETup:REFerence MAPPed. Sets the ID of the radar sensor according to the definition in the used protocol, e.g. in a ZMQ OSI HiL protocol. The mapping is defined in the object list of the used protocol, e.g. the ‘sensor_id’ field in the osi3::sensorData struct for all OSI protocols.

param areg_sconf_dyn_id:

integer Range: 0 to 1000

param sensor:

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