NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

pass 3 variable from Teststand to python,

I want to ask how to pass 3 variable from teststand to python.
<Step1>
Create Call executable. Expression, Locals.ln
create standard output, Locals.out
 

<Step2>

FileGlobal--
Payload(var3) - 'Hello World'
SourceIP(var2)- "192.168.1.1"
DestIP(var3)- "192.168.1.4"

 

 

<Step3>

#!/usr/bin/python
print(var1)
print(var2)
print(var3)

 

0 Kudos
Message 1 of 1
(2,509 Views)