Alias

SCPI Command :

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

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

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

Sets the alias of the frontend.

param trxFrontent:

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

return:

areg_fe_alias: string

set(areg_fe_alias: str, trxFrontent=TrxFrontent.Default) None[source]
# SCPI: [SOURce<HW>]:AREGenerator:FRONtend:TRX<CH>:ALIas
driver.source.areGenerator.frontend.trx.alias.set(areg_fe_alias = 'abc', trxFrontent = repcap.TrxFrontent.Default)

Sets the alias of the frontend.

param areg_fe_alias:

string

param trxFrontent:

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