Fthroughput

SCPI Commands

FETCh:DATA:MEASurement<MeasInstance>:IPANalysis:FTTRigger:TRACes<Trace>:FTHRoughput
class Fthroughput[source]

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

class FetchStruct[source]

Response structure. Fields:

  • Reliability: int: See ‘Reliability Indicator’

  • Flow_Id: int: Flow ID of the connection assigned to the selected trace index

  • Throughput: List[float]: Comma-separated list of throughput values Unit: bit/s

fetch(trace=<Trace.Default: -1>)FetchStruct[source]
# SCPI: FETCh:DATA:MEASurement<Instance>:IPANalysis:FTTRigger:TRACes<TraceIndex>:FTHRoughput
value: FetchStruct = driver.data.measurement.ipAnalysis.ftTrigger.traces.fthroughput.fetch(trace = repcap.Trace.Default)

Queries a selected throughput trace. The trace is selected via its trace index. To assign a specific connection to a trace index, see method RsCmwDau.Configure.Data.Measurement.IpAnalysis.FtTrigger.Trace.TflowId.set. The trace is returned from right to left (last to first measurement) .

param trace

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

return

structure: for return value, see the help for FetchStruct structure arguments.