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
Commands in total: 4
Subgroups: 0
Direct child commands: 4
get_amode() EutraMbsfnSfAllMode[source]
# [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.

Returns:

allocation_mode: F1 | F4

get_aoffset() int[source]
# [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

Returns:

offset: integer Range: 0 to 31

get_aper() EutraMbsfnRfAllPer[source]
# [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.

Returns:

alloc_period: AP1 | AP2 | AP4 | AP8 | AP16 | AP32

get_aval() int[source]
# [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.

Returns:

allocation_value: integer Range: 0 to #HFFFFFF

set_amode(allocation_mode: EutraMbsfnSfAllMode) None[source]
# [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.

Parameters:

allocation_mode – F1 | F4

set_aoffset(offset: int) None[source]
# [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

Parameters:

offset – integer Range: 0 to 31

set_aper(alloc_period: EutraMbsfnRfAllPer) None[source]
# [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.

Parameters:

alloc_period – AP1 | AP2 | AP4 | AP8 | AP16 | AP32

set_aval(allocation_value: int) None[source]
# [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.

Parameters:

allocation_value – integer Range: 0 to #HFFFFFF