Multichannel-systems NeuroExplorer Manuel d'utilisateur Page 217

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 373
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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
Vue de la page 216
1 2 ... 212 213 214 215 216 217 218 219 220 221 222 ... 372 373

Commentaires sur ces manuels

Pas de commentaire