get_zone_name# Model.get_zone_name(id)# Get the name of given zone. Parameters: idintId of zone. Returns: strReturn the name. Return empty name if the id is invalid. Return type: str Examples >>> model = prime.local_model() >>> name = model.get_zone_name(id) Copy to clipboard