Stop

SCPI Command :

CHANnel<*>[:WAVeform<*>]:HISTory:STOP
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(channel=Channel.Default, waveform=Waveform.Default) int[source]
# CHANnel<*>[:WAVeform<*>]:HISTory:STOP
value: int = driver.channel.waveform.history.stop.get(channel = repcap.Channel.Default, waveform = repcap.Waveform.Default)

Sets the index of the latest segment to be displayed in the history viewer.

Parameters:
  • channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)

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

Returns:

stp_acq_idx: Index of the stop acquisition. The newest acquisition always has the index ‘0’.

set(stp_acq_idx: int, channel=Channel.Default, waveform=Waveform.Default) None[source]
# CHANnel<*>[:WAVeform<*>]:HISTory:STOP
driver.channel.waveform.history.stop.set(stp_acq_idx = 1, channel = repcap.Channel.Default, waveform = repcap.Waveform.Default)

Sets the index of the latest segment to be displayed in the history viewer.

Parameters:
  • stp_acq_idx – Index of the stop acquisition. The newest acquisition always has the index ‘0’.

  • channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)

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