Speriod

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:MBSFn:PMCH<CH0>:SPERiod
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(indexNull=IndexNull.Default) EutraMchSchedPer[source]
# [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.

Parameters:

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

Returns:

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

set(sched_period: EutraMchSchedPer, indexNull=IndexNull.Default) None[source]
# [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.

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

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