Ats

SCPI Command :

[SOURce<HW>]:AREGenerator:FRONtend:TRX<CH>:ATS
class AtsCls[source]

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

get(trxFrontent=TrxFrontent.Default) float[source]
# SCPI: [SOURce<HW>]:AREGenerator:FRONtend:TRX<CH>:ATS
value: float = driver.source.areGenerator.frontend.trx.ats.get(trxFrontent = repcap.TrxFrontent.Default)

Sets the angle between frontend and radar sensor. Reference point for the definition of the angle is the center of the frontend. The angle describes the deviation of the position of the frontend from the 0DEG center position of the field of view of the radar.

INTRO_CMD_HELP: We recommend that you zero in regular intervals (at least once a day) , if:

  • Positive angle frontend to sensor: counter clockwise deviation of frontend position to center position.

  • Negative angle frontend to sensor: clockwise deviation of frontend position to center position.

param trxFrontent:

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

return:

areg_fe_ats: float Range: -90 to 90

set(areg_fe_ats: float, trxFrontent=TrxFrontent.Default) None[source]
# SCPI: [SOURce<HW>]:AREGenerator:FRONtend:TRX<CH>:ATS
driver.source.areGenerator.frontend.trx.ats.set(areg_fe_ats = 1.0, trxFrontent = repcap.TrxFrontent.Default)

Sets the angle between frontend and radar sensor. Reference point for the definition of the angle is the center of the frontend. The angle describes the deviation of the position of the frontend from the 0DEG center position of the field of view of the radar.

INTRO_CMD_HELP: We recommend that you zero in regular intervals (at least once a day) , if:

  • Positive angle frontend to sensor: counter clockwise deviation of frontend position to center position.

  • Negative angle frontend to sensor: clockwise deviation of frontend position to center position.

param areg_fe_ats:

float Range: -90 to 90

param trxFrontent:

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