Arithmetics

SCPI Command :

CHANnel<*>[:WAVeform]:ARIThmetics
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(channel=Channel.Default) Arithmetics[source]
# CHANnel<*>[:WAVeform]:ARIThmetics
value: enums.Arithmetics = driver.channel.waveform.arithmetics.get(channel = repcap.Channel.Default)

No help available

Parameters:

channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)

set(arithmetics: Arithmetics, channel=Channel.Default) None[source]
# CHANnel<*>[:WAVeform]:ARIThmetics
driver.channel.waveform.arithmetics.set(arithmetics = enums.Arithmetics.AVERage, channel = repcap.Channel.Default)

No help available

Parameters:

channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)