Protocol

SCPI Commands

CONFigure:DATA:MEASurement<MeasInstance>:IPERf:SERVer<Server>:PROTocol
class Protocol[source]

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

get(server=<Server.Default: -1>)RsCmwDau.enums.Protocol[source]
# SCPI: CONFigure:DATA:MEASurement<Instance>:IPERf:SERVer<Index>:PROTocol
value: enums.Protocol = driver.configure.data.measurement.iperf.server.protocol.get(server = repcap.Server.Default)

Selects the protocol type to be used for an iperf server instance.

param server

optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Server’)

return

protocol: UDP | TCP UDP: use the user datagram protocol TCP: use the transport control protocol

set(protocol: RsCmwDau.enums.Protocol, server=<Server.Default: -1>)None[source]
# SCPI: CONFigure:DATA:MEASurement<Instance>:IPERf:SERVer<Index>:PROTocol
driver.configure.data.measurement.iperf.server.protocol.set(protocol = enums.Protocol.TCP, server = repcap.Server.Default)

Selects the protocol type to be used for an iperf server instance.

param protocol

UDP | TCP UDP: use the user datagram protocol TCP: use the transport control protocol

param server

optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Server’)