TypePy

SCPI Command :

CHANnel<*>:FILDesign[:TYPE]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(channel=Channel.Default) FilterDesignType[source]
# CHANnel<*>:FILDesign[:TYPE]
value: enums.FilterDesignType = driver.channel.filDesign.typePy.get(channel = repcap.Channel.Default)

Selects the filter that is used to reduce the bandwidth.

Parameters:

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

set(filter_design_typ: FilterDesignType, channel=Channel.Default) None[source]
# CHANnel<*>:FILDesign[:TYPE]
driver.channel.filDesign.typePy.set(filter_design_typ = enums.FilterDesignType.BETHomson, channel = repcap.Channel.Default)

Selects the filter that is used to reduce the bandwidth.

Parameters:
  • filter_design_typ – BRGauss | DEF: Brick-Gaussian filter, approximates a Gaussian response. BETH: Bessel-Thomson filter, preserves the waveform shape of signals.

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