Minimum

SCPI Command :

[SENSe]:HOP:FREQuency:FMERror:MINimum
class MinimumCls[source]

Minimum commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(query_range: RsFsw.enums.SelectionRangeB) float[source]
# SCPI: [SENSe]:HOP:FREQuency:FMERror:MINimum
value: float = driver.applications.k60Transient.sense.hop.frequency.fmError.minimum.get(query_range = enums.SelectionRangeB.ALL)

Returns the statistical value for the frequency deviation from the statistics table for the specified hop(s) .

param query_range

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

return

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