Multichannel Systems NeuroExplorer User Manual

Page 210

Advertising
background image

ModifyTemplate(doc, "Peri", "Graph|Line color", "1")

ModifyTemplate(doc, "Peri", "Graph|Fill under line", "0")



To change the Y Axis parameter, you need to add YAxis| before the parameter name:

ModifyTemplate(doc, "Peri", "YAxis|Max Type", "Fixed")

ModifyTemplate(doc, "Peri", "YAxis|Fixed Max", "50.")



To change the X Axis parameter, you need to add XAxis| before the parameter name.

doc = GetActiveDocument()

ModifyTemplate(doc, templateName, paramName, newParValue)

See Also

Introduction to NexScript Programming

NexScript Function Categories

Page 208

Advertising