Pconnection

SCPI Commands

CONFigure:DATA:MEASurement<MeasInstance>:IPERf:NAT<Nat>:PCONnection
class Pconnection[source]

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

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

Specifies the number of parallel connections for an iperf(NAT) client instance. Only applicable for protocol type TCP.

param nat

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

return

par_conn: Range: 1 to 4

set(par_conn: int, nat=<Nat.Default: -1>)None[source]
# SCPI: CONFigure:DATA:MEASurement<Instance>:IPERf:NAT<Index>:PCONnection
driver.configure.data.measurement.iperf.nat.pconnection.set(par_conn = 1, nat = repcap.Nat.Default)

Specifies the number of parallel connections for an iperf(NAT) client instance. Only applicable for protocol type TCP.

param par_conn

Range: 1 to 4

param nat

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