Pcid

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:PCID
class PcidCls[source]

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

get(cell_name: str) int[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:PCID
value: int = driver.configure.signaling.nradio.cell.pcid.get(cell_name = 'abc')

Defines the physical cell ID.

param cell_name:

No help available

return:

idn: No help available

set(cell_name: str, idn: int) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:PCID
driver.configure.signaling.nradio.cell.pcid.set(cell_name = 'abc', idn = 1)

Defines the physical cell ID.

param cell_name:

No help available

param idn:

No help available