Undershoot

SCPI Command :

CALCulate<n>:CHRDetection:TABLe:FREQuency:UNDershoot
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default) bool[source]
# CALCulate<n>:CHRDetection:TABLe:FREQuency:UNDershoot
value: bool = driver.applications.k60Transient.calculate.chrDetection.table.frequency.undershoot.get(window = repcap.Window.Default)

No help available

Parameters:

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

set(state: bool, scaling: FrequencyScaling = None, window=Window.Default) None[source]
# CALCulate<n>:CHRDetection:TABLe:FREQuency:UNDershoot
driver.applications.k60Transient.calculate.chrDetection.table.frequency.undershoot.set(state = False, scaling = enums.FrequencyScaling.GHZ, window = repcap.Window.Default)

No help available

Parameters:
  • state – 1..n

  • scaling – GHZ | MHZ | KHZ | HZ

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