Scid
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:CSIS:[CELL<CH0>]:SCID
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(cellNull=CellNull.Default) int[source]
# [SOURce<HW>]:BB:EUTRa:DL:CSIS:[CELL<CH0>]:SCID value: int = driver.source.bb.eutra.downlink.csis.cell.scid.get(cellNull = repcap.CellNull.Default)
Sets the additional scrambling identity n_ID used to generate the NonZeroTxPower CSI-RS.
- Parameters:
cellNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
- Returns:
scrambling_id: integer Range: 0 to 503
- set(scrambling_id: int, cellNull=CellNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:CSIS:[CELL<CH0>]:SCID driver.source.bb.eutra.downlink.csis.cell.scid.set(scrambling_id = 1, cellNull = repcap.CellNull.Default)
Sets the additional scrambling identity n_ID used to generate the NonZeroTxPower CSI-RS.
- Parameters:
scrambling_id – integer Range: 0 to 503
cellNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)