Soffset

SCPI Command :

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

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

get(allocationNull=AllocationNull.Default) float[source]
# SCPI: [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.

param allocationNull

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

return

chan_cod_sfn_offset: float Range: 0 to 1020

set(chan_cod_sfn_offset: float, allocationNull=AllocationNull.Default) None[source]
# SCPI: [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.

param chan_cod_sfn_offset

float Range: 0 to 1020

param allocationNull

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