Scid
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ALLoc<CH0>:[CW<USER>]:PRECoding:SCID
- class ScidCls[source]
Scid commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default, codeword=Codeword.Default) int [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ALLoc<CH0>:[CW<USER>]:PRECoding:SCID value: int = driver.source.bb.eutra.downlink.subf.alloc.cw.precoding.scid.get(subframeNull = repcap.SubframeNull.Default, allocationNull = repcap.AllocationNull.Default, codeword = repcap.Codeword.Default)
Sets the scrambling identity according to 36.211, sec. 6.10.3.1. This value is used for initialization of the sequence used for generation of the UE-specific reference signals.
- param subframeNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)
- param allocationNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)
- param codeword
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cw’)
- return
scramb_identity: integer Range: 0 to 1
- set(scramb_identity: int, subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default, codeword=Codeword.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ALLoc<CH0>:[CW<USER>]:PRECoding:SCID driver.source.bb.eutra.downlink.subf.alloc.cw.precoding.scid.set(scramb_identity = 1, subframeNull = repcap.SubframeNull.Default, allocationNull = repcap.AllocationNull.Default, codeword = repcap.Codeword.Default)
Sets the scrambling identity according to 36.211, sec. 6.10.3.1. This value is used for initialization of the sequence used for generation of the UE-specific reference signals.
- param scramb_identity
integer Range: 0 to 1
- param subframeNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)
- param allocationNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)
- param codeword
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cw’)