Alias

SCPI Command :

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

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

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

Sets the alias of the frontend.

param channel:

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

return:

areg_fe_alias: string

set(areg_fe_alias: str, channel=Channel.Default) None[source]
# SCPI: [SOURce<HW>]:AREGenerator:FRONtend:CFE<CH>:ALIas
driver.source.areGenerator.frontend.cfe.alias.set(areg_fe_alias = 'abc', channel = repcap.Channel.Default)

Sets the alias of the frontend.

param areg_fe_alias:

string

param channel:

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