If you wish to enable or disable a group like you can a singular object (Within Visionary Render using the - Object.Enabled = true - syntax) the function is
context_enable_group(GROUPNAME, true)
where GROUPNAME is the name of the referenced group and the argument true / false determines its active state.