Mtch
SCPI Commands :
[SOURce<HW>]:BB:EUTRa:DL:MBSFn:MTCH:CSAP
[SOURce<HW>]:BB:EUTRa:DL:MBSFn:MTCH:NPMChs
- class MtchCls[source]
Mtch commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- get_csap() RsSmbv.enums.EutraMtchSfAllPer [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:MBSFn:MTCH:CSAP value: enums.EutraMtchSfAllPer = driver.source.bb.eutra.downlink.mbsfn.mtch.get_csap()
Defines the period during which resources corresponding with field commonSF-Alloc are divided between the (P) MCH that are configured for this MBSFN area.
- return
alloc_period: AP4| AP8| AP16| AP32| AP64| AP128| AP256
- get_npmchs() int [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:MBSFn:MTCH:NPMChs value: int = driver.source.bb.eutra.downlink.mbsfn.mtch.get_npmchs()
Defines the number of PMCHs in this MBSFN area.
- return
num_of_pmchs: int Range: 1 to 15
- set_csap(alloc_period: RsSmbv.enums.EutraMtchSfAllPer) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:MBSFn:MTCH:CSAP driver.source.bb.eutra.downlink.mbsfn.mtch.set_csap(alloc_period = enums.EutraMtchSfAllPer.AP128)
Defines the period during which resources corresponding with field commonSF-Alloc are divided between the (P) MCH that are configured for this MBSFN area.
- param alloc_period
AP4| AP8| AP16| AP32| AP64| AP128| AP256
- set_npmchs(num_of_pmchs: int) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:MBSFn:MTCH:NPMChs driver.source.bb.eutra.downlink.mbsfn.mtch.set_npmchs(num_of_pmchs = 1)
Defines the number of PMCHs in this MBSFN area.
- param num_of_pmchs
int Range: 1 to 15