Select

SCPI Command :

CALCulate<n>:SPECtrogram:FRAMe:SELect
class SelectCls[source]

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

get(window=Window.Default) float[source]
# SCPI: CALCulate<n>:SPECtrogram:FRAMe:SELect
value: float = driver.applications.k60Transient.calculate.spectrogram.frame.select.get(window = repcap.Window.Default)

Selects a specific frame for further analysis. The command is available if no measurement is running or after a single sweep has ended. Note that this command is applicable for both spectrograms and PVT waterfalls. The suffix <n> for CALCulate determines the window and thus which display the command is applied to.

param window

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

return

frame_or_time: No help available

set(frame_or_time: float, window=Window.Default) None[source]
# SCPI: CALCulate<n>:SPECtrogram:FRAMe:SELect
driver.applications.k60Transient.calculate.spectrogram.frame.select.set(frame_or_time = 1.0, window = repcap.Window.Default)

Selects a specific frame for further analysis. The command is available if no measurement is running or after a single sweep has ended. Note that this command is applicable for both spectrograms and PVT waterfalls. The suffix <n> for CALCulate determines the window and thus which display the command is applied to.

param frame_or_time

No help available

param window

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