SbSize

SCPI Commands

CONFigure:DATA:MEASurement<MeasInstance>:IPERf:CLIent<Client>:SBSize
class SbSize[source]

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

get(client=<Client.Default: -1>)float[source]
# SCPI: CONFigure:DATA:MEASurement<Instance>:IPERf:CLIent<Index>:SBSize
value: float = driver.configure.data.measurement.iperf.client.sbSize.get(client = repcap.Client.Default)

Specifies the size of the socket buffer for an iperf/iperf3 client instance.

param client

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

return

sb_size: Range: 0 kByte to 10240 kByte, Unit: kByte

set(sb_size: float, client=<Client.Default: -1>)None[source]
# SCPI: CONFigure:DATA:MEASurement<Instance>:IPERf:CLIent<Index>:SBSize
driver.configure.data.measurement.iperf.client.sbSize.set(sb_size = 1.0, client = repcap.Client.Default)

Specifies the size of the socket buffer for an iperf/iperf3 client instance.

param sb_size

Range: 0 kByte to 10240 kByte, Unit: kByte

param client

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