Frame

SCPI Command :

CALCulate<n>:MARKer<m>:SPECtrogram:FRAMe
class FrameCls[source]

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

get(window=Window.Default, marker=Marker.Default) float[source]
# SCPI: CALCulate<n>:MARKer<m>:SPECtrogram:FRAMe
value: float = driver.calculate.marker.spectrogram.frame.get(window = repcap.Window.Default, marker = repcap.Marker.Default)

Positions a marker on a particular frame.

param window

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

param marker

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

return

frame: Selects a frame directly by the frame number. Valid if the time stamp is off. The range depends on the history depth. Unit: S

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

Positions a marker on a particular frame.

param frame

Selects a frame directly by the frame number. Valid if the time stamp is off. The range depends on the history depth. Unit: S

param window

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

param marker

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