=================== == What is this? == =================== This hierarchy provides types and subprograms to read the data files produced by Qucs (an open source circuit simulator, see http://qucs.sourceforge.net/) as result of a simulation. The most important packages in the hierarchy are [Qucs.Variables] Provides types representing a single "variable" stored n a Qucs file [Qucs.Datasets] A dataset is a collection of Qucs variables. In other words, it is an abstraction of the file content. [Qucs.Datasets.IO] The actual I/O functions. ========================== == System requirements? == ========================== Just any Ada compiler. ========================== == How do I install it? == ========================== Just copy the files of the hierarchy (i.e., qucs-*.ad?) where your compiler will find them. ====================== == How do I use it? == ====================== Really simple: just call the function Load in Qucs.Datasets.IO; for example Loaded_Data := Qucs.Datasets.IO.Load(Filename); Now you can access the content of Loaded_Data by using the functions in Qucs.Datasets and Qucs.Variables