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) RsSmw.enums.PbchSfnRestPeriod[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:EMTC:ALLoc<CH0>:CCODing:SRPeriod
value: enums.PbchSfnRestPeriod = 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 | PER3gpp PER3gpp = ‘3GPP (1024 Frames) ‘ PERSlength = SFN restart period to the ARB sequence length

set(sfn_rest_period: RsSmw.enums.PbchSfnRestPeriod, 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.PbchSfnRestPeriod.PER3gpp, allocationNull = repcap.AllocationNull.Default)

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

param sfn_rest_period

PERSlength | PER3gpp PER3gpp = ‘3GPP (1024 Frames) ‘ PERSlength = SFN restart period to the ARB sequence length

param allocationNull

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