Ts25141
SCPI Commands :
[SOURce]:BB:W3GPp:TS25141:BSPClass
[SOURce]:BB:W3GPp:TS25141:EMODe
[SOURce]:BB:W3GPp:TS25141:ROUTe
[SOURce]:BB:W3GPp:TS25141:RXDiversity
- class Ts25141Cls[source]
Ts25141 commands group definition. 55 total commands, 8 Subgroups, 4 group commands
- get_bsp_class() Ts25141BspOwClass [source]
# SCPI: [SOURce]:BB:W3GPp:TS25141:BSPClass value: enums.Ts25141BspOwClass = driver.source.bb.w3Gpp.ts25141.get_bsp_class()
Selects the base station power class.
- return:
bsp_class: WIDE| MEDium| LOCal
- get_emode() Ts25141EditMode [source]
# SCPI: [SOURce]:BB:W3GPp:TS25141:EMODe value: enums.Ts25141EditMode = driver.source.bb.w3Gpp.ts25141.get_emode()
Selects the edit mode for the configuration of the test cases.
- return:
emode: STANdard| USER STANdard Edit mode ‘According to Standard’. Only settings in compliance with TS 25.141 are possible. All other parameters are preset. USER Edit mode ‘User definable’. A wider range of settings is possible
- get_route() MappingType [source]
# SCPI: [SOURce]:BB:W3GPp:TS25141:ROUTe value: enums.MappingType = driver.source.bb.w3Gpp.ts25141.get_route()
Selects the signal routing for baseband A signal which in most test cases represents the wanted signal (exception test case 6.6) . The command is only available for two-path-instruments and only for test cases that do not use both paths anyway.
- return:
route: A| B
- get_rx_diversity() bool [source]
# SCPI: [SOURce]:BB:W3GPp:TS25141:RXDiversity value: bool = driver.source.bb.w3Gpp.ts25141.get_rx_diversity()
Sets the signal generator according to the base station diversity processing capability. The command is only available for two-path-instruments and only for test cases that do not use both paths anyway.
- return:
rx_diversity: 1| ON| 0| OFF
- set_bsp_class(bsp_class: Ts25141BspOwClass) None [source]
# SCPI: [SOURce]:BB:W3GPp:TS25141:BSPClass driver.source.bb.w3Gpp.ts25141.set_bsp_class(bsp_class = enums.Ts25141BspOwClass.LOCal)
Selects the base station power class.
- param bsp_class:
WIDE| MEDium| LOCal
- set_emode(emode: Ts25141EditMode) None [source]
# SCPI: [SOURce]:BB:W3GPp:TS25141:EMODe driver.source.bb.w3Gpp.ts25141.set_emode(emode = enums.Ts25141EditMode.STANdard)
Selects the edit mode for the configuration of the test cases.
- param emode:
STANdard| USER STANdard Edit mode ‘According to Standard’. Only settings in compliance with TS 25.141 are possible. All other parameters are preset. USER Edit mode ‘User definable’. A wider range of settings is possible
- set_route(route: MappingType) None [source]
# SCPI: [SOURce]:BB:W3GPp:TS25141:ROUTe driver.source.bb.w3Gpp.ts25141.set_route(route = enums.MappingType.A)
Selects the signal routing for baseband A signal which in most test cases represents the wanted signal (exception test case 6.6) . The command is only available for two-path-instruments and only for test cases that do not use both paths anyway.
- param route:
A| B
- set_rx_diversity(rx_diversity: bool) None [source]
# SCPI: [SOURce]:BB:W3GPp:TS25141:RXDiversity driver.source.bb.w3Gpp.ts25141.set_rx_diversity(rx_diversity = False)
Sets the signal generator according to the base station diversity processing capability. The command is only available for two-path-instruments and only for test cases that do not use both paths anyway.
- param rx_diversity:
1| ON| 0| OFF
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.w3Gpp.ts25141.clone()
Subgroups