Multichannel-systems NeuroExplorer Manual de usuario Pagina 361

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 373
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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 pagina 360
1 2 ... 356 357 358 359 360 361 362 363 364 365 366 ... 372 373

Comentarios a estos manuales

Sin comentarios