Position

SCPI Command :

CALCulate:MATH<*>:FFT:SPECtrogram:TIMeline<*>:POSition
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(math=Math.Default, fftTimeline=FftTimeline.Default) int[source]
# CALCulate:MATH<*>:FFT:SPECtrogram:TIMeline<*>:POSition
value: int = driver.calculate.math.fft.spectrogram.timeline.position.get(math = repcap.Math.Default, fftTimeline = repcap.FftTimeline.Default)

Defines the position of one of the two possible time lines in a spectrogram. The time line must be enabled first, using the method RsRtx.calculate.math.fft.spectrogram.timeline.state.set() command.

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

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

Returns:

position: The position of the time line is defined by the index of the data acquisition in the history. How many acquisitions are available depends on the history settings.

set(position: int, math=Math.Default, fftTimeline=FftTimeline.Default) None[source]
# CALCulate:MATH<*>:FFT:SPECtrogram:TIMeline<*>:POSition
driver.calculate.math.fft.spectrogram.timeline.position.set(position = 1, math = repcap.Math.Default, fftTimeline = repcap.FftTimeline.Default)

Defines the position of one of the two possible time lines in a spectrogram. The time line must be enabled first, using the method RsRtx.calculate.math.fft.spectrogram.timeline.state.set() command.

Parameters:
  • position – The position of the time line is defined by the index of the data acquisition in the history. How many acquisitions are available depends on the history settings.

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

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