⚠️ Warning: This documentation article is not fully implemented yet.
GetSupportType
Gets the type of support assigned to a specific node.
Usage
GetSupportType(node_number: int) -> str
node_number: Number of the node for which you want to know the support type.
Example
type = GetSupportType(3)
print(f"Support type at node 3: {type}")