Alias

SCPI Command :

[SOURce<HW>]:AREGenerator:SENSor<CH>:ALIas
class AliasCls[source]

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

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

Sets the alias of the radar sensor.

param sensor:

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

return:

areg_sens_alias: string

set(areg_sens_alias: str, sensor=Sensor.Default) None[source]
# SCPI: [SOURce<HW>]:AREGenerator:SENSor<CH>:ALIas
driver.source.areGenerator.sensor.alias.set(areg_sens_alias = 'abc', sensor = repcap.Sensor.Default)

Sets the alias of the radar sensor.

param areg_sens_alias:

string

param sensor:

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