Efrontend

SCPI Command :

[SOURce<HW>]:AREGenerator:FRONtend:FE<CH>:RX<ST>:EFRontend
class EfrontendCls[source]

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

get(channel=Channel.Default, rxIndex=RxIndex.Default) str[source]
# SCPI: [SOURce<HW>]:AREGenerator:FRONtend:FE<CH>:RX<ST>:EFRontend
value: str = driver.source.areGenerator.frontend.fe.rx.efrontend.get(channel = repcap.Channel.Default, rxIndex = repcap.RxIndex.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 rxIndex:

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

return:

instr_name: string

set(instr_name: str, channel=Channel.Default, rxIndex=RxIndex.Default) None[source]
# SCPI: [SOURce<HW>]:AREGenerator:FRONtend:FE<CH>:RX<ST>:EFRontend
driver.source.areGenerator.frontend.fe.rx.efrontend.set(instr_name = 'abc', channel = repcap.Channel.Default, rxIndex = repcap.RxIndex.Default)

Selects the external frontend to connect to the R&S AREG800A.

param instr_name:

string

param channel:

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

param rxIndex:

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