unsubscribe# BaseModule.unsubscribe(signal: Union[Node, str]) → None[source]# Unsubscribe from 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 unsubscribed from. Return type: None