Multichannel-systems NeuroExplorer Manual do Utilizador Página 205

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 373
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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 página 204
1 2 ... 200 201 202 203 204 205 206 207 208 209 210 ... 372 373

Comentários a estes Manuais

Sem comentários