Selected

SCPI Command :

CALCulate<n>:HOPDetection: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>:HOPDetection:SELected
value: float = driver.applications.k60Transient.calculate.hopDetection.selected.get(window = repcap.Window.Default)

Defines or queries the individual hop number in 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

hop_no: Hop number

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

Defines or queries the individual hop number in the current sweep for which results are calculated and displayed.

param hop_no

Hop number

param window

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