NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Teststand API in LABVIEW

Hello Friends,
 
In the sequence editor , i am able to get the TestStand API  RunState.Step.Module.AsLabVIEWModule.RemoteHost = ""
 
But i am not able to get the same Teststand API properties in Labview with sequence Context. Herewith in attached the image for your ref.
 
Anyone knows how i can get the above teststand API in LABVIEW.
 
Thanks
Prithivi
 
0 Kudos
Message 1 of 4
(3,800 Views)
Hi Prithivi,

you have to cast the Module Reference to LabVIEWModule Type before you can use it. Following document will be useful to you:
 

How Can I Programmatically Access Information about a Code Module that a Step Executes (e.g. Name, Path)?
http://digital.ni.com/public.nsf/allkb/ADC6909C20E27D4886256E94005424E3?OpenDocument
Regards
MY
0 Kudos
Message 2 of 4
(3,782 Views)

Thanks a lot .

I got the point that i need.Once again thanks for your valuble information

Thanks

Gopal

0 Kudos
Message 3 of 4
(3,761 Views)

And don't forget to close the reference to the Step.Module property, since it is actually a different reference than what the Variant to Data vi outputs.

 

Jervin Justin
NI TestStand Product Manager
0 Kudos
Message 4 of 4
(3,745 Views)