DpApplic

SCPI Commands

FETCh:DATA:MEASurement<MeasInstance>:IPANalysis:DPCP:DPAPplic
class DpApplic[source]

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

class FetchStruct[source]

Response structure. Fields:

  • Reliability: int: See ‘Reliability Indicator’

  • App: List[str]: String with the contents of column ‘Application’ (application or protocol)

  • App_Data: List[float]: Amount of transported data, as absolute value Unit: byte

  • App_Percent: List[float]: Amount of transported data, as percentage of total transported data Range: 0 % to 100 %, Unit: %

fetch()FetchStruct[source]
# SCPI: FETCh:DATA:MEASurement<Instance>:IPANalysis:DPCP:DPAPplic
value: FetchStruct = driver.data.measurement.ipAnalysis.dpcp.dpApplic.fetch()

Queries the ‘Data per Application’ results of the current layer. To navigate between the layers, see method RsCmwDau. Configure.Data.Measurement.IpAnalysis.Dpcp.DpApplic.app. After the reliability indicator, three values are returned for each result table row: <Reliability>, {<App>, <AppData>, <AppPercent>}row 1, {…}row 2, …

return

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