Selected

SCPI Command :

CALCulate<n>:CHRDetection:SELected
class SelectedCls[source]

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

get(window=Window.Default) float[source]
# SCPI: 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.

param window

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

return

chirp_no: Chirp number

set(chirp_no: float, window=Window.Default) None[source]
# SCPI: 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.

param chirp_no

Chirp number

param window

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