Minimum

SCPI Command :

[SENSe]:HOP:STATe[:INDex]:MINimum
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(query_range: SelectionRangeB) float[source]
# [SENSe]:HOP:STATe[:INDex]:MINimum
value: float = driver.applications.k60Transient.sense.hop.state.index.minimum.get(query_range = enums.SelectionRangeB.ALL)

Returns the statistical value for the hop state indexes from the statistics table for the specified hop(s) .

Parameters:

query_range – CURRent | ALL CURRent Detected hops in the current capture buffer ALL All hops detected in the entire measurement

Returns:

result: CURRent | ALL CURRent Detected hops in the current capture buffer ALL All hops detected in the entire measurement