Downlink
SCPI Commands :
[SOURce<HW>]:BB:NR5G:SETTing:TMODel:DL:CATalog
[SOURce<HW>]:BB:NR5G:SETTing:TMODel:DL
- class DownlinkCls[source]
Downlink commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- get_catalog() List[str] [source]
# SCPI: [SOURce<HW>]:BB:NR5G:SETTing:TMODel:DL:CATalog value: List[str] = driver.source.bb.nr5G.setting.tmodel.downlink.get_catalog()
Queries the filenames of predefined files with test signals in the default directory.
- return
nr_5_gcat_name_tmod_dn: filename1,filename2,… Returns a string of filenames separated by commas.
- get_value() str [source]
# SCPI: [SOURce<HW>]:BB:NR5G:SETTing:TMODel:DL value: str = driver.source.bb.nr5G.setting.tmodel.downlink.get_value()
Loads a test model file with predefined settings.
- return
tmod_down: ‘filename’ Filename as queried with one of the following commands: [:SOURcehw]:BB:NR5G:SETTing:TMODel:UL:CATalog? [:SOURcehw]:BB:NR5G:SETTing:TMODel:DL:CATalog? [:SOURcehw]:BB:NR5G:SETTing:TMODel:FILTer:CATalog
- set_value(tmod_down: str) None [source]
# SCPI: [SOURce<HW>]:BB:NR5G:SETTing:TMODel:DL driver.source.bb.nr5G.setting.tmodel.downlink.set_value(tmod_down = 'abc')
Loads a test model file with predefined settings.
- param tmod_down
‘filename’ Filename as queried with one of the following commands: [:SOURcehw]:BB:NR5G:SETTing:TMODel:UL:CATalog? [:SOURcehw]:BB:NR5G:SETTing:TMODel:DL:CATalog? [:SOURcehw]:BB:NR5G:SETTing:TMODel:FILTer:CATalog