LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LabVIEW Scripting: Property Node Class Name for IMAQdx?

Solved!
Go to solution

Hello,

 

I'm hoping that this is a trivial problem. I've really tried to comb through documentation, this forum, and fiddled with this quite a bit before asking and I just can't get this. It's the last barrier left in a pretty cool tool that I'm constructing and hope to share with the community.

 

Essentially, I'm trying to use LabVIEW Scripting to create an IMAQdx property node:

jgoglio_2-1591661869079.png

I'm so close! The property node below appears to be the way to accomplish this:

jgoglio_3-1591662088794.png

However, I need the proper "Property Node Class Name" and no, IMAQdx isn't it :).

 

So I have two questions:

  1. Does anyone know the Property Node Class Name that I need to reference?
  2. What is a general method for finding a Property Node Class Name?

 

Thanks in advance!

Josh

0 Kudos
Message 1 of 2
(2,061 Views)
Solution
Accepted by topic author jgoglio

1. User Defined Refnum:IMAQdx

2. Create the desired property node in a blank SubVI.  Open a Reference to that VI.  Index the first (only) element of the Nodes [] property of the Block Diagram.  Cast to Property, read PropClassName

 

Message 2 of 2
(2,035 Views)