Sc
SCPI Commands :
[SOURce<HW>]:BB:EUTRa:DL:MBSFn:SC:AMODe
[SOURce<HW>]:BB:EUTRa:DL:MBSFn:SC:AOFFset
[SOURce<HW>]:BB:EUTRa:DL:MBSFn:SC:APER
[SOURce<HW>]:BB:EUTRa:DL:MBSFn:SC:AVAL
- class ScCls[source]
Sc commands group definition. 4 total commands, 0 Subgroups, 4 group commands
- get_amode() RsSmbv.enums.EutraMbsfnSfAllMode [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:MBSFn:SC:AMODe value: enums.EutraMbsfnSfAllMode = driver.source.bb.eutra.downlink.mbsfn.sc.get_amode()
Defines whether MBSFN periodic scheduling is 1 or 4 frames.
- return
allocation_mode: F1| F4
- get_aoffset() int [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:MBSFn:SC:AOFFset value: int = driver.source.bb.eutra.downlink.mbsfn.sc.get_aoffset()
Sets the Radio Frame Allocation Offset
- return
offset: integer Range: 0 to 31
- get_aper() RsSmbv.enums.EutraMbsfnRfAllPer [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:MBSFn:SC:APER value: enums.EutraMbsfnRfAllPer = driver.source.bb.eutra.downlink.mbsfn.sc.get_aper()
Sets the Radio Frame Allocation Period.
- return
alloc_period: AP1| AP2| AP4| AP8| AP16| AP32
- get_aval() int [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:MBSFn:SC:AVAL value: int = driver.source.bb.eutra.downlink.mbsfn.sc.get_aval()
Defines which MBSFN subframes are allocated.
- return
allocation_value: integer Range: 0 to #HFFFFFF
- set_amode(allocation_mode: RsSmbv.enums.EutraMbsfnSfAllMode) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:MBSFn:SC:AMODe driver.source.bb.eutra.downlink.mbsfn.sc.set_amode(allocation_mode = enums.EutraMbsfnSfAllMode.F1)
Defines whether MBSFN periodic scheduling is 1 or 4 frames.
- param allocation_mode
F1| F4
- set_aoffset(offset: int) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:MBSFn:SC:AOFFset driver.source.bb.eutra.downlink.mbsfn.sc.set_aoffset(offset = 1)
Sets the Radio Frame Allocation Offset
- param offset
integer Range: 0 to 31
- set_aper(alloc_period: RsSmbv.enums.EutraMbsfnRfAllPer) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:MBSFn:SC:APER driver.source.bb.eutra.downlink.mbsfn.sc.set_aper(alloc_period = enums.EutraMbsfnRfAllPer.AP1)
Sets the Radio Frame Allocation Period.
- param alloc_period
AP1| AP2| AP4| AP8| AP16| AP32
- set_aval(allocation_value: int) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:MBSFn:SC:AVAL driver.source.bb.eutra.downlink.mbsfn.sc.set_aval(allocation_value = 1)
Defines which MBSFN subframes are allocated.
- param allocation_value
integer Range: 0 to #HFFFFFF