Uplink
SCPI Commands :
[SOURce<HW>]:BB:NR5G:SETTing:TMODel:UL:CATalog
[SOURce<HW>]:BB:NR5G:SETTing:TMODel:UL
- class UplinkCls[source]
Uplink commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- get_catalog() List[str] [source]
# SCPI: [SOURce<HW>]:BB:NR5G:SETTing:TMODel:UL:CATalog value: List[str] = driver.source.bb.nr5G.setting.tmodel.uplink.get_catalog()
Queries the filenames of predefined files with test signals in the default directory.
- return
nr_5_gcat_name_tmod_up: filename1,filename2,… Returns a string of filenames separated by commas.
- get_value() str [source]
# SCPI: [SOURce<HW>]:BB:NR5G:SETTing:TMODel:UL value: str = driver.source.bb.nr5G.setting.tmodel.uplink.get_value()
Loads a test model file with predefined settings.
- return
tmod_up: No help available
- set_value(tmod_up: str) None [source]
# SCPI: [SOURce<HW>]:BB:NR5G:SETTing:TMODel:UL driver.source.bb.nr5G.setting.tmodel.uplink.set_value(tmod_up = 'abc')
Loads a test model file with predefined settings.
- param tmod_up
‘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