Efrontend
SCPI Command :
[SOURce<HW>]:AREGenerator:FRONtend:FE<CH>:TX<ST0>:EFRontend
- class EfrontendCls[source]
Efrontend commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(channel=Channel.Default, txIndexNull=TxIndexNull.Default) str [source]
# SCPI: [SOURce<HW>]:AREGenerator:FRONtend:FE<CH>:TX<ST0>:EFRontend value: str = driver.source.areGenerator.frontend.fe.tx.efrontend.get(channel = repcap.Channel.Default, txIndexNull = repcap.TxIndexNull.Default)
Selects the external frontend to connect to the R&S AREG800A.
- param channel:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fe’)
- param txIndexNull:
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Tx’)
- return:
instr_name: No help available
- set(instr_name: str, channel=Channel.Default, txIndexNull=TxIndexNull.Default) None [source]
# SCPI: [SOURce<HW>]:AREGenerator:FRONtend:FE<CH>:TX<ST0>:EFRontend driver.source.areGenerator.frontend.fe.tx.efrontend.set(instr_name = 'abc', channel = repcap.Channel.Default, txIndexNull = repcap.TxIndexNull.Default)
Selects the external frontend to connect to the R&S AREG800A.
- param instr_name:
No help available
- param channel:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fe’)
- param txIndexNull:
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Tx’)