BrainVoyager Python Developer Guide 0.9

Documents List Commands

The Documents property of the BrainVoyager object returns a list of all available document objects in the BrainVoyager workspace, i.e. the documents visualized in the multi-document area. The returned document list can be used to iterate over all available documents.

 

size() → int

Description
Returns the number of documents in the documents list.


item(int index) → DocPyBV

Description
Returns the document object at the specified position of the documents list The document object can be used to call document-specific functions.
index (int)
Specifies the position in the document list. If index is smaller than 0 or equal / larger than the number of documents in the list, the function returns None.


Copyright © 2020 Rainer Goebel. All rights reserved.