MsInfo

SCPI Commands

CONFigure:CDMA:SIGNaling<Instance>:MSINfo:DNUMber
CONFigure:CDMA:SIGNaling<Instance>:MSINfo:GECall
CONFigure:CDMA:SIGNaling<Instance>:MSINfo:PREVision
CONFigure:CDMA:SIGNaling<Instance>:MSINfo:MCC
CONFigure:CDMA:SIGNaling<Instance>:MSINfo:NMSI
CONFigure:CDMA:SIGNaling<Instance>:MSINfo:MSUPport
CONFigure:CDMA:SIGNaling<Instance>:MSINfo:ESN
CONFigure:CDMA:SIGNaling<Instance>:MSINfo:MEID
CONFigure:CDMA:SIGNaling<Instance>:MSINfo:EIRP
class MsInfo[source]

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

get_dnumber()str[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:MSINfo:DNUMber
value: str = driver.configure.msInfo.get_dnumber()

Queries the number dialed at the MS.

return

dialed_number: Dialed number as string.

get_eirp()int[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:MSINfo:EIRP
value: int = driver.configure.msInfo.get_eirp()

Queries the information from the MS about the maximum effective isotropic radiated power (EIRP) .

return

max_eirp: Range: 0 to 999

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

Queries the electronic serial number (ESN) of the MS. It is 32-bit number which is shown in 8-digit hex string format.

return

esn: Range: #H0 to #HFFFFFFFF

get_gecall()RsCmwCdma2kSig.enums.YesNoStatus[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:MSINfo:GECall
value: enums.YesNoStatus = driver.configure.msInfo.get_gecall()

Queries information from the MS. The value indicates if the current call is a global emergency call.

return

global_emerg_call: NO | YES

get_mcc()int[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:MSINfo:MCC
value: int = driver.configure.msInfo.get_mcc()

No command help available

return

mcc: No help available

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

Queries information from the MS. The value shows the mobile equipment identifier of the MS. It is 56-bit number assigned by the MS manufacturer, uniquely identifying the MS equipment.

return

meid: 14-digit hexadecimal number Range: #H0 to #HFFFFFFFFFFFFFF (14 digits)

get_msupport()bool[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:MSINfo:MSUPport
value: bool = driver.configure.msInfo.get_msupport()

Queries information from the MS. The value indicates whether the MEID support bit 4 is set or not.

return

meid_support: OFF | ON

get_nmsi()str[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:MSINfo:NMSI
value: str = driver.configure.msInfo.get_nmsi()

No command help available

return

nmsi: No help available

get_prevision()int[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:MSINfo:PREVision
value: int = driver.configure.msInfo.get_prevision()

Queries the protocol revision supported by the MS.

return

protocol_rev: Range: 1 to 100