subscribe# BaseModule.subscribe(signal: Union[Node, str]) → None[source]# Subscribe to a node. The node can either be a node of this module or of a connected device. Parameters: signal (Union[Node, str]) – Node that should be subscribed to. Return type: None