Mbsfn
SCPI Commands :
[SOURce<HW>]:BB:EUTRa:DL:MBSFn:MODE
[SOURce<HW>]:BB:EUTRa:DL:MBSFn:RHOA
[SOURce<HW>]:BB:EUTRa:DL:MBSFn:UEC
- class MbsfnCls[source]
Mbsfn commands group definition. 37 total commands, 4 Subgroups, 3 group commands
- get_mode() RsSmbv.enums.EutraMbsfnType [source]
# SCPI: [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.
- return
mbsfn_mode: OFF| MIXed
- get_rhoa() float [source]
# SCPI: [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.
- return
rhoa: float Range: -80 to 10
- get_uec() RsSmbv.enums.UeCat [source]
# SCPI: [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 .
- return
ue_category: C1| C2| C3| C4| C5
- set_mode(mbsfn_mode: RsSmbv.enums.EutraMbsfnType) None [source]
# SCPI: [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.
- param mbsfn_mode
OFF| MIXed
- set_rhoa(rhoa: float) None [source]
# SCPI: [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.
- param rhoa
float Range: -80 to 10
- set_uec(ue_category: RsSmbv.enums.UeCat) None [source]
# SCPI: [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 .
- param ue_category
C1| C2| C3| C4| C5
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.eutra.downlink.mbsfn.clone()
Subgroups