Apn

SCPI Commands

SENSe:DATA:CONTrol:EPDG:CONNections:IMSI<Imsi>:APN
class Apn[source]

Apn commands group definition. 1 total commands, 0 Sub-groups, 1 group commands

class GetStruct[source]

Response structure. Fields:

  • Name: List[str]: Access point name (APN) as string

  • Ip_V_4: List[str]: IPv4 address as string

  • Ip_V_6: List[str]: IPv6 address as string

get(imsi=<Imsi.Default: -1>)GetStruct[source]
# SCPI: SENSe:DATA:CONTrol:EPDG:CONNections:IMSI<Suffix>:APN
value: GetStruct = driver.sense.data.control.epdg.connections.imsi.apn.get(imsi = repcap.Imsi.Default)

Queries the connection list for a selected IMSI. The list contains 15 connections. If there are fewer connections, the remaining entries are filled with INV. Three parameters are returned for each of the 15 connections: {<Name>, <IPv4>, <IPv6>}conn 1, {…}conn 2, …, {…}conn 15

param imsi

optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Imsi’)

return

structure: for return value, see the help for GetStruct structure arguments.