Multichannel-systems NeuroExplorer Instrukcja Użytkownika Strona 361

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 373
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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
Przeglądanie stron 360
1 2 ... 356 357 358 359 360 361 362 363 364 365 366 ... 372 373

Komentarze do niniejszej Instrukcji

Brak uwag