tools

Tools for software development.

This module provides functionality that a user might find helpful when extending this very package or when developing applications of their own. It is strictly a helper module for the user. None of the other modules in this package depend on it.

inspect(java)[source]

Inspects a Java object representing a Comsol model feature.

This is basically a “pretty-fied” version of the output from the standard dir command. It displays (prints to the console) the methods of a model node, given as a java object as provided by the Comsol API, as well as the node’s “property” names and values, if any are defined.

The node’s name, tag, and documentation reference marker are listed first. These access methods and a few others, which are common to all objects, are suppressed in the method list further down, for the sake of clarity.