ListPy

SCPI Command :

CHANnel<*>:EFRontend:FREQuency:REFerence:LIST
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(type_list: List[str], channel=Channel.Default) List[str][source]
# CHANnel<*>:EFRontend:FREQuency:REFerence:LIST
value: List[str] = driver.channel.efrontend.frequency.reference.listPy.get(type_list = ['abc1', 'abc2', 'abc3'], channel = repcap.Channel.Default)

Queries the possible reference frequencies, which are supported by the connected external frontend.

Parameters:

channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)