TypePy

SCPI Command :

[SOURce<HW>]:AREGenerator:FRONtend:FE<CH>:TYPE
class TypePyCls[source]

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

get(channel=Channel.Default) AregFeType[source]
# SCPI: [SOURce<HW>]:AREGenerator:FRONtend:FE<CH>:TYPE
value: enums.AregFeType = driver.source.areGenerator.frontend.fe.typePy.get(channel = repcap.Channel.Default)

Queries the type of the connected frontend.

param channel:

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

return:

frontend_type: TRX| QAT| NONE| FE| CFE TRX A TRX-type frontend is connected. QAT A QAT-type frontend is connected. NONE No frontend is connected. FE An FE-type frontend is connected. CFE A custom frontend is connected.