Multichannel-systems NeuroExplorer Manual do Utilizador Página 361

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 373
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 360
6.3.1. Name Property
Variable.Name Property
Read-only property that returns a string with the variable name.
Syntax
string Name
Usage
Matlab
nex = actxserver('NeuroExplorer.Application');
doc = nex.OpenDocument('C:\Data\TestDataFile.nex');
% get the first neuron variable
neuron1 = doc.Neuron(1);
neuron1Name = neuron1.Name;
JavaScript
var nex = new ActiveXObject("NeuroExplorer.Application");
var doc = nex.OpenDocument("C:\\Data\\TestDataFile.nex");
// get the first neuron variable
var neuron1 = doc.Neuron(1);
var neuron1Name = neuron1.Name;
See Also
Variable Interface
Document Interface
COM/ActiveX Interfaces
Page 359
Vista de página 360
1 2 ... 356 357 358 359 360 361 362 363 364 365 366 ... 372 373

Comentários a estes Manuais

Sem comentários