Ipv<IPversion>

RepCap Settings

# Range: IPv4 .. IPv6
rc = driver.sense.mssInfo.msAddress.ipv.repcap_iPversion_get()
driver.sense.mssInfo.msAddress.ipv.repcap_iPversion_set(repcap.IPversion.IPv4)

SCPI Commands

SENSe:GSM:SIGNaling<Instance>:MSSinfo:MSADdress:IPV<IPversion>
class Ipv[source]

Ipv commands group definition. 1 total commands, 0 Sub-groups, 1 group commands Repeated Capability: IPversion, default value after init: IPversion.IPv4

get(iPversion=<IPversion.Default: -1>)List[str][source]
# SCPI: SENSe:GSM:SIGNaling<instance>:MSSinfo:MSADdress:IPV<n>
value: List[str] = driver.sense.mssInfo.msAddress.ipv.get(iPversion = repcap.IPversion.Default)

Returns the IPv4 address (<n> = 4) or the IPv6 prefix (<n> = 6) assigned to the MS by the R&S CMW.

param iPversion

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

return

ip_addresses: IP address/prefix as string

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.sense.mssInfo.msAddress.ipv.clone()