Multichannel-systems NeuroExplorer Manual de usuario Pagina 217

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 373
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 216
5.5.7.1. GetNumRes Function
GetNumRes Function
Returns the value of the specified cell in the Numerical Results Window of the first graphical view of
the document.
Syntax
double GetNumRes(doc, row, col)
Parameters
Parameter Type Description
doc documentReference Reference to the document.
row double 1-based row number.
col double 1-based column number.
Returns
Returns the numeric value of the specified cell in the Numerical Results Window of the first graphical
view of the document.
Comments
None
Usage
NexScript
doc = GetActiveDocument()
ApplyTemplate(doc, "PSTH")
% get the value of the second bin of the first histogram
binCount = GetNumRes(doc, 2, 1)
See Also
Introduction to NexScript Programming
NexScript Function Categories
Page 215
Vista de pagina 216
1 2 ... 212 213 214 215 216 217 218 219 220 221 222 ... 372 373

Comentarios a estos manuales

Sin comentarios