Tmodel
SCPI Commands :
[SOURce<HW>]:BB:TDSCdma:SETTing:TMODel:CATalog
[SOURce<HW>]:BB:TDSCdma:SETTing:TMODel
- class TmodelCls[source]
Tmodel commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- get_catalog() List[str] [source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:SETTing:TMODel:CATalog value: List[str] = driver.source.bb.tdscdma.setting.tmodel.get_catalog()
Queries the file with the test models defined in the TD-SCDMA standard or a self-defined test setup.
- return
catalog: filename1,filename2,… Returns a string of filenames separated by commas.
- get_value() str [source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:SETTing:TMODel value: str = driver.source.bb.tdscdma.setting.tmodel.get_value()
Selects the file with the test models defined in the TD-SCDMA standard or a self-defined test setup.
- return
tmodel: string
- set_value(tmodel: str) None [source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:SETTing:TMODel driver.source.bb.tdscdma.setting.tmodel.set_value(tmodel = 'abc')
Selects the file with the test models defined in the TD-SCDMA standard or a self-defined test setup.
- param tmodel
string