Vista AFD Meanline
Vista AFD Meanline
This container holds Meanline data for an instance of Vista AFD.
Methods
GetVistaAFDMeanlineProperties
This query takes a container reference and returns the Data Entity which contains user settings and properties for the VistaAFD Meanline container.
-
Return
Reference to the requested Data Entity - Type DataReference
Import
This command imports Vista data into the Blade Design cell from an existing BladeGen file. If no appropriate Vista data is found in the specified BladeGen file, an error message is generated.
template1 = GetTemplate(TemplateName="VistaCPD") system1 = template1.CreateSystem() bladeDesign1 = system1.GetContainer(ComponentName="Blade Design") bladeDesign1.Import(FilePath="myfilepath/pump.bgd")
Required Arguments
- FileName Name, and path, of the BladeGen file to be imported.
- Type string
Data Entities
VistaAFDMeanline
Meanline represents a VistaAFD meanline calculation as an initial 1D design
Properties
DisplayText
The general property that defines the user-visible name of an entity. This property is defined for all data entities but is used only in those entities that present a label in the user interface.
- Type string
- Read Only No