Release

SCPI Commands

CONFigure:DATA:CONTrol:EPDG:CONNections:IMSI<Imsi>:APN<AccPointName>:RELease
class Release[source]

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

get(imsi=<Imsi.Default: -1>, accPointName=<AccPointName.Default: -1>)bool[source]
# SCPI: CONFigure:DATA:CONTrol:EPDG:CONNections:IMSI<Suffix>:APN<APNSuffix>:RELease
value: bool = driver.configure.data.control.epdg.connections.imsi.apn.release.get(imsi = repcap.Imsi.Default, accPointName = repcap.AccPointName.Default)

No command help available

param imsi

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

param accPointName

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

return

release: No help available

set(release: bool, imsi=<Imsi.Default: -1>, accPointName=<AccPointName.Default: -1>)None[source]
# SCPI: CONFigure:DATA:CONTrol:EPDG:CONNections:IMSI<Suffix>:APN<APNSuffix>:RELease
driver.configure.data.control.epdg.connections.imsi.apn.release.set(release = False, imsi = repcap.Imsi.Default, accPointName = repcap.AccPointName.Default)

No command help available

param release

No help available

param imsi

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

param accPointName

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