Index

SCPI Command :

[SENSe]:HOP:STATe[:INDex]
class IndexCls[source]

Index commands group definition. 5 total commands, 4 Subgroups, 1 group commands

get(query_range: RsFsw.enums.SelectionRange) str[source]
# SCPI: [SENSe]:HOP:STATe[:INDex]
value: str = driver.applications.k60Transient.sense.hop.state.index.get(query_range = enums.SelectionRange.ALL)

Returns the hop state indexes from the Results table for the specified hop(s) .

param query_range

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

return

result: integer

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.applications.k60Transient.sense.hop.state.index.clone()

Subgroups