Startup
This commit is contained in:
21
script/test/TestDel2.py
Normal file
21
script/test/TestDel2.py
Normal file
@@ -0,0 +1,21 @@
|
||||
import java.lang.System as System
|
||||
"""
|
||||
def x():
|
||||
c=Channel("TESTIOC:TESTCALCOUT:Input", alias = "asd")
|
||||
c=Channel("TESTIOC:TESTCALCOUT:Input")
|
||||
for i in range(1):
|
||||
x=Channel("TESTIOC:TESTCALCOUT:Input")
|
||||
|
||||
|
||||
x()
|
||||
|
||||
import java.lang.System as System
|
||||
"""
|
||||
System.gc()
|
||||
print "---"
|
||||
c=Channel("TESTIOC:TESTCALCOUT:Input")
|
||||
print "!!!"
|
||||
|
||||
#r=tscan(c,10,0.1)
|
||||
c=None
|
||||
System.gc()
|
||||
Reference in New Issue
Block a user