From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Scripting get index for a case

Solved!
Go to solution

Hi,

 

i need the index of a case, so i can add some code. But i get Error 1305, if try to get the index from case name.

 

Can some one tell me what is wrong with my approach?

0 Kudos
Message 1 of 3
(2,095 Views)
Solution
Accepted by topic author wladimiripg

If you read the FrameNames property after writing it, you'll get the following:

frame_names.png

So in order to use the GetFrameIndex method, you'll have to specfy a frame name of ' "Test4" ' (including a space before and after the quotes).

Message 2 of 3
(2,068 Views)

Thanks

0 Kudos
Message 3 of 3
(2,047 Views)