saiunit.typing.is_physical_type# saiunit.typing.is_physical_type(obj)[source]# Check whether obj is a PhysicalType-created class. Parameters: obj (Any) – The object to check. Returns: True if obj was created by PhysicalType(...). Return type: bool