SbSize

SCPI Commands

CONFigure:DATA:MEASurement<MeasInstance>:IPERf:NAT<Nat>:SBSize
class SbSize[source]

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

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

Specifies the size of the socket buffer for an iperf(NAT) client instance.

param nat

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

return

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

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

Specifies the size of the socket buffer for an iperf(NAT) client instance.

param sb_size

Range: 0 kByte to 10240 kByte, Unit: kByte

param nat

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