Switching
SCPI Command :
CALCulate<n>:CHRDetection:TABLe:TIMing:SWITching
- Commands in total: 1Subgroups: 0Direct child commands: 1
- class SwitchingStruct[source]
Response structure. Fields:
1 State: bool: No parameter help available
2 Scaling: enums.TimeScaling: S | MS | US | NS
- get(window=Window.Default) SwitchingStruct[source]
# CALCulate<n>:CHRDetection:TABLe:TIMing:SWITching value: SwitchingStruct = driver.applications.k60Transient.calculate.chrDetection.table.timing.switching.get(window = repcap.Window.Default)
No help available
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- Returns:
structure: for return value, see the help for SwitchingStruct structure arguments.
- set(state: bool, scaling: TimeScaling = None, window=Window.Default) None[source]
# CALCulate<n>:CHRDetection:TABLe:TIMing:SWITching driver.applications.k60Transient.calculate.chrDetection.table.timing.switching.set(state = False, scaling = enums.TimeScaling.MS, window = repcap.Window.Default)
No help available
- Parameters:
state – 1..n
scaling – S | MS | US | NS
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)