SrIndication

SCPI Commands

FETCh:DATA:MEASurement<MeasInstance>:IPANalysis:IPCSecurity:CAPPlication:HANDshake:OFFered:SRINdication
class SrIndication[source]

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

class FetchStruct[source]

Response structure. Fields:

  • Reliability: int: See ‘Reliability Indicator’

  • Server_Id: List[str]: Server ID as hexadecimal value

  • Server_Name: List[str]: Server name indication (SNI) as string

  • Server_Type: List[str]: Type of the server name as string

fetch(flow_id: int)FetchStruct[source]
# SCPI: FETCh:DATA:MEASurement<Instance>:IPANalysis:IPCSecurity:CAPPlication:HANDshake:OFFered:SRINdication
value: FetchStruct = driver.data.measurement.ipAnalysis.ipcSecurity.capplication.handshake.offered.srIndication.fetch(flow_id = 1)

Queries information about the server that the client wants to contact, as sent by the client during the handshake for a specific connection. After the reliability indicator, three results are returned for each entry: <Reliability>, {<ServerID>, <ServerName>, <ServerType>}1, {…}2, …

param flow_id

Selects the connection for which information is queried

return

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