Start

SCPI Command :

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

Sets the index of the oldest history acquisition for the history viewing.

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:

strt_acq_idx: The start index is always negative.

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

Sets the index of the oldest history acquisition for the history viewing.

Parameters:
  • strt_acq_idx – The start index is always negative.

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