Files
ncs/script/test1.py
2015-05-21 11:23:37 +02:00

15 lines
317 B
Python

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