Files
ncs/script/test1.py
boccioli_m 945b1f1b14 Closedown
2015-05-21 14:34:13 +02:00

16 lines
470 B
Python

"""
Line Scan
"""
#setPreference("enabledPlots",(sin,out))
#def lscan(writables, readables, start, end, steps, latency=0.0, relative = False, context=None, before_read=None, after_read=None):
a= lscan(inp, (sin,out,arr), 0, 40, 10, 0.1, context = "Scan1")
path = get_current_data_group()
set_attribute(path, "AttrString", "Value")
set_attribute(path, "AttrInteger", 1)
set_attribute(path, "AttrDouble", 2.0)
set_attribute(path, "AttrBoolean", True)