get_object#
Example
node_1 = rstab_app.get_object(rstab.structure_core.Node(no=1))
var models = await rstab_app.get_object(rstab.structure_core.Node(no=1));
Tip
The object definition for the get_object() function only requires the object number.