TypePy
SCPI Command :
CHANnel<*>[:WAVeform]:TYPE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(channel=Channel.Default) DecimationMode[source]
# CHANnel<*>[:WAVeform]:TYPE value: enums.DecimationMode = driver.channel.waveform.typePy.get(channel = repcap.Channel.Default)
No help available
- Parameters:
channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)
- set(decimation_mode: DecimationMode, channel=Channel.Default) None[source]
# CHANnel<*>[:WAVeform]:TYPE driver.channel.waveform.typePy.set(decimation_mode = enums.DecimationMode.HRESolution, channel = repcap.Channel.Default)
No help available
- Parameters:
channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)