Id
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:CA:CELL<CH0>:ID
- class IdCls[source]
Id commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cellNull=CellNull.Default) int [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:CA:CELL<CH0>:ID value: int = driver.source.bb.eutra.downlink.ca.cell.id.get(cellNull = repcap.CellNull.Default)
Sets the physical Cell ID of the corresponding SCell.
- param cellNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
- return
physical_cell_id: integer Range: 0 to 503
- set(physical_cell_id: int, cellNull=CellNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:CA:CELL<CH0>:ID driver.source.bb.eutra.downlink.ca.cell.id.set(physical_cell_id = 1, cellNull = repcap.CellNull.Default)
Sets the physical Cell ID of the corresponding SCell.
- param physical_cell_id
integer Range: 0 to 503
- param cellNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)