TypePy
SCPI Command :
[SOURce<HW>]:AREGenerator:FRONtend:TRX<CH>:TYPE
- class TypePyCls[source]
TypePy commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(trxFrontent=TrxFrontent.Default) AregFeType [source]
# SCPI: [SOURce<HW>]:AREGenerator:FRONtend:TRX<CH>:TYPE value: enums.AregFeType = driver.source.areGenerator.frontend.trx.typePy.get(trxFrontent = repcap.TrxFrontent.Default)
Queries the type of the connected frontend.
- param trxFrontent:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trx’)
- 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.