Soffset
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:EMTC:ALLoc<CH0>:CCODing:SOFFset
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(allocationNull=AllocationNull.Default) float[source]
# [SOURce<HW>]:BB:EUTRa:DL:EMTC:ALLoc<CH0>:CCODing:SOFFset value: float = driver.source.bb.eutra.downlink.emtc.alloc.ccoding.soffset.get(allocationNull = repcap.AllocationNull.Default)
Sets the start SFN value.
- Parameters:
allocationNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)
- Returns:
chan_cod_sfn_offset: float Range: 0 to 1020
- set(chan_cod_sfn_offset: float, allocationNull=AllocationNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:EMTC:ALLoc<CH0>:CCODing:SOFFset driver.source.bb.eutra.downlink.emtc.alloc.ccoding.soffset.set(chan_cod_sfn_offset = 1.0, allocationNull = repcap.AllocationNull.Default)
Sets the start SFN value.
- Parameters:
chan_cod_sfn_offset – float Range: 0 to 1020
allocationNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)