Multichannel-systems NeuroExplorer Manual de usuario Pagina 205

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 373
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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
Vista de pagina 204
1 2 ... 200 201 202 203 204 205 206 207 208 209 210 ... 372 373

Comentarios a estos manuales

Sin comentarios