Overshoot
SCPI Command :
[SENSe]:CHIRp:FREQuency:OVERshoot
- class OvershootCls[source]
Overshoot commands group definition. 5 total commands, 4 Subgroups, 1 group commands
- get(query_range: RsFsw.enums.SelectionRange) float [source]
# SCPI: [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.
- param query_range
SELected | CURRent | ALL
- return
result: numeric value
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.applications.k60Transient.sense.chirp.frequency.overshoot.clone()
Subgroups