DpProtocol

SCPI Commands

FETCh:DATA:MEASurement<MeasInstance>:IPANalysis:DPCP:DPPRotocol
class DpProtocol[source]

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

class FetchStruct[source]

Response structure. Fields:

  • Reliability: int: See ‘Reliability Indicator’

  • Protocol: List[str]: Used protocol as string

  • Prot_Data: List[float]: Data transported via the protocol, as absolute number Unit: byte

  • Prot_Percent: List[float]: Data transported via the protocol, as percentage of total transported data Range: 0 % to 100 %, Unit: %

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

Queries the ‘Data per Protocol’ results. After the reliability indicator, three results are returned for each protocol: <Reliability>, {<Protocol>, <ProtData>, <ProtPercent>}protocol 1, {…}protocol 2, …

return

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