IpAddress

SCPI Commands

CONFigure:DATA:CONTrol:IMS<Ims>:PCSCf<PcscFnc>:IPADdress
class IpAddress[source]

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

get(ims=<Ims.Default: -1>, pcscFnc=<PcscFnc.Default: -1>)str[source]
# SCPI: CONFigure:DATA:CONTrol:IMS<Suffix>:PCSCf<Pcscf>:IPADdress
value: str = driver.configure.data.control.ims.pcscf.ipAddress.get(ims = repcap.Ims.Default, pcscFnc = repcap.PcscFnc.Default)

Defines the IP address of the P-CSCF number {p}.

param ims

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

param pcscFnc

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

return

ip_address: IPv4 or IPv6 address string Example: ‘172.22.1.201’ or ‘fd01:cafe::1/64’

set(ip_address: str, ims=<Ims.Default: -1>, pcscFnc=<PcscFnc.Default: -1>)None[source]
# SCPI: CONFigure:DATA:CONTrol:IMS<Suffix>:PCSCf<Pcscf>:IPADdress
driver.configure.data.control.ims.pcscf.ipAddress.set(ip_address = '1', ims = repcap.Ims.Default, pcscFnc = repcap.PcscFnc.Default)

Defines the IP address of the P-CSCF number {p}.

param ip_address

IPv4 or IPv6 address string Example: ‘172.22.1.201’ or ‘fd01:cafe::1/64’

param ims

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

param pcscFnc

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