Tcapability

SCPI Commands

SENSe:GSM:SIGNaling<Instance>:MSSinfo:TCAPability:SSCHannels
SENSe:GSM:SIGNaling<Instance>:MSSinfo:TCAPability:GEGPrs
SENSe:GSM:SIGNaling<Instance>:MSSinfo:TCAPability:ETWO
class Tcapability[source]

Tcapability commands group definition. 3 total commands, 0 Sub-groups, 3 group commands

get_etwo()bool[source]
# SCPI: SENSe:GSM:SIGNaling<instance>:MSSinfo:TCAPability:ETWO
value: bool = driver.sense.mssInfo.tcapability.get_etwo()

Indicates tightened link level performance support of the MS. The related commands distinguish the supported channels via the last mnemonics:

INTRO_CMD_HELP: The IMEI consists of four parts:

  • ETWO: support for EGPRS2

  • GEGP: support for GPRS and EGPRS

  • SSCH: support for speech and signaling channels

return

supported: OFF | ON

get_gegprs()bool[source]
# SCPI: SENSe:GSM:SIGNaling<instance>:MSSinfo:TCAPability:GEGPrs
value: bool = driver.sense.mssInfo.tcapability.get_gegprs()

Indicates tightened link level performance support of the MS. The related commands distinguish the supported channels via the last mnemonics:

INTRO_CMD_HELP: The IMEI consists of four parts:

  • ETWO: support for EGPRS2

  • GEGP: support for GPRS and EGPRS

  • SSCH: support for speech and signaling channels

return

supported: OFF | ON

get_ss_channels()bool[source]
# SCPI: SENSe:GSM:SIGNaling<instance>:MSSinfo:TCAPability:SSCHannels
value: bool = driver.sense.mssInfo.tcapability.get_ss_channels()

Indicates tightened link level performance support of the MS. The related commands distinguish the supported channels via the last mnemonics:

INTRO_CMD_HELP: The IMEI consists of four parts:

  • ETWO: support for EGPRS2

  • GEGP: support for GPRS and EGPRS

  • SSCH: support for speech and signaling channels

return

supported: OFF | ON