Speriod

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:MBSFn:PMCH<CH0>:SPERiod
class SperiodCls[source]

Speriod commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(indexNull=IndexNull.Default) RsSmbv.enums.EutraMchSchedPer[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:MBSFn:PMCH<CH0>:SPERiod
value: enums.EutraMchSchedPer = driver.source.bb.eutra.downlink.mbsfn.pmch.speriod.get(indexNull = repcap.IndexNull.Default)

Defines the MCH scheduling period, i.e. the periodicity used for providing MCH scheduling information at lower layers (MAC) applicable for an MCH.

param indexNull

optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Pmch’)

return

sched_period: SPM| SPRF8| SPRF16| SPRF32| SPRF64| SPRF128| SPRF256| SPRF512| SPRF1024

set(sched_period: RsSmbv.enums.EutraMchSchedPer, indexNull=IndexNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:MBSFn:PMCH<CH0>:SPERiod
driver.source.bb.eutra.downlink.mbsfn.pmch.speriod.set(sched_period = enums.EutraMchSchedPer.SPM, indexNull = repcap.IndexNull.Default)

Defines the MCH scheduling period, i.e. the periodicity used for providing MCH scheduling information at lower layers (MAC) applicable for an MCH.

param sched_period

SPM| SPRF8| SPRF16| SPRF32| SPRF64| SPRF128| SPRF256| SPRF512| SPRF1024

param indexNull

optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Pmch’)