Cutoff

SCPI Command :

CHANnel<*>:DIGFilter:CUToff
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(channel=Channel.Default) float[source]
# CHANnel<*>:DIGFilter:CUToff
value: float = driver.channel.digFilter.cutoff.get(channel = repcap.Channel.Default)

Sets the limit frequency of the lowpass filter for input channels.

Parameters:

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

Returns:

cutoff_lp: 100E+3 to instrument bandwidth

set(cutoff_lp: float, channel=Channel.Default) None[source]
# CHANnel<*>:DIGFilter:CUToff
driver.channel.digFilter.cutoff.set(cutoff_lp = 1.0, channel = repcap.Channel.Default)

Sets the limit frequency of the lowpass filter for input channels.

Parameters:
  • cutoff_lp – 100E+3 to instrument bandwidth

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