PrtScan

SCPI Commands

FETCh:DATA:MEASurement<MeasInstance>:IPANalysis:IPCSecurity:PRTScan
class PrtScan[source]

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

class FetchStruct[source]

Response structure. Fields:

  • Reliability: int: See ‘Reliability Indicator’

  • Port: List[int]: Port number

  • Protocol: List[str]: Layer 4 protocol

fetch()FetchStruct[source]
# SCPI: FETCh:DATA:MEASurement<Instance>:IPANalysis:IPCSecurity:PRTScan
value: FetchStruct = driver.data.measurement.ipAnalysis.ipcSecurity.prtScan.fetch()

Queries the results of a port scan. After the reliability indicator, two parameters are returned for each open port: <Reliability>, {<Port>, <Protocol>}1, …, {<Port>, <Protocol>}n If there is no open port, you get: <Reliability>, INV, INV

return

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