Ts25141
SCPI Commands :
[SOURce]:BB:W3GPp:TS25141:BSPClass
[SOURce]:BB:W3GPp:TS25141:EMODe
[SOURce]:BB:W3GPp:TS25141:ROUTe
[SOURce]:BB:W3GPp:TS25141:RXDiversity
- Commands in total: 55Subgroups: 8Direct child commands: 4
- get_bsp_class() Ts25141BspOwClass[source]
# [SOURce]:BB:W3GPp:TS25141:BSPClass value: enums.Ts25141BspOwClass = driver.source.bb.w3Gpp.ts25141.get_bsp_class()
Selects the base station power class.
- Returns:
bsp_class: WIDE | MEDium | LOCal
- get_emode() Ts25141EditMode[source]
# [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.
- Returns:
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]
# [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.
- Returns:
route: A | B
- get_rx_diversity() bool[source]
# [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.
- Returns:
rx_diversity: 1 | ON | 0| OFF
- set_bsp_class(bsp_class: Ts25141BspOwClass) None[source]
# [SOURce]:BB:W3GPp:TS25141:BSPClass driver.source.bb.w3Gpp.ts25141.set_bsp_class(bsp_class = enums.Ts25141BspOwClass.LOCal)
Selects the base station power class.
- Parameters:
bsp_class – WIDE | MEDium | LOCal
- set_emode(emode: Ts25141EditMode) None[source]
# [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.
- Parameters:
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]
# [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.
- Parameters:
route – A | B
- set_rx_diversity(rx_diversity: bool) None[source]
# [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.
- Parameters:
rx_diversity – 1 | ON | 0| OFF
Cloning the Group
# Create a copy of the original group, that exists independently
ts25141_copy = driver.source.bb.w3Gpp.ts25141.clone()
Subgroups