15 lines
317 B
Python
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)
|
|
|
|
|