Mstation

SCPI Commands :

[SOURce<HW>]:BB:W3GPp:SETTing:TMODel:MSTation:CATalog
[SOURce<HW>]:BB:W3GPp:SETTing:TMODel:MSTation
class MstationCls[source]

Mstation commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_catalog() List[str][source]
# SCPI: [SOURce<HW>]:BB:W3GPp:SETTing:TMODel:MSTation:CATalog
value: List[str] = driver.source.bb.w3Gpp.setting.tmodel.mstation.get_catalog()

The command queries the list of non-standardized test models for the uplink.

return

catalog: string

get_value() str[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:SETTing:TMODel:MSTation
value: str = driver.source.bb.w3Gpp.setting.tmodel.mstation.get_value()

he command selects a test model that is not defined by the standard for the uplink.

return

mstation: string DPCCH_DPDCH_60ksps Preset, Uplink, UE1 on, DPDCH + DPCCH, Overall symbol rate 60 ksps. DPCCH_DPDCH960ksps Preset, Uplink, UE1 on, DPDCH + DPCCH, Overall symbol rate 960 ksps TS34121_R6_Table_C_10_1_4_Subtest4 Uplink test model according to 3GPP TS 34.121 Release 6, Table C.10.1.4. TS34121_R8_Table_C_10_1_4_Subtest3 Uplink test models for transmitter characteristics tests with HS-DPCCH according to 3GPP TS 34.121 Release 8, Table C.10.1.4. TS34121_R8_Table_C_11_1_3_Subtest2 Uplink test models for transmitter characteristics tests with HS-DPCCH and E-DCH according to 3GPP TS 34.121 Release 8, Table C.11.1.3. TS34121_R8_Table_C_11_1_4_Subtest1 Uplink test model for transmitter characteristics tests with HS-DPCCH and E-DCH with 16QAM according to 3GPP TS 34.121 Release 8, Table C.11.1.4.

set_value(mstation: str) None[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:SETTing:TMODel:MSTation
driver.source.bb.w3Gpp.setting.tmodel.mstation.set_value(mstation = 'abc')

he command selects a test model that is not defined by the standard for the uplink.

param mstation

string DPCCH_DPDCH_60ksps Preset, Uplink, UE1 on, DPDCH + DPCCH, Overall symbol rate 60 ksps. DPCCH_DPDCH960ksps Preset, Uplink, UE1 on, DPDCH + DPCCH, Overall symbol rate 960 ksps TS34121_R6_Table_C_10_1_4_Subtest4 Uplink test model according to 3GPP TS 34.121 Release 6, Table C.10.1.4. TS34121_R8_Table_C_10_1_4_Subtest3 Uplink test models for transmitter characteristics tests with HS-DPCCH according to 3GPP TS 34.121 Release 8, Table C.10.1.4. TS34121_R8_Table_C_11_1_3_Subtest2 Uplink test models for transmitter characteristics tests with HS-DPCCH and E-DCH according to 3GPP TS 34.121 Release 8, Table C.11.1.3. TS34121_R8_Table_C_11_1_4_Subtest1 Uplink test model for transmitter characteristics tests with HS-DPCCH and E-DCH with 16QAM according to 3GPP TS 34.121 Release 8, Table C.11.1.4.