Behaviour

SCPI Commands

CONFigure:DATA:CONTrol:IMS<Ims>:PCSCf<PcscFnc>:BEHaviour
class Behaviour[source]

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

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

Defines the behavior of the P-CSCF number {p} when it receives a SIP message from the DUT.

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

behaviour: NORMal | FAILure NORMal: normal behavior FAILure: return failure code

set(behaviour: RsCmwDau.enums.BehaviourB, ims=<Ims.Default: -1>, pcscFnc=<PcscFnc.Default: -1>)None[source]
# SCPI: CONFigure:DATA:CONTrol:IMS<Suffix>:PCSCf<Pcscf>:BEHaviour
driver.configure.data.control.ims.pcscf.behaviour.set(behaviour = enums.BehaviourB.FAILure, ims = repcap.Ims.Default, pcscFnc = repcap.PcscFnc.Default)

Defines the behavior of the P-CSCF number {p} when it receives a SIP message from the DUT.

param behaviour

NORMal | FAILure NORMal: normal behavior FAILure: return failure code

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