ShAlgorithm

SCPI Commands

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

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

class FetchStruct[source]

Response structure. Fields:

  • Reliability: int: See ‘Reliability Indicator’

  • Algorithm_Hash_Id: List[str]: Hash algorithm ID as hexadecimal value

  • Algorithm_Sign_Id: List[str]: Signature algorithm ID as hexadecimal value

  • Algo_Hash_Name: List[str]: Hash algorithm name as string

  • Algo_Sign_Name: List[str]: Signature algorithm name as string

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

Queries information about the hash algorithms and signature algorithms offered during the handshake for a specific connection. After the reliability indicator, four results are returned for each pair of algorithms: <Reliability>, {<AlgorithmHashID>, <AlgorithmSignID>, <AlgoHashName>, <AlgoSignName>}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.