06-10-2020 10:12 PM
I would like confirm the behavior that I think is true for the following code.
The code is the following
If I run the code with a cDAQ chassis and one module, for the list of devices I get BOTH the chassis and the cDAQ card, like below.
If I try to run it with a PXI Chassis and a single card, I only get the card NOT the chassis. The problem is I don't have a real chassis at home to test. Not sure when I will get access. Does anyone know the output of that property? The help only says "Indicates an array containing the names of all devices in the task."
My feeling is that is will not give the PXI chassis in the array. If you use this property
it does not list any PXI chassis. However, I would like to confirm that my guess is correct.
Thanks for your help.
mcduff
Solved! Go to Solution.
06-12-2020 07:05 PM
06-12-2020 07:49 PM
Thanks!