Selected

SCPI Command :

CALCulate<n>:CHRDetection:SELected
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default) float[source]
# CALCulate<n>:CHRDetection:SELected
value: float = driver.applications.k60Transient.calculate.chrDetection.selected.get(window = repcap.Window.Default)

Defines the individual chirp number within the current sweep for which results are calculated and displayed.

Parameters:

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

Returns:

chirp_no: Chirp number

set(chirp_no: float, window=Window.Default) None[source]
# CALCulate<n>:CHRDetection:SELected
driver.applications.k60Transient.calculate.chrDetection.selected.set(chirp_no = 1.0, window = repcap.Window.Default)

Defines the individual chirp number within the current sweep for which results are calculated and displayed.

Parameters:
  • chirp_no – Chirp number

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