Cstatus

SCPI Commands

CONFigure:EVDO:SIGNaling<Instance>:CSTatus:AFLCarriers
CONFigure:EVDO:SIGNaling<Instance>:CSTatus:ARLCarriers
CONFigure:EVDO:SIGNaling<Instance>:CSTatus:PLSubtype
CONFigure:EVDO:SIGNaling<Instance>:CSTatus:IRAT
CONFigure:EVDO:SIGNaling<Instance>:CSTatus:APPLication
CONFigure:EVDO:SIGNaling<Instance>:CSTatus:UATI
CONFigure:EVDO:SIGNaling<Instance>:CSTatus:ESN
CONFigure:EVDO:SIGNaling<Instance>:CSTatus:MEID
CONFigure:EVDO:SIGNaling<Instance>:CSTatus:EHRPd
CONFigure:EVDO:SIGNaling<Instance>:CSTatus:LOG
CONFigure:EVDO:SIGNaling<Instance>:CSTatus:ILCMask
CONFigure:EVDO:SIGNaling<Instance>:CSTatus:QLCMask
CONFigure:EVDO:SIGNaling<Instance>:CSTatus:MRBandwidth
CONFigure:EVDO:SIGNaling<Instance>:CSTatus:MODE
class Cstatus[source]

Cstatus commands group definition. 16 total commands, 1 Sub-groups, 14 group commands

get_afl_carriers()RsCmwEvdoSig.enums.LinkCarrier[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:CSTatus:AFLCarriers
value: enums.LinkCarrier = driver.configure.cstatus.get_afl_carriers()

Queries the current state of a forward link carrier. Preselect the related carrier using the method RsCmwEvdoSig. Configure.Carrier.setting command.

INTRO_CMD_HELP: Note that a carrier can only be active on the AT if it is:

  • Enabled on the cell (using method RsCmwEvdoSig.Configure.Network.Pilot.An.active)

  • Assigned to the AT (using method RsCmwEvdoSig.Configure.Network.Pilot.At.assigned )

return

act_fwd_link_carr: ACTive | NACTive | NCConnected | DISabled ACTive: The carrier is assigned to the AT and the traffic channel is active. NACTive: The carrier is assigned to the AT but the traffic channel is inactive. NCConnected: The carrier is assigned to the AT but the AT is not connected. DISabled: The carrier is not assigned to the AT.

get_application()str[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:CSTatus:APPLication
value: str = driver.configure.cstatus.get_application()

Returns the active test or packet applications along with the streams they are using.

return

application: Comma-separated string of tuples s:Application Name, where s is the stream number, e.g. 1:FETAP

get_arl_carriers()RsCmwEvdoSig.enums.LinkCarrier[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:CSTatus:ARLCarriers
value: enums.LinkCarrier = driver.configure.cstatus.get_arl_carriers()

Queries the current state of a reverse link carrier. Preselect the related carrier using the method RsCmwEvdoSig. Configure.Carrier.setting command.

INTRO_CMD_HELP: Note that a carrier can only be active on the AT if it is:

  • Enabled on the cell (using method RsCmwEvdoSig.Configure.Network.Pilot.An.active)

  • Assigned to the AT (using method RsCmwEvdoSig.Configure.Network.Pilot.At.assigned )

return

act_rev_link_carr: ACTive | NACTive | NCConnected | DISabled ACTive: The carrier is assigned to the AT and the traffic channel is active. NACTive: The carrier is assigned to the AT but the traffic channel is inactive. NCConnected: The carrier is assigned to the AT but the AT is not connected. DISabled: The carrier is not assigned to the AT.

get_ehrpd()bool[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:CSTatus:EHRPd
value: bool = driver.configure.cstatus.get_ehrpd()

Queries whether the AT supports eHRPD.

return

enable: OFF | ON

get_esn()str[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:CSTatus:ESN
value: str = driver.configure.cstatus.get_esn()

Queries the electronic serial number of the connected AT.

return

esn: 8-digit hexadecimal number Range: #H0 to #HFFFFFFFF (8 digits)

get_ilc_mask()str[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:CSTatus:ILCMask
value: str = driver.configure.cstatus.get_ilc_mask()

Queries the reverse traffic channel in phase long code mask associated with the access terminal’s session.

return

lc_mask_i: The long code mask in hexadecimal notation. Range: #H0 to #H3FFFFFFFFFF

get_irat()bool[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:CSTatus:IRAT
value: bool = driver.configure.cstatus.get_irat()

Indicates whether an inter-RAT handover is supported (as agreed during session negotiation) . Currently this command does not return valid results.

return

inter_rat: OFF

get_log()str[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:CSTatus:LOG
value: str = driver.configure.cstatus.get_log()

Reports events and errors like connection state changes, RRC connection establishment/release and authentication failure.

return

con_status_log: Report as a string

get_meid()str[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:CSTatus:MEID
value: str = driver.configure.cstatus.get_meid()

Queries the mobile equipment identifier (MEID) of the connected AT.

return

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

get_mode()RsCmwEvdoSig.enums.PrefAppMode[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:CSTatus:MODE
value: enums.PrefAppMode = driver.configure.cstatus.get_mode()

Queries the negotiated packet standard of the current connection.

return

mode: EHRPd | HRPD Enhanced HRPD or high rate packet data (HRPD)

get_mr_bandwidth()float[source]
# SCPI: CONFigure:EVDO:SIGNaling<Instance>:CSTatus:MRBandwidth
value: float = driver.configure.cstatus.get_mr_bandwidth()

Queries the maximum reverse link bandwidth reported by the AT.

return

max_rev_bandwidth: Range: 0 Hz to 20 MHz, Unit: Hz

get_pl_subtype()RsCmwEvdoSig.enums.PlSubtype[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:CSTatus:PLSubtype
value: enums.PlSubtype = driver.configure.cstatus.get_pl_subtype()


    INTRO_CMD_HELP: Queries the active physical layer subtype, which in turn depends on the selected network release (method RsCmwEvdoSig.Configure.Network.release) :

    - With release 0 , the R&S CMW uses subtype 0
    - With revision A, the R&S CMW uses subtype 2
    - With revision B and more than 1 active carrier , the R&S CMW uses subtype 3; otherwise it uses subtype 2

    :return: pl_subtype: ST01 | ST2 | ST3 Physical layer subtype 0/1, 2 or 3.
get_qlcmask()str[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:CSTatus:QLCMask
value: str = driver.configure.cstatus.get_qlcmask()

Queries the reverse traffic channel quadrature-phase long code mask associated with the access terminal’s session.

return

lc_mask_q: The long code mask in hexadecimal notation. Range: #H0 to #H3FFFFFFFFFF

get_uati()str[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:CSTatus:UATI
value: str = driver.configure.cstatus.get_uati()

Queries the unicast access terminal identifier (UATI) of the AT.

return

uati: 8-digit hexadecimal number Range: #H0 to #HFFFFFFFF (8 digits)

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.cstatus.clone()

Subgroups