Multichannel-systems NeuroExplorer Manual do Utilizador Página 231

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 373
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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
Vista de página 230
1 2 ... 226 227 228 229 230 231 232 233 234 235 236 ... 372 373

Comentários a estes Manuais

Sem comentários