Port

SCPI Commands

CONFigure:DATA:MEASurement<MeasInstance>:IPERf:SERVer<Server>:PORT
class Port[source]

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

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

Defines the LAN DAU port number for an iperf server instance.

param server

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

return

port: Range: 0 to 65535

set(port: int, server=<Server.Default: -1>)None[source]
# SCPI: CONFigure:DATA:MEASurement<Instance>:IPERf:SERVer<Index>:PORT
driver.configure.data.measurement.iperf.server.port.set(port = 1, server = repcap.Server.Default)

Defines the LAN DAU port number for an iperf server instance.

param port

Range: 0 to 65535

param server

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