Aafpermanent
SCPI Command :
CHANnel<*>:AAFPermanent
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(channel=Channel.Default) BwAntialiasing[source]
# CHANnel<*>:AAFPermanent value: enums.BwAntialiasing = driver.channel.aafpermanent.get(channel = repcap.Channel.Default)
Activates the anti-aliasing filter. The filter removes spurious and undersampled components of the signal and thus provides additional bandwidth limitation. The command is available for R&S RTO6 oscilloscope with 6 GHz bandwidth. Filter setting is only possible in remote control.
- Parameters:
channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)
- set(bandwidt_antialiasing: BwAntialiasing, channel=Channel.Default) None[source]
# CHANnel<*>:AAFPermanent driver.channel.aafpermanent.set(bandwidt_antialiasing = enums.BwAntialiasing.DEFault, channel = repcap.Channel.Default)
Activates the anti-aliasing filter. The filter removes spurious and undersampled components of the signal and thus provides additional bandwidth limitation. The command is available for R&S RTO6 oscilloscope with 6 GHz bandwidth. Filter setting is only possible in remote control.
- Parameters:
bandwidt_antialiasing –
DEFault | ON | OFF
DEFault: Automatic usage of the filter in non-interleaved mode.
ON: Filter is active also in interleaved mode.
OFF: Filter is ignored.
channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)