Switching
SCPI Command :
[SENSe]:CHIRp:TIMing:SWITching
- class SwitchingCls[source]
Switching commands group definition. 5 total commands, 4 Subgroups, 1 group commands
- get(query_range: RsFsw.enums.SelectionRange) float [source]
# SCPI: [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.
- 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.timing.switching.clone()
Subgroups