Module SDS :: Class SDS
[hide private]
[frames] | no frames]

Class SDS

source code

This class is in charge of SDS extraction from a linear buffer. SDS objects are returned as a Python table (list of rows) of n dimensions.

Instance Methods [hide private]
 
__init__(self)
Constructor
source code
 
Extract(self, node, linear_buffer)
Dump a single SDS object into a Python table, the method returns the object as a n dimensional Table.
source code
Method Details [hide private]

Extract(self, node, linear_buffer)

source code 

Dump a single SDS object into a Python table, the method returns the object as a n dimensional Table. The parameter 'node' has to be an ElemenTree node of an "SDS" XML tag. This tag contains the necessary meta data to extract and reconstruct the SDS object.