SrPeriod

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:EMTC:ALLoc<CH0>:CCODing:SRPeriod
class SrPeriodCls[source]

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

get(allocationNull=AllocationNull.Default) RsSmbv.enums.EutraPbchSfnRestPeriod[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:EMTC:ALLoc<CH0>:CCODing:SRPeriod
value: enums.EutraPbchSfnRestPeriod = driver.source.bb.eutra.downlink.emtc.alloc.ccoding.srPeriod.get(allocationNull = repcap.AllocationNull.Default)

Determines the time span after which the SFN (System Frame Number) restarts.

param allocationNull

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

return

sfn_rest_period: PERSlength PERSlength = SFN restart period to the ARB sequence length

set(sfn_rest_period: RsSmbv.enums.EutraPbchSfnRestPeriod, allocationNull=AllocationNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:EMTC:ALLoc<CH0>:CCODing:SRPeriod
driver.source.bb.eutra.downlink.emtc.alloc.ccoding.srPeriod.set(sfn_rest_period = enums.EutraPbchSfnRestPeriod.PER3gpp, allocationNull = repcap.AllocationNull.Default)

Determines the time span after which the SFN (System Frame Number) restarts.

param sfn_rest_period

PERSlength PERSlength = SFN restart period to the ARB sequence length

param allocationNull

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