Layer

SCPI Commands

CONFigure:DATA:MEASurement<MeasInstance>:IPANalysis:IPCSecurity:PRTScan:LAYer:PROTocol
class Layer[source]

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

get_protocol()RsCmwDau.enums.Protocol[source]
# SCPI: CONFigure:DATA:MEASurement<Instance>:IPANalysis:IPCSecurity:PRTScan:LAYer:PROTocol
value: enums.Protocol = driver.configure.data.measurement.ipAnalysis.ipcSecurity.prtScan.layer.get_protocol()

Selects the protocol to be considered for the port scan.

return

lyr_protocol: TCP | UDP

set_protocol(lyr_protocol: RsCmwDau.enums.Protocol)None[source]
# SCPI: CONFigure:DATA:MEASurement<Instance>:IPANalysis:IPCSecurity:PRTScan:LAYer:PROTocol
driver.configure.data.measurement.ipAnalysis.ipcSecurity.prtScan.layer.set_protocol(lyr_protocol = enums.Protocol.TCP)

Selects the protocol to be considered for the port scan.

param lyr_protocol

TCP | UDP