LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how does transfer handle between 2 scripts?

Now I am buffering the Wimax signal by Agilent VSA, and then calculate the SNR by Matlab.
 
Step1:Run Matlab script1 in Labview to execute "VSAsetting.m" file(Matlab file, configuration VSA):
           "h = actxserver('AgtVsaVector.Application');" will return the handle of VSA.
 
Step2:Run Matlab script2 in Labview again to execute "TxSNR.m" file, here will be using the handle of Step1.
 
Now is the question, how can I transfer a handle type from script1 to script2, I have checked the Input Data type of Script, there are real,complex,string,path, but not handle.
0 Kudos
Message 1 of 3
(2,481 Views)
Would you please try to use I32?
0 Kudos
Message 2 of 3
(2,464 Views)
Would you please try to use I32?
0 Kudos
Message 3 of 3
(2,464 Views)