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

  • 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 230
5.5.8.1. Rename Function
Rename Function
Renames the specified variable.
Syntax
Rename(doc, var, newName)
Parameters
Parameter Type Description
doc documentReference Reference to the document.
var variableReference Reference to the variable.
newName string The new name of the variable.
Returns
None
Comments
Use this function when you need to assign the variable name generated in the script.
Usage
NexScript
doc = GetActiveDocument()
doc.Temp = IntervalFilter(GetVarByName("Neuron04a"), GetVarByName("Trials"))
Rename(doc, doc.Temp, "Neuron04a_filtered")
See Also
Introduction to NexScript Programming
NexScript Function Categories
Page 229
Zobrazit stránku 230
1 2 ... 226 227 228 229 230 231 232 233 234 235 236 ... 372 373

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

Žádné komentáře