FPIBG Utility
|
Variables | |
syspth = sys.path # | |
cwd = os.getcwd() # | |
str | shrddir = cwd + "\\python\\shared" # |
bc = FPIBGBase("GlobalBaseClass") | |
tcpc = TCPIP("TCPIP Client") | |
TestFPIBGClientEL.bc = FPIBGBase("GlobalBaseClass") |
TestFPIBGClientEL.cwd = os.getcwd() # |
str TestFPIBGClientEL.shrddir = cwd + "\\python\\shared" # |
TestFPIBGClientEL.syspth = sys.path # |
TestFPIBGClientEL.tcpc = TCPIP("TCPIP Client") |