State

SCPI Command :

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

Enables or disables the history display.

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:

state: OFF | ON

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

Enables or disables the history display.

Parameters:
  • state – 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’)