MsInfo

SCPI Commands

CONFigure:CDMA:SIGNaling<Instance>:TEST:MSINfo:ESN
CONFigure:CDMA:SIGNaling<Instance>:TEST:MSINfo:MEID
class MsInfo[source]

MsInfo commands group definition. 2 total commands, 0 Sub-groups, 2 group commands

get_esn()float[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:TEST:MSINfo:ESN
value: float = driver.configure.test.msInfo.get_esn()

Sets the hard-coded electronic serial number of the connected MS.

return

esn: Range: 0 to 4.294967296E+9

get_meid()float[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:TEST:MSINfo:MEID
value: float = driver.configure.test.msInfo.get_meid()

Sets the mobile equipment identifier of the connected MS.

return

meid: Range: 0 to 9.22337203685477E+18

set_esn(esn: float)None[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:TEST:MSINfo:ESN
driver.configure.test.msInfo.set_esn(esn = 1.0)

Sets the hard-coded electronic serial number of the connected MS.

param esn

Range: 0 to 4.294967296E+9

set_meid(meid: float)None[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:TEST:MSINfo:MEID
driver.configure.test.msInfo.set_meid(meid = 1.0)

Sets the mobile equipment identifier of the connected MS.

param meid

Range: 0 to 9.22337203685477E+18