Index

SCPI Command :

[SENSe]:HOP:STATe[:INDex]
Commands in total: 5
Subgroups: 4
Direct child commands: 1
get(query_range: SelectionRange) str[source]
# [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) .

Parameters:

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

Returns:

result: integer

Cloning the Group

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

Subgroups