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)