Package mbdyn :: Module common :: Class CommonArgument
[hide private]

Class CommonArgument

source code

Known Subclasses:
GeometricArgument

An argument used for the MBDyn input file, characterized only by a value without reference.

Instance Methods [hide private]
 
__init__(self, string) source code
 
set_value(self, string)
Set the value of the common argument
source code
 
set_comment(self, comment)
Set a comment to the argument.
source code
 
get_line(self, separator=',')
Return the line to write in the input file.
source code
 
__str__(self) source code