CipSuite

SCPI Commands

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

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

class FetchStruct[source]

Response structure. Fields:

  • Reliability: int: See ‘Reliability Indicator’

  • Cipher_Suite_Id: List[str]: Cipher suite ID as hexadecimal value

  • Cipher_Suite_Name: List[str]: Cipher suite name as string

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

Queries information about the cipher suites offered during the handshake for a specific connection. After the reliability indicator, two results are returned for each cipher suite: <Reliability>, {<CipherSuiteID>, <CipherSuiteName>}Suite 1, {.. .}Suite 2, …

param flow_id

Selects the connection for which information is queried

return

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