Mtch
SCPI Commands :
[SOURce<HW>]:BB:EUTRa:DL:MBSFn:MTCH:CSAP
[SOURce<HW>]:BB:EUTRa:DL:MBSFn:MTCH:NPMChs
- Commands in total: 2Subgroups: 0Direct child commands: 2
- get_csap() EutraMtchSfAllPer[source]
# [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.
- Returns:
alloc_period: AP4 | AP8 | AP16 | AP32 | AP64 | AP128 | AP256
- get_npmchs() int[source]
# [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.
- Returns:
num_of_pmchs: int Range: 1 to 15
- set_csap(alloc_period: EutraMtchSfAllPer) None[source]
# [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.
- Parameters:
alloc_period – AP4 | AP8 | AP16 | AP32 | AP64 | AP128 | AP256
- set_npmchs(num_of_pmchs: int) None[source]
# [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.
- Parameters:
num_of_pmchs – int Range: 1 to 15