Server

SCPI Commands

READ:DATA:MEASurement<MeasInstance>:IPERf:SERVer
FETCh:DATA:MEASurement<MeasInstance>:IPERf:SERVer
class Server[source]

Server commands group definition. 2 total commands, 0 Sub-groups, 2 group commands

fetch()List[float][source]
# SCPI: FETCh:DATA:MEASurement<Instance>:IPERf:SERVer
value: List[float] = driver.data.measurement.iperf.server.fetch()

Queries the throughput for all server instances.

Use RsCmwDau.reliability.last_value to read the updated reliability indicator.

return

up_bandwidth: Comma-separated list of eight results (server instance 1 to 8) Unit: bit/s

read()List[float][source]
# SCPI: READ:DATA:MEASurement<Instance>:IPERf:SERVer
value: List[float] = driver.data.measurement.iperf.server.read()

Queries the throughput for all server instances.

Use RsCmwDau.reliability.last_value to read the updated reliability indicator.

return

up_bandwidth: Comma-separated list of eight results (server instance 1 to 8) Unit: bit/s