All

SCPI Commands

FETCh:DATA:MEASurement<MeasInstance>:IPANalysis:VOIMs:ALL
class All[source]

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

class FetchStruct[source]

Response structure. Fields:

  • Reliability: int: See ‘Reliability Indicator’

  • Con_Id: List[int]: Call ID

  • Flows_Ids: List[str]: String containing a comma-separated list of the flow IDs related to the call (example ‘1,2’ or ‘128’)

  • Type_Py: List[enums.AvTypeC]: AUDio | VIDeo | EMER | UNK Call type audio, video, emergency or unknown

  • Origin: List[enums.Origin]: MT | MO | UNK MT: mobile-terminating call MO: mobile-originating call UNK: unknown

  • State: List[enums.VoimState]: RING | EST | REL | HOLD | UNK RING: DUT ringing EST: call established REL: call released HOLD: call on hold UNK: unknown

  • Start_Time: List[str]: String indicating the time when the call setup was initiated

  • Setup_Time: List[float]: Duration of the call setup procedure Unit: s

  • Duration: List[float]: Duration of the call Unit: s

  • User_From: List[str]: String with the user ID or phone number of the calling party

  • User_To: List[str]: String with the user ID or phone number of the called party

fetch()FetchStruct[source]
# SCPI: FETCh:DATA:MEASurement<Instance>:IPANalysis:VOIMs:ALL
value: FetchStruct = driver.data.measurement.ipAnalysis.voIms.all.fetch()

Queries the call table in the upper part of the ‘Voice Over IMS’ view. The results are returned row by row (call by call) : <Reliability>, {<ConID>, …, <UserTo>}call 1, {…}call 2, …, {…}call n

return

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