ListPy
SCPI Command :
CHANnel<*>:EFRontend:TYPE:LIST
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(type_list: str, channel=Channel.Default) str[source]
# CHANnel<*>:EFRontend:TYPE:LIST value: str = driver.channel.efrontend.typePy.listPy.get(type_list = 'abc', channel = repcap.Channel.Default)
Queries the supported external frontend types. To set the frontend type, use method
RsRtx.channel.efrontend.connection.config.set().- Parameters:
type_list – String with a list of supported frontend types.
channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)
- Returns:
type_list: String with a list of supported frontend types.