Switching

SCPI Command :

CALCulate<n>:CHRDetection:TABLe:TIMing:SWITching
class SwitchingCls[source]

Switching commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class SwitchingStruct[source]

Response structure. Fields:

  • State: bool: No parameter help available

  • Scaling: enums.TimeScaling: S | MS | US | NS

get(window=Window.Default) SwitchingStruct[source]
# SCPI: CALCulate<n>:CHRDetection:TABLe:TIMing:SWITching
value: SwitchingStruct = driver.applications.k60Transient.calculate.chrDetection.table.timing.switching.get(window = repcap.Window.Default)

No command help available

param window

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)

return

structure: for return value, see the help for SwitchingStruct structure arguments.

set(state: bool, scaling: Optional[RsFsw.enums.TimeScaling] = None, window=Window.Default) None[source]
# SCPI: 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 command help available

param state

1..n

param scaling

S | MS | US | NS

param window

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)