Files
ncs/script/test1.py
boccioli_m f4607f105a Creation
2015-05-20 11:39:56 +02:00

15 lines
317 B
Python

"""
Line Scan
"""
#setPreference("enabledPlots",(sin,out))
a= lscan(inp, (sin,out,arr), 0, 40, 20, 0.1)
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)