Cid

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:CELL[:PCC]:CID:EUTRan
class CidCls[source]

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

get_eutran() str[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CELL[:PCC]:CID:EUTRan
value: str = driver.configure.cell.pcc.cid.get_eutran()

Specifies the E-UTRAN cell identifier (28-digit binary number) . If you use carrier aggregation, configure different values for the component carriers.

return:

cid: binary Range: #B0 to #B1111111111111111111111111111

set_eutran(cid: str) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CELL[:PCC]:CID:EUTRan
driver.configure.cell.pcc.cid.set_eutran(cid = rawAbc)

Specifies the E-UTRAN cell identifier (28-digit binary number) . If you use carrier aggregation, configure different values for the component carriers.

param cid:

binary Range: #B0 to #B1111111111111111111111111111