Mbsfn
SCPI Commands :
[SOURce<HW>]:BB:EUTRa:DL:MBSFn:MODE
[SOURce<HW>]:BB:EUTRa:DL:MBSFn:RHOA
[SOURce<HW>]:BB:EUTRa:DL:MBSFn:UEC
- Commands in total: 37Subgroups: 4Direct child commands: 3
- get_mode() EutraMbsfnType[source]
# [SOURce<HW>]:BB:EUTRa:DL:MBSFn:MODE value: enums.EutraMbsfnType = driver.source.bb.eutra.downlink.mbsfn.get_mode()
Enables the MBSFN transmission and selects a mixed MBSFN Mode.
- Returns:
mbsfn_mode: OFF | MIXed
- get_rhoa() float[source]
# [SOURce<HW>]:BB:EUTRa:DL:MBSFn:RHOA value: float = driver.source.bb.eutra.downlink.mbsfn.get_rhoa()
Defines the power of the MBSFN channels relative to the common Reference Signals.
- Returns:
rhoa: float Range: -80 to 10
- get_uec() UeCat[source]
# [SOURce<HW>]:BB:EUTRa:DL:MBSFn:UEC value: enums.UeCat = driver.source.bb.eutra.downlink.mbsfn.get_uec()
Defines the UE category as defined in .
- Returns:
ue_category: C1 | C2 | C3 | C4 | C5
- set_mode(mbsfn_mode: EutraMbsfnType) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:MBSFn:MODE driver.source.bb.eutra.downlink.mbsfn.set_mode(mbsfn_mode = enums.EutraMbsfnType.MIXed)
Enables the MBSFN transmission and selects a mixed MBSFN Mode.
- Parameters:
mbsfn_mode – OFF | MIXed
- set_rhoa(rhoa: float) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:MBSFn:RHOA driver.source.bb.eutra.downlink.mbsfn.set_rhoa(rhoa = 1.0)
Defines the power of the MBSFN channels relative to the common Reference Signals.
- Parameters:
rhoa – float Range: -80 to 10
- set_uec(ue_category: UeCat) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:MBSFn:UEC driver.source.bb.eutra.downlink.mbsfn.set_uec(ue_category = enums.UeCat.C1)
Defines the UE category as defined in .
- Parameters:
ue_category – C1 | C2 | C3 | C4 | C5
Cloning the Group
# Create a copy of the original group, that exists independently
mbsfn_copy = driver.source.bb.eutra.downlink.mbsfn.clone()
Subgroups