Sip

SCPI Command:

CONFigure:AFRF:MEASurement<Instance>:VOIP:SIP:STATe
CONFigure:AFRF:MEASurement<Instance>:VOIP:SIP:CODE
CONFigure:AFRF:MEASurement<Instance>:VOIP:SIP:RESPonse
CONFigure:AFRF:MEASurement<Instance>:VOIP:SIP:RPRotocol
CONFigure:AFRF:MEASurement<Instance>:VOIP:SIP:RCAuse
CONFigure:AFRF:MEASurement<Instance>:VOIP:SIP:RTEXt
class SipCls[source]

Sip commands group definition. 6 total commands, 0 Subgroups, 6 group commands

get_code() int[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:VOIP:SIP:CODE
value: int = driver.configure.afRf.measurement.voip.sip.get_code()

Queries the code number of the last received SIP response.

return:

code: Decimal number, for example 200

get_rcause() str[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:VOIP:SIP:RCAuse
value: str = driver.configure.afRf.measurement.voip.sip.get_rcause()

Queries information from the reason head field of the SIP.

return:

cause: No help available

get_response() str[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:VOIP:SIP:RESPonse
value: str = driver.configure.afRf.measurement.voip.sip.get_response()

Queries the text of the last received SIP response.

return:

response: Response string, for example ‘OK’

get_rprotocol() str[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:VOIP:SIP:RPRotocol
value: str = driver.configure.afRf.measurement.voip.sip.get_rprotocol()

Queries information from the reason head field of the SIP.

return:

protocol: No help available

get_rt_ext() str[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:VOIP:SIP:RTEXt
value: str = driver.configure.afRf.measurement.voip.sip.get_rt_ext()

Queries information from the reason head field of the SIP.

return:

text: No help available

get_state() SipState[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:VOIP:SIP:STATe
value: enums.SipState = driver.configure.afRf.measurement.voip.sip.get_state()

Queries the state of the VoIP connection to the DUT.

return:

state: TERMinated | ESTablished | ERRor