TcpAnalysis

SCPI Commands

CONFigure:DATA:MEASurement<MeasInstance>:IPANalysis:TCPanalysis:RTTThreshold
CONFigure:DATA:MEASurement<MeasInstance>:IPANalysis:TCPanalysis:TOTHreshold
CONFigure:DATA:MEASurement<MeasInstance>:IPANalysis:TCPanalysis:TRTHreshold
CONFigure:DATA:MEASurement<MeasInstance>:IPANalysis:TCPanalysis:TWSThreshold
class TcpAnalysis[source]

TcpAnalysis commands group definition. 4 total commands, 0 Sub-groups, 4 group commands

get_rtt_threshold()int[source]
# SCPI: CONFigure:DATA:MEASurement<Instance>:IPANalysis:TCPanalysis:RTTThreshold
value: int = driver.configure.data.measurement.ipAnalysis.tcpAnalysis.get_rtt_threshold()

Defines a threshold (upper limit) for the round-trip time (RTT) .

return

threshold: Range: 0 ms to 200 ms, Unit: ms

get_to_threshold()float[source]
# SCPI: CONFigure:DATA:MEASurement<Instance>:IPANalysis:TCPanalysis:TOTHreshold
value: float = driver.configure.data.measurement.ipAnalysis.tcpAnalysis.get_to_threshold()

No command help available

return

threshold: No help available

get_tr_threshold()float[source]
# SCPI: CONFigure:DATA:MEASurement<Instance>:IPANalysis:TCPanalysis:TRTHreshold
value: float = driver.configure.data.measurement.ipAnalysis.tcpAnalysis.get_tr_threshold()

Defines a threshold (upper limit) for TCP retransmissions as percentage of all transmissions.

return

threshold: Range: 0 % to 100 %, Unit: %

get_tws_threshold()float[source]
# SCPI: CONFigure:DATA:MEASurement<Instance>:IPANalysis:TCPanalysis:TWSThreshold
value: float = driver.configure.data.measurement.ipAnalysis.tcpAnalysis.get_tws_threshold()

Defines a threshold (upper limit) for the current TCP window size as percentage of the negotiated maximum window size.

return

threshold: Range: 0 % to 100 %, Unit: %

set_rtt_threshold(threshold: int)None[source]
# SCPI: CONFigure:DATA:MEASurement<Instance>:IPANalysis:TCPanalysis:RTTThreshold
driver.configure.data.measurement.ipAnalysis.tcpAnalysis.set_rtt_threshold(threshold = 1)

Defines a threshold (upper limit) for the round-trip time (RTT) .

param threshold

Range: 0 ms to 200 ms, Unit: ms

set_to_threshold(threshold: float)None[source]
# SCPI: CONFigure:DATA:MEASurement<Instance>:IPANalysis:TCPanalysis:TOTHreshold
driver.configure.data.measurement.ipAnalysis.tcpAnalysis.set_to_threshold(threshold = 1.0)

No command help available

param threshold

No help available

set_tr_threshold(threshold: float)None[source]
# SCPI: CONFigure:DATA:MEASurement<Instance>:IPANalysis:TCPanalysis:TRTHreshold
driver.configure.data.measurement.ipAnalysis.tcpAnalysis.set_tr_threshold(threshold = 1.0)

Defines a threshold (upper limit) for TCP retransmissions as percentage of all transmissions.

param threshold

Range: 0 % to 100 %, Unit: %

set_tws_threshold(threshold: float)None[source]
# SCPI: CONFigure:DATA:MEASurement<Instance>:IPANalysis:TCPanalysis:TWSThreshold
driver.configure.data.measurement.ipAnalysis.tcpAnalysis.set_tws_threshold(threshold = 1.0)

Defines a threshold (upper limit) for the current TCP window size as percentage of the negotiated maximum window size.

param threshold

Range: 0 % to 100 %, Unit: %