Home Reference Houdini Object Model hou hou.Parm 

hou.Parm.set method

Sets the parameter value at the current frame.

set(self, float_value) OR set(self, int_value) OR set(self, string_value) OR set(self, parm, language=None)

Sets the parameter value at the current frame.

This function throws a hou.ObjectWasDeleted exception if called on node or with a node parameter that no longer exists in Houdini, a hou.TypeError exception if the type of the value does not match the parameter’s type, or a hou.PermissionError exception if the parameter is not writable.

Replaces: opparm