Dwell
SCPI Command :
[SENSe]:HOP:TIMing:DWELl
- Commands in total: 5Subgroups: 4Direct child commands: 1
- get(query_range: SelectionRange) float[source]
# [SENSe]:HOP:TIMing:DWELl value: float = driver.applications.k60Transient.sense.hop.timing.dwell.get(query_range = enums.SelectionRange.ALL)
Returns the dwell time 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: SELected | CURRent | ALL SELected Selected hop CURRent Detected hops in the current capture buffer ALL All hops detected in the entire measurement
Cloning the Group
# Create a copy of the original group, that exists independently
dwell_copy = driver.applications.k60Transient.sense.hop.timing.dwell.clone()
Subgroups