Selected
SCPI Command :
CALCulate<n>:HOPDetection:SELected
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default) float[source]
# 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.
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- Returns:
hop_no: Hop number
- set(hop_no: float, window=Window.Default) None[source]
# 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.
- Parameters:
hop_no – Hop number
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)