Frame

SCPI Command :

CALCulate<n>:MARKer<m>:SPECtrogram:FRAMe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default, marker=Marker.Default) float[source]
# CALCulate<n>:MARKer<m>:SPECtrogram:FRAMe
value: float = driver.applications.k60Transient.calculate.marker.spectrogram.frame.get(window = repcap.Window.Default, marker = repcap.Marker.Default)

Positions a marker on a particular frame.

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

  • marker – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Marker’)

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

Positions a marker on a particular frame.

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

  • marker – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Marker’)