State

SCPI Command :

[SENSe]:CHIRp:STATe
Commands in total: 5
Subgroups: 4
Direct child commands: 1
get(query_range: SelectionRange) float[source]
# [SENSe]:CHIRp:STATe
value: float = driver.applications.k60Transient.sense.chirp.state.get(query_range = enums.SelectionRange.ALL)

Returns the chirp states from the Results table for the specified chirp(s) .

Parameters:

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

Returns:

result: SELected | CURRent | ALL SELected Selected chirp CURRent Detected chirps in the current capture buffer ALL All chirps detected in the entire measurement

Cloning the Group

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

Subgroups