Multichannel-systems NeuroExplorer Uživatelský manuál Strana 205

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 373
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 204
5.5.6.2. ApplyTemplateToWindow Function
ApplyTemplateToWindow Function
Runs the analysis specified in the template and shows the result in the specified Graph window.
Syntax
ApplyTemplateToWindow(doc, templatename, windownumber)
Parameters
Parameter Type Description
documentReference doc Reference to the document.
string templatename The name of the template.
double windownumber The number of the graph window of the document.
Graph windows are named Graphs1, Graphs2, etc.
Thus, if you need to specify window Graphs2,
windownumber should be equal to 2. If the Graph
window with the specified number does not exist, a
new Graph window is created
Returns
None
Comments
None
Usage
NexScript
doc = GetActiveDocument()
% run PSTH analysis saved in the template Peri1 and show the results in Graph2
window
ApplyTemplate(doc, "Peri1", 2)
See Also
Introduction to NexScript Programming
NexScript Function Categories
Page 203
Zobrazit stránku 204
1 2 ... 200 201 202 203 204 205 206 207 208 209 210 ... 372 373

Komentáře k této Příručce

Žádné komentáře