This class allows you to create a tuple that can be queried from the GUI and is capable of notifying the GUI when the contents of any of the tuple's members change.
The RegisteredTuple object is derived from the CommandRegister object.
import customKernel
This method creates a RegisteredTuple object.
customKernel.RegisteredTuple
Required argument
A tuple of objects. These objects must be derived from the CommandRegister class.
Optional arguments
Return value
A RegisteredTuple object.
Exceptions