22 lines
377 B
Python
22 lines
377 B
Python
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()
|