SubExp

SCPI Commands

CONFigure:DATA:CONTrol:IMS<Ims>:PCSCf<PcscFnc>:SUBexp
class SubExp[source]

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

class SubExpStruct[source]

Structure for setting input parameters. Fields:

  • Subs_Exp_Min: int: Minimum acceptable expiration time Unit: s

  • Subs_Exp_Default: int: Default value, used if the DUT does not suggest an expiration time Unit: s

  • Subs_Exp_Max: int: Maximum acceptable expiration time Unit: s

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

Defines subscription expiration times for 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

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

set(structure: RsCmwDau.Implementations.Configure_.Data_.Control_.Ims_.Pcscf_.SubExp.SubExp.SubExpStruct, ims=<Ims.Default: -1>, pcscFnc=<PcscFnc.Default: -1>)None[source]
# SCPI: CONFigure:DATA:CONTrol:IMS<Suffix>:PCSCf<Pcscf>:SUBexp
driver.configure.data.control.ims.pcscf.subExp.set(value = [PROPERTY_STRUCT_NAME](), ims = repcap.Ims.Default, pcscFnc = repcap.PcscFnc.Default)

Defines subscription expiration times for the P-CSCF number {p}.

param structure

for set value, see the help for SubExpStruct structure arguments.

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’)