Tcase
SCPI Command :
[SOURce]:BB:W3GPp:TS25141:TCASe
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get_value() Ts25141Tc[source]
# [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
- Returns:
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: Ts25141Tc) None[source]
# [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
- Parameters:
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 copy of the original group, that exists independently
tcase_copy = driver.source.bb.w3Gpp.ts25141.tcase.clone()
Subgroups