DpConnection

SCPI Commands

FETCh:DATA:MEASurement<MeasInstance>:IPANalysis:DPCP:DPConnection
class DpConnection[source]

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

class FetchStruct[source]

Response structure. Fields:

  • Reliability: int: See ‘Reliability Indicator’

  • Rem_Destination: List[str]: IP address of the remote destination as string

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

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

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

Queries the ‘Data per Connection’ results. After the reliability indicator, three results are returned for each connection: <Reliability>, {<RemDestination>, <ConnData>, <ConnPercent>}conn 1, {…}conn 2, …

return

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