UeIdentity

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:CELL:UEIDentity:IMSI
class UeIdentityCls[source]

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

get_imsi() str[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CELL:UEIDentity:IMSI
value: str = driver.configure.cell.ueIdentity.get_imsi()

Specifies the default IMSI.

return:

value: string 14 to 16 digits

set_imsi(value: str) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CELL:UEIDentity:IMSI
driver.configure.cell.ueIdentity.set_imsi(value = 'abc')

Specifies the default IMSI.

param value:

string 14 to 16 digits