Length

SCPI Command :

CALCulate<n>:CHRDetection:TABLe:TIMing:LENGth
Commands in total: 1
Subgroups: 0
Direct child commands: 1
class LengthStruct[source]

Response structure. Fields:

  • 1 State: bool: No parameter help available

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

get(window=Window.Default) LengthStruct[source]
# CALCulate<n>:CHRDetection:TABLe:TIMing:LENGth
value: LengthStruct = driver.applications.k60Transient.calculate.chrDetection.table.timing.length.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 LengthStruct structure arguments.

set(state: bool, scaling: TimeScaling = None, window=Window.Default) None[source]
# CALCulate<n>:CHRDetection:TABLe:TIMing:LENGth
driver.applications.k60Transient.calculate.chrDetection.table.timing.length.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’)