02-04-2026 05:55 PM
I have Analog Input channels with Sample Mode under "Acquisition Settings" set as Waveform... unfortunately the Get System Node Channel List.vi does not return these channels at all. I apparently have no "approved" way of programmatically finding any AI channel with a type of Waveform. I could of course just manually parse the .nivssdf file since its just XML, but generally speaking backdoor workarounds like this make me nervous and I'd like to avoid it if possible.
So my question: Is there any way to programmatically find Waveform channels within the LabVIEW VeriStand API?
Thanks in advance!
Solved! Go to Solution.
02-04-2026 06:20 PM
Going to mark this as solved because I posted before playing around with it enough.
For future generations stumbling across this: I couldn't get the "Get System Node Channel List" to return channels correctly. Iterating through all possible nodes returned all of the channels including waveform. Something like this worked fine
It still feels a little bit hacky but its better than manually parsing the XML!