Play

SCPI Command :

CHANnel<*>[:WAVeform<*>]:HISTory:PLAY
Commands in total: 1
Subgroups: 0
Direct child commands: 1
set(channel=Channel.Default, waveform=Waveform.Default, opc_timeout_ms: int = -1) None[source]
# CHANnel<*>[:WAVeform<*>]:HISTory:PLAY
driver.channel.waveform.history.play.set(channel = repcap.Channel.Default, waveform = repcap.Waveform.Default)

Starts and stops the replay of the history waveforms.

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

  • opc_timeout_ms – Maximum time to wait in milliseconds, valid only for this call.