Select

SCPI Command :

CALCulate<n>:SPECtrogram:FRAMe:SELect
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default) float[source]
# 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.

Parameters:

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

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

Parameters:

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