LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Access filter node using scripting

Solved!
Go to solution

Hi All, 

 

I'm having a look into scripting and have run into a problem. I'm placing an event structure and then creating the Panel Close? event with a True constant inside. This all works fine. I then want to wire a true constant to the output filter node Discard?.

 

I can do everything other than find the reference for the node. The input nodes are numbered using the Node.Terminal property but I can't seem to get to the output node?

 

Any help would be greatly appreciated.

 

Thanks, 

Greg

0 Kudos
Message 1 of 2
(2,908 Views)
Solution
Accepted by topic author GregPayne

I've figured this out.

 

If anyone is interested, there is a method of the Event Structure reference that returns the filter node reference for a specific frame.

 

GetEventFilterNode.png

Message 2 of 2
(2,868 Views)