Rts

SCPI Command :

[SOURce<HW>]:AREGenerator:FRONtend:CFE<CH>:RTS
class RtsCls[source]

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

get(channel=Channel.Default) float[source]
# SCPI: [SOURce<HW>]:AREGenerator:FRONtend:CFE<CH>:RTS
value: float = driver.source.areGenerator.frontend.cfe.rts.get(channel = repcap.Channel.Default)

Sets the rotation angle between frontend and sensor. Reference point for the definition of the angle is the center of the frontend. The rotation describes the deviation of the position of the frontend from a 90DEG angle to the direct line of sight of the sensor. For TRX-type or custom frontends this parameter has currently no impact, since it is a single sensor and no sensor array.

param channel:

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

return:

areg_fe_rts: float Range: -60 to 60

set(areg_fe_rts: float, channel=Channel.Default) None[source]
# SCPI: [SOURce<HW>]:AREGenerator:FRONtend:CFE<CH>:RTS
driver.source.areGenerator.frontend.cfe.rts.set(areg_fe_rts = 1.0, channel = repcap.Channel.Default)

Sets the rotation angle between frontend and sensor. Reference point for the definition of the angle is the center of the frontend. The rotation describes the deviation of the position of the frontend from a 90DEG angle to the direct line of sight of the sensor. For TRX-type or custom frontends this parameter has currently no impact, since it is a single sensor and no sensor array.

param areg_fe_rts:

float Range: -60 to 60

param channel:

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