01-17-2013 01:57 AM
Hi
how i can enable the unfiltered (direct path) on the 5622 High-Speed digitizer
01-17-2013 10:21 PM
Hi hany_anees,
When the 5622 is used as a stand-alone digitizer, the direct path should be enabled by default. However, you should note that you should implement your own filter to avoid aliasing your acquired signal.
To switch between direct path and bandpass modes, use the following property node:
Here's a link to the online help for that property:
http://zone.ni.com/reference/en-XX/help/370592P-01/scopepropref/pniscope_bandpassfilterenabled/
Regards,
01-18-2013 12:43 PM
Hi
thanks
do you have any example for using this property
01-18-2013 02:47 PM
Hi hany_anees,
This property node just takes a Boolean input; it should be inline with your instrument session, as well.
If you have not used property nodes before in LabVIEW, you may want to read over the documentation for them, here:
Property Node - LabVIEW 2012 Help
Regards,