RegExp¶
SCPI Commands
CONFigure:DATA:CONTrol:IMS<Ims>:PCSCf<PcscFnc>:REGexp
- class RegExp[source]
RegExp commands group definition. 1 total commands, 0 Sub-groups, 1 group commands
- class RegExpStruct[source]
Structure for setting input parameters. Fields:
Reg_Exp_Min: int: Minimum acceptable expiration time Unit: s
Reg_Exp_Default: int: Default value, used if the DUT does not suggest an expiration time Unit: s
Reg_Exp_Max: int: Maximum acceptable expiration time Unit: s
- get(ims=<Ims.Default: -1>, pcscFnc=<PcscFnc.Default: -1>) → RegExpStruct[source]
# SCPI: CONFigure:DATA:CONTrol:IMS<Suffix>:PCSCf<Pcscf>:REGexp value: RegExpStruct = driver.configure.data.control.ims.pcscf.regExp.get(ims = repcap.Ims.Default, pcscFnc = repcap.PcscFnc.Default)
Defines registration 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 RegExpStruct structure arguments.
- set(structure: RsCmwDau.Implementations.Configure_.Data_.Control_.Ims_.Pcscf_.RegExp.RegExp.RegExpStruct, ims=<Ims.Default: -1>, pcscFnc=<PcscFnc.Default: -1>) → None[source]
# SCPI: CONFigure:DATA:CONTrol:IMS<Suffix>:PCSCf<Pcscf>:REGexp driver.configure.data.control.ims.pcscf.regExp.set(value = [PROPERTY_STRUCT_NAME](), ims = repcap.Ims.Default, pcscFnc = repcap.PcscFnc.Default)
Defines registration expiration times for the P-CSCF number {p}.
- param structure
for set value, see the help for RegExpStruct 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’)