Replay

SCPI Command :

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

If ON, the replay of the history waveform sequence repeats automatically. Otherwise, the replay stops at the stop index set with method RsRtx.channel.waveform.history.stop.set() .

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:

auto_repeat: OFF | ON

set(auto_repeat: bool, channel=Channel.Default, waveform=Waveform.Default) None[source]
# CHANnel<*>[:WAVeform<*>]:HISTory:REPLay
driver.channel.waveform.history.replay.set(auto_repeat = False, channel = repcap.Channel.Default, waveform = repcap.Waveform.Default)

If ON, the replay of the history waveform sequence repeats automatically. Otherwise, the replay stops at the stop index set with method RsRtx.channel.waveform.history.stop.set() .

Parameters:
  • auto_repeat – OFF | ON

  • 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’)