cancel
Showing results for 
Search instead for 
Did you mean: 

Is VI Password Protected?

SOLVED
maxnoder1995
Member
Solved!

Is VI Password Protected?

Is there a property node that can give me an indication of this?

3 REPLIES 3
paul_a_cardinale
Active Participant
Solution

Re: Is VI Password Protected?

Message contains an image

Not a property, but a method:

paul_a_cardinale_0-1736019187774.png

maxnoder1995
Member

Re: Is VI Password Protected?

Thank you very much! also, I would love to know if there is a method or a property that returns whether a VI is polymorphic.

raphschru
Active Participant
Solution

Re: Is VI Password Protected?


@maxnoder1995 wrote:

I would love to know if there is a method or a property that returns whether a VI is polymorphic.


VI property "VI Type" tells you that.

You can also type cast it to class "PolymorphicVI" using "To More Specific Class" and check whether that returns an error.

 

Regards,

Raphaël.