cf.AuxiliaryCoordinate.comment¶
-
AuxiliaryCoordinate.
comment
¶ The comment CF property.
Examples: >>> f.comment = 'This simulation was done on an HP-35 calculator' >>> f.comment 'This simulation was done on an HP-35 calculator' >>> del f.comment
>>> f.setprop('comment', 'a comment') >>> f.getprop('comment') 'a comment' >>> f.delprop('comment')