TypePy
SCPI Command :
[SOURce<HW>]:AREGenerator:FRONtend:CFE<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:CFE<CH>:TYPE value: enums.AregFeType = driver.source.areGenerator.frontend.cfe.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 ‘Cfe’)
- return:
frontend_type: - 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.