Tmodel

SCPI Commands :

[SOURce<HW>]:BB:TDSCdma:SETTing:TMODel:CATalog
[SOURce<HW>]:BB:TDSCdma:SETTing:TMODel
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get_catalog() List[str][source]
# [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.

Returns:

catalog: filename1,filename2,… Returns a string of filenames separated by commas.

get_value() str[source]
# [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.

Returns:

tmodel: string

set_value(tmodel: str) None[source]
# [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.

Parameters:

tmodel – string