DpApplic

SCPI Commands

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

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

get_app()str[source]
# SCPI: CONFigure:DATA:MEASurement<Instance>:IPANalysis:DPCP:DPAPplic:APP
value: str = driver.configure.data.measurement.ipAnalysis.dpcp.dpApplic.get_app()

Selects a layer of the ‘Data per Application’ pie chart view. You can navigate from the current layer to the next lower or higher layer. The initial current layer is the application layer. The lower layers are layer 7, layer 4 and layer 3. To query the entries (strings) of the current layer, see method RsCmwDau.Data.Measurement.IpAnalysis.Dpcp.DpApplic.fetch.

return

app_selected: String with an entry of the current layer: Navigates to the next lower layer for this entry ‘Back’ or string unknown at the current layer: Navigates back to the next higher layer

set_app(app_selected: str)None[source]
# SCPI: CONFigure:DATA:MEASurement<Instance>:IPANalysis:DPCP:DPAPplic:APP
driver.configure.data.measurement.ipAnalysis.dpcp.dpApplic.set_app(app_selected = '1')

Selects a layer of the ‘Data per Application’ pie chart view. You can navigate from the current layer to the next lower or higher layer. The initial current layer is the application layer. The lower layers are layer 7, layer 4 and layer 3. To query the entries (strings) of the current layer, see method RsCmwDau.Data.Measurement.IpAnalysis.Dpcp.DpApplic.fetch.

param app_selected

String with an entry of the current layer: Navigates to the next lower layer for this entry ‘Back’ or string unknown at the current layer: Navigates back to the next higher layer