inspect

inspect(java)[source]

Inspects a Java node object.

This is basically a “pretty-fied” version of the output from the built-in dir command. It displays (prints to the console) the methods of a model node (as given by the Comsol API) as well as the node’s properties (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.