Throughput

SCPI Commands

CONFigure:DATA:MEASurement<MeasInstance>:THRoughput:MCOunt
class Throughput[source]

Throughput commands group definition. 6 total commands, 1 Sub-groups, 1 group commands

get_mcount()int[source]
# SCPI: CONFigure:DATA:MEASurement<Instance>:THRoughput:MCOunt
value: int = driver.configure.data.measurement.throughput.get_mcount()

Specifies the total number of overall throughput results to be measured.

return

max_count: Range: 5 to 3600

set_mcount(max_count: int)None[source]
# SCPI: CONFigure:DATA:MEASurement<Instance>:THRoughput:MCOunt
driver.configure.data.measurement.throughput.set_mcount(max_count = 1)

Specifies the total number of overall throughput results to be measured.

param max_count

Range: 5 to 3600

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.data.measurement.throughput.clone()

Subgroups