DpLayer

SCPI Commands

FETCh:DATA:MEASurement<MeasInstance>:IPANalysis:DPCP:DPLayer
class DpLayer[source]

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

class FetchStruct[source]

Response structure. Fields:

  • Reliability: int: See ‘Reliability Indicator’

  • Layer: List[str]: String with the contents of column ‘Layer’ (feature, application or protocol)

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

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

fetch(layer_depth: RsCmwDau.enums.Layer)FetchStruct[source]
# SCPI: FETCh:DATA:MEASurement<Instance>:IPANalysis:DPCP:DPLayer
value: FetchStruct = driver.data.measurement.ipAnalysis.dpcp.dpLayer.fetch(layer_depth = enums.Layer.APP)

Queries the ‘Data per Layer’ results. After the reliability indicator, three values are returned for each result table row: <Reliability>, {<Layer>, <LayerData>, <LayerPercent>}row 1, {…}row 2, …

param layer_depth

FEATure | APP | L7 | L4 | L3 Selects the highest layer at which the packets are analyzed

return

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