RsCmwDau
latest

Contents:

  • Getting Started
  • Revision History
  • Enums
  • RepCaps
  • Examples
  • Index
  • RsCmwDau API Structure
    • Sense
    • Configure
    • Source
    • Data
      • Control
      • Measurement
        • IpAnalysis
        • Adelay
        • Throughput
        • Ping
        • DnsRequests
        • Iperf
        • IpLogging
        • IpReplay
    • Rdau
RsCmwDau
  • »
  • RsCmwDau API Structure »
  • Data »
  • Measurement »
  • IpAnalysis »
  • IpcSecurity »
  • Kyword »
  • Search
  • Edit on GitLab

Search¶

SCPI Commands

FETCh:DATA:MEASurement<MeasInstance>:IPANalysis:IPCSecurity:KYWord:SEARch
class Search[source]

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

class FetchStruct[source]

Response structure. Fields:

  • Reliability: int: See ‘Reliability Indicator’

  • Keyword: List[str]: Found keyword as string

  • Count: List[int]: How often the keyword was found

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

  • Fqdn: List[str]: FQDN of the destination as string

  • Application: List[str]: Application using the connection, as string

  • Direction: List[enums.DirectionA]: DL | UL | UNKN Direction of the transmission - downlink, uplink or unknown

fetch() → FetchStruct[source]
# SCPI: FETCh:DATA:MEASurement<Instance>:IPANalysis:IPCSecurity:KYWord:SEARch
value: FetchStruct = driver.data.measurement.ipAnalysis.ipcSecurity.kyword.search.fetch()

Queries the keyword search results. After the reliability indicator, six results are returned for each found keyword: <Reliability>, {<Keyword>, <Count>, <DstIP>, <FQDN>, <Application>, <Direction>}1, {…}2, …

return

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

Next Previous

© Copyright © Rohde & Schwarz 2021. Revision cf6ccd2a.

Built with Sphinx using a theme provided by Read the Docs.