Id
SCPI Command :
[SOURce<HW>]:BB:EUTRa:UL:CA:CELL<CH0>:ID
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(cellNull=CellNull.Default) int[source]
# [SOURce<HW>]:BB:EUTRa:UL:CA:CELL<CH0>:ID value: int = driver.source.bb.eutra.uplink.ca.cell.id.get(cellNull = repcap.CellNull.Default)
Sets the physical Cell ID of the PCell and the SCells.
- Parameters:
cellNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
- Returns:
ulca_phy_cell_id: integer Range: 0 to 503
- set(ulca_phy_cell_id: int, cellNull=CellNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:UL:CA:CELL<CH0>:ID driver.source.bb.eutra.uplink.ca.cell.id.set(ulca_phy_cell_id = 1, cellNull = repcap.CellNull.Default)
Sets the physical Cell ID of the PCell and the SCells.
- Parameters:
ulca_phy_cell_id – integer Range: 0 to 503
cellNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)