Scid

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:CSIS:[CELL<CH0>]:SCID
class ScidCls[source]

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

get(cellNull=CellNull.Default) int[source]
# SCPI: [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.

param cellNull

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

return

scrambling_id: integer Range: 0 to 503

set(scrambling_id: int, cellNull=CellNull.Default) None[source]
# SCPI: [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.

param scrambling_id

integer Range: 0 to 503

param cellNull

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