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

  • 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 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
Zobrazit stránku 216
1 2 ... 212 213 214 215 216 217 218 219 220 221 222 ... 372 373

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

Žádné komentáře