Frame
SCPI Command :
CALCulate<n>:DELTamarker<m>:SPECtrogram:FRAMe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default, deltaMarker=DeltaMarker.Default) float[source]
# CALCulate<n>:DELTamarker<m>:SPECtrogram:FRAMe value: float = driver.calculate.deltaMarker.spectrogram.frame.get(window = repcap.Window.Default, deltaMarker = repcap.DeltaMarker.Default)
Positions a delta marker on a particular frame. The frame is relative to the position of marker 1. The command is available for the spectrogram.
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
deltaMarker – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘DeltaMarker’)
- Returns:
frame: Selects a frame either by its frame number or time stamp. The frame number is available if the time stamp is off. The range depends on the history depth. The time stamp is available if the time stamp is on. The number is the distance to frame 0 in seconds. The range depends on the history depth. Unit: S
- set(frame: float, window=Window.Default, deltaMarker=DeltaMarker.Default) None[source]
# CALCulate<n>:DELTamarker<m>:SPECtrogram:FRAMe driver.calculate.deltaMarker.spectrogram.frame.set(frame = 1.0, window = repcap.Window.Default, deltaMarker = repcap.DeltaMarker.Default)
Positions a delta marker on a particular frame. The frame is relative to the position of marker 1. The command is available for the spectrogram.
- Parameters:
frame – Selects a frame either by its frame number or time stamp. The frame number is available if the time stamp is off. The range depends on the history depth. The time stamp is available if the time stamp is on. The number is the distance to frame 0 in seconds. The range depends on the history depth. Unit: S
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
deltaMarker – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘DeltaMarker’)