Similar to standard search, takes a load profile instead of a simple design point. The load profile includes the design point, additional operating points, and any associated percent loads. Pump results will include a PLEV value.

Namespace: configuration_services
Assembly: configuration_services (in configuration_services.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
uint search_with_plev_restricted_v2(
	load_profile load_profile,
	uint fluid_state_id,
	ICollection<int> catalog_ids,
	UnitSystem system,
	optional_criteria optional,
	plev_options plev_options
)
Visual Basic
Function search_with_plev_restricted_v2 ( _
	load_profile As load_profile, _
	fluid_state_id As UInteger, _
	catalog_ids As ICollection(Of Integer), _
	system As UnitSystem, _
	optional As optional_criteria, _
	plev_options As plev_options _
) As UInteger
Visual C++
unsigned int search_with_plev_restricted_v2(
	load_profile^ load_profile, 
	unsigned int fluid_state_id, 
	ICollection<int>^ catalog_ids, 
	UnitSystem system, 
	optional_criteria^ optional, 
	plev_options^ plev_options
)

Parameters

load_profile
Type: configuration_services..::..load_profile
Design point, operating points, and associated % Loads
fluid_state_id
Type: System..::..UInt32
Ifluid
catalog_ids
Type: System.Collections.Generic..::..ICollection<(Of <(<'Int32>)>)>
system
Type: UnitSystem
optional
Type: configuration_services..::..optional_criteria
Additional search criteria. Please use new optional_criteria_v2() when instantiating this parameter
plev_options
Type: configuration_services..::..plev_options

Return Value

Selection list ID (list_id)

See Also