get_zone_by_name# Model.get_zone_by_name(zone_name)# Gets the zone by name. Parameters: zone_namestrName of the zone. Returns: intReturns id of the zone. Return type: int Examples >>> model = prime.local_model() >>> zone_id = model.get_zone_by_name("inlet") Copy to clipboard