Switching
SCPI Command :
[SENSe]:CHIRp:TIMing:SWITching
- Commands in total: 5Subgroups: 4Direct child commands: 1
- get(query_range: SelectionRange) float[source]
# [SENSe]:CHIRp:TIMing:SWITching value: float = driver.applications.k60Transient.sense.chirp.timing.switching.get(query_range = enums.SelectionRange.ALL)
Queries the chirp switching time 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
switching_copy = driver.applications.k60Transient.sense.chirp.timing.switching.clone()
Subgroups