Sets the comments with a text string to an object that supports Comments.
SetComments(comments, bUndo = FALSE)
Returns true if the object's comments was set, false if not.
EX1
import PyOrigin PyOrigin.Pages('Book1').SetComments('test') print('%s' % PyOrigin.Pages('Book1').GetComments())
GetComments