Tcase

SCPI Command :

[SOURce]:BB:W3GPp:TS25141:TCASe
class TcaseCls[source]

Tcase commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get_value() RsSmw.enums.Ts25141Tc[source]
# SCPI: [SOURce]:BB:W3GPp:TS25141:TCASe
value: enums.Ts25141Tc = driver.source.bb.w3Gpp.ts25141.tcase.get_value()

Selects a test case defined by the standard. The signal generator is preset according to the selected standard. Depending on the selected test case, the parameters of the TS25141 commands are preset. For most test cases also the parameters of one or more of the subsystems SOURce:AWGN, SOURce:W3GPp, SOURce:DM and SOURce:FSIM are preset. The preset parameters are activated with command BB:W3GP:TS25141:TCAS:EXEC

return

tcase: TC642| TC66| TC72| TC73| TC74| TC75| TC76| TC78| TC821| TC831| TC832| TC833| TC834| TC84| TC85| TC86| TC881| TC882| TC883| TC884| TC891| TC892| TC893| TC894

set_value(tcase: RsSmw.enums.Ts25141Tc) None[source]
# SCPI: [SOURce]:BB:W3GPp:TS25141:TCASe
driver.source.bb.w3Gpp.ts25141.tcase.set_value(tcase = enums.Ts25141Tc.TC642)

Selects a test case defined by the standard. The signal generator is preset according to the selected standard. Depending on the selected test case, the parameters of the TS25141 commands are preset. For most test cases also the parameters of one or more of the subsystems SOURce:AWGN, SOURce:W3GPp, SOURce:DM and SOURce:FSIM are preset. The preset parameters are activated with command BB:W3GP:TS25141:TCAS:EXEC

param tcase

TC642| TC66| TC72| TC73| TC74| TC75| TC76| TC78| TC821| TC831| TC832| TC833| TC834| TC84| TC85| TC86| TC881| TC882| TC883| TC884| TC891| TC892| TC893| TC894

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.bb.w3Gpp.ts25141.tcase.clone()

Subgroups