Overshoot
SCPI Command :
[SENSe]:CHIRp:FREQuency:OVERshoot
- Commands in total: 5Subgroups: 4Direct child commands: 1
- get(query_range: SelectionRange) float[source]
# [SENSe]:CHIRp:FREQuency:OVERshoot value: float = driver.applications.k60Transient.sense.chirp.frequency.overshoot.get(query_range = enums.SelectionRange.ALL)
Queries chirp frequency overshoot from the result table.
- Parameters:
query_range – SELected | CURRent | ALL
- Returns:
result: numeric value
Cloning the Group
# Create a copy of the original group, that exists independently
overshoot_copy = driver.applications.k60Transient.sense.chirp.frequency.overshoot.clone()
Subgroups