<?xml version="1.0"?>
<rss version="2.0"><channel><title>Scripting and automation Latest Topics</title><link>https://www.wasptechnical.dk/forum/forum/12-scripting-and-automation/</link><description>Scripting and automation Latest Topics</description><language>en</language><item><title>running process suddenly exits</title><link>https://www.wasptechnical.dk/forum/topic/796-running-process-suddenly-exits/</link><description><![CDATA[<p>
	so i will run my modeling, after i press execute suddenly exit from the software. i do it repeatedly and still the result is like that. 
</p>
]]></description><guid isPermaLink="false">796</guid><pubDate>Mon, 10 Feb 2025 05:37:57 +0000</pubDate></item><item><title>Full automation for all WAsP users [Repost]</title><link>https://www.wasptechnical.dk/forum/topic/592-full-automation-for-all-wasp-users-repost/</link><description><![CDATA[This message was originally posted on 2018-01-05. The text became unavailable for some reason, so I am re-posting it now.<br><br>Hello automators,<br><br>Happy New Year for 2018.<br><br>I wonder if you all noticed the interesting news which accompanied the release of WAsP 12 last <br>month? <br><br>WAsP 12 is being released With a new licence, called the "suite" or "bundle" licence. It's different <br>because it includes WASP, WAT and WAsP Engineering, and it's now an annual subscription. <br><br>What's more, the new licence allows by default full developer access to the WAsP object model. You <br>no longer need to buy a special developer licence. <br><br>This means that if you develop some custom application or spreadsheet which uses the WAsP model <br>Without the GUI, then you can share that with all WAsP users in your organisation - or indeed with  anyone in the world. You are no longer limited to scripts executing within the GUI context. <br><br>I'm aware that there is no complete documentation for the WAsP Object model API, but if you're <br>already working with scripts, then you're most of the way there already. I'll be happy and interested to <br>answer any questions here in the forums. <br><br>We really hope that this will let people make use Of the software in new and powerful ways. <br><br>Best wishes, Duncan.]]></description><guid isPermaLink="false">592</guid><pubDate>Wed, 13 Mar 2019 10:52:21 +0000</pubDate></item><item><title>Difference between sectoral and cumulative gross AEP?</title><link>https://www.wasptechnical.dk/forum/topic/567-difference-between-sectoral-and-cumulative-gross-aep/</link><description><![CDATA[Dear all,<br><br>while experimenting with a power curve that is shut down (power = 0) for a certain wind speed range I have come across a puzzling issue: The gross AEP as calculated by IRveaProductionRose.SectorForIndex(SectorIndex).GrossContribution for a given sector is greater than the sectorial AEP calculated from IRveaProductionDistribution.ProductionForSpeed (of course after accounting for the sector frequency).<br><br><br>In my example I used a power curve that cuts in at 19m/s. For sector 2, the calculated .ProductionForSpeed values are:<br>19 m/s: 15705 kWh/y<br>20 m/s:  2099 kWh/y<br>21 m/s:   237 kWh/y<br>22 m/s:    23 kWh/y<br>23 m/s:     2 kWh/y<br>and zero above 23m/s. The sector frequency is 7.497%. <br>This results in a gross AEP of (15705+2099+237+23+2)*0.07497 = 1354.4 kWh/y, but the .GrossContribution is reported as 3215 kWh/y, almost 40% higher.<br><br>For other sectors with higher wind speeds, the difference is only in the order of some 20%, but .GrossContribution is always greater than the sum of the non-zero .ProductionForSpeed bins. <br><br>When I use a non-curtailed power curve (cut-in at 3 m/s) the difference is less than 0.2%, for high-yield sectors even down to 0.01%.<br><br><br>I always thought the AEP is simply the sum (or integral) of the production values determined in each wind speed bin (based on the power curve and the bin frequency), but apparently this is not the case. Could someone please explain in detail how AEP is calculated? <br><br><br>Thanks in advance!]]></description><guid isPermaLink="false">567</guid><pubDate>Wed, 16 May 2018 12:09:01 +0000</pubDate></item><item><title>Script fails for more than two wind farms</title><link>https://www.wasptechnical.dk/forum/topic/528-script-fails-for-more-than-two-wind-farms/</link><description><![CDATA[Dear all,<br><br>I have a workspace with three identical projects, each consisting of a 'Terrain analysis (IBZ)', a 'wind farm' and a GWC (plus some notes). I also have a script, which iterates through the projects and calculates the respective windfarm using the DoAllPossibleCalculations method.<br><br><br>The weird thing is that the wind farm calculation works well for the first two projects, but fails for the third (and all further) wind farms. More specifically it fails to calculate the wake losses and net AEP, while the free AEP is calculated for each turbine and the wind farm.<br><br><br>By default, each wind farm is calculated by issuing WindFarm.AsICalculatingHierarchyMember.DoAllPossibleCalculations(False). This works as expected for the first two projects/wind farms. However, in the third project nothing happens. I then check the properties of WindFarm.AsICalculatingHierarchyMember.CalculationByType(ectWakeLosses). In the third wind farm I find that: <br>.Status = 3 (i.e. echmsResultsDirtyCanRecalculate)<br>.AreResultsDirty = True<br>.CanCalculate = True <br>.AreThereResults = False                                                                                                                                                                                                                                                                                                                                                         <br><br>However, when I then run the WindFarm.AsICalculatingHierarchyMember.CalculationByType(ectWakeLosses).Calculate method immediately after checking these variables, still nothing happens, and the variables keep the same values a as before.<br><br><br>I have no clue what happens here and how to resolve that. As I said, the three projects/windfarms are identical (checked this by exporting the projects to w.p files and compared the resulting Inventory.xml files, which differ only in the ID strings and the references to the .tmp files). Why does the WindFarm refuse to calculate in the third project?                                                                                  <br><br><br>I also checked to put all three farms inside of one project, but the result is the same, so I suppose that this issue is related to the wind farm calculation method.<br><br><br>Any suggestion is welcome. Thanks in advance!]]></description><guid isPermaLink="false">528</guid><pubDate>Wed, 10 May 2017 13:00:27 +0000</pubDate></item><item><title>How can I automate WASP 11 with  developer's license?</title><link>https://www.wasptechnical.dk/forum/topic/529-how-can-i-automate-wasp-11-with-developer-s-license/</link><description><![CDATA[Hello.<br><br>We have bought developer license. <br><br>And, we want to externally use WAsP sofware using other programming language such as MATLAB, VBA, C++, etc.<br><br>We try to calculate AEP at different turbine sites repeatedly without doing it manually in GUI interface.  <br><br>Hence, I wonder if we can get any guideline or sample for it.<br><br>Thank you.]]></description><guid isPermaLink="false">529</guid><pubDate>Mon, 22 May 2017 10:45:41 +0000</pubDate></item><item><title>Fuill automation for all WAsP users</title><link>https://www.wasptechnical.dk/forum/topic/548-fuill-automation-for-all-wasp-users/</link><description><![CDATA[Hello automators,<br><br><br>Happy New Year for 2018.<br><br><br>I wonder if you all noticed the interesting news which accompanied the release of WAsP 12 last month? (<a class="gctbbcode" rel="nofollow" target="_blank" href="http://www.wasp.dk/news/nyhed?id=2D6968F1-C4AC-44DA-9E6E-FBA9A6D35A3C">http://www.wasp.dk/news/nyhed?id=2D6968F1-C4AC-44DA-9E6E-FBA9A6D35A3C</a>)<br><br><br>WAsP 12 is being released with a new licence, called the "suite" or "bundle" licence. It's different because it includes WAsP, WAT and WAsP Engineering, and it's now an annual subscription. <br><br><br>What's more, the new licence allows by default full developer access to the WAsP object model. You no longer need to buy a special developer licence.<br><br><br>This means that if you develop some custom application or spreadsheet which uses the WAsP model without the GUI, then you can share that with all WAsP users in your organisation - or indeed with anyone in the world. You are no longer limited to scripts executing within the GUI context.<br><br><br>I'm aware that there is no complete documentation for the WAsP object model API, but if you're already working with scripts, then you're most of the way there already. I'll be happy and interested to answer any questions here in the forums.<br><br><br>We really hope that this will let people make use of the software in new and powerful ways. <br><br><br>Best wishes, Duncan.]]></description><guid isPermaLink="false">548</guid><pubDate>Fri, 05 Jan 2018 10:37:05 +0000</pubDate></item><item><title>WAsP script library?</title><link>https://www.wasptechnical.dk/forum/topic/516-wasp-script-library/</link><description><![CDATA[Hi,<br><br>I have a 17 exactly defined positions project. I aim to pick the best combination of 6 out of them. I would like to script a process to evaluate all possible combinations (12376). Is that possible? Is there some API in WAsP? Where can I found some library?<br><br>Thanks in advance!]]></description><guid isPermaLink="false">516</guid><pubDate>Fri, 03 Feb 2017 10:50:23 +0000</pubDate></item><item><title>Simple sectorwise site corrections text output script</title><link>https://www.wasptechnical.dk/forum/topic/511-simple-sectorwise-site-corrections-text-output-script/</link><description><![CDATA[Hi everyone,<br><br>Yesterday I hacked up a quick script for a colleague. It's simple and useful, so I thought of just posting it here in case anyone finds it helpful. I'll just paste the script source in here.<br><br><br>The script finds all the turbine sites in the project root and writes a text file of sectorwise corrections in a way which is convenient for some other progam to read and use.<br><br><br>Best wishes, Duncan.<br><br><br><br><br><?xml version="1.0" encoding="UTF-8"?><br><RveaWaspInternalScript MinimumApplicationVersion="11.01.0001" CurrentApplicationVersion="11.05.0001" FormatVersion="01.01.0001" Description="2016-12-05 Turbine site corrections to file" ScriptVersion="11.01.0001"><br><ScriptType OutputType="Text">Utility</ScriptType><br><RequiredProjectSelection>Project</RequiredProjectSelection><br><ScriptCode><![CDATA[<br><br>Sub Main()<br><br>Filename = "c:\temp\Output.txt"<br>'Delimiter = vbTab<br>'Delimiter= "; "<br>Delimiter = ", "<br><br>Set FSO = CreateObject("Scripting.FileSystemObject")<br>Set TextStream = FSO.CreateTextFile(Filename, True)<br><br>Set Project= ReportingAssistant.TypeCaster.CastMemberToProject(ReportingAssistant.SelectedHierarchyMember)<br><br>Project.DoAllFeasibleCalculations<br><br>Set Iterator = Project.AsIHierarchyMember.Children.FilterByClass(ReportingAssistant.AllClasses.TurbineSiteClass)<br><br>Set TurbineSite = ReportingAssistant.TypeCaster.CastMemberToTurbineSite(Iterator.FirstMember)<br><br>Do While Not TurbineSite Is Nothing<br>    X = TurbineSite.AsIWaspSite.Location.X<br>    Y = TurbineSite.AsIWaspSite.Location.Y<br>    Z = TurbineSite.HubHeightAgl<br>    SectorCount = TurbineSite.AsIWaspSite.SiteAssessment.CountOfSectors<br>    For SectorIndex = 1 To SectorCount<br>        OroSpeed = TurbineSite.AsIWaspSite.SiteAssessment.SectorForIndex(SectorIndex).OrographicCorrection.SpeedMultiplier<br>        OroTurn = TurbineSite.AsIWaspSite.SiteAssessment.SectorForIndex(SectorIndex).OrographicCorrection.DirectionDeflectionDegrees<br>        RoughSpeed = TurbineSite.AsIWaspSite.SiteAssessment.SectorForIndex(SectorIndex).RoughnessCorrection.SpeedMultiplier<br>        OneLine = TurbineSite.Description<br>        OneLine = OneLine & Delimiter & X & Delimiter & Y & Delimiter & Z & Delimiter & SectorIndex & Delimiter <br>	        OneLine = OneLine & ReportingAssistant.FormatValueWithPointDecimal(OroSpeed) & Delimiter <br>	        OneLine = OneLine & ReportingAssistant.FormatValueWithPointDecimal(OroTurn) & Delimiter<br>	        OneLine = OneLine & ReportingAssistant.FormatValueWithPointDecimal(RoughSpeed)<br>        TextStream.WriteLine OneLine<br>    Next<br>    Set TurbineSite = ReportingAssistant.TypeCaster.CastMemberToTurbineSite(Iterator.NextMember)<br>Loop<br><br>Call ReportingAssistant.DisplayFileInNotepad(Filename)<br>TextStream.Close<br>Set fso = Nothing<br><br>End Sub<br><br>]]]]><![CDATA[></ScriptCode></RveaWaspInternalScript>]]></description><guid isPermaLink="false">511</guid><pubDate>Tue, 06 Dec 2016 09:34:39 +0000</pubDate></item><item><title>Automate conversion from .WRG to .GRD/.ASC</title><link>https://www.wasptechnical.dk/forum/topic/507-automate-conversion-from-wrg-to-grd-asc/</link><description><![CDATA[Hi!<br><br>I'm aware of WAsP Utility Program "rsf2grd.exe" (from versions prior to WAsP 10) to convert the WRG to the GRD format or even XYZ format.<br><br>I'm looking for a way to perform the same conversion in a Linux environment.<br><br>Is there any further documentation on how the rsf2grd tool works or even a Linux port of the code?<br><br>Thanks<br>-A]]></description><guid isPermaLink="false">507</guid><pubDate>Thu, 27 Oct 2016 17:22:35 +0000</pubDate></item><item><title>How to get the max Power?</title><link>https://www.wasptechnical.dk/forum/topic/495-how-to-get-the-max-power/</link><description><![CDATA[Dear Wasp Community,<br><br>is it possible to write a command in the Html script to get the maximum of the Power for each turbine in the report view. <br><br>In detail, I want to get the value in kW at which each turbine has it´s maximum in the power curve. In Wasp you will find the data set for the power by clicking on "windturbinegenerator" on the left hand side in the workspace. The Power curve is poping up and then by clicking on data. <br><br>I guess that I first need to define the data set, maybe like see below:<br>Set WTG = Site.AsICalculatingHierarchyMember.CalculationByIndex(1).Associates.WindTurbineGenerator.Data.Power<br><br>as well as to add a new table and to calculate the maximum.<br><br>But do you have an idea how the correct Html comand needs to look like? I pretty much tested every combination and it wasn´t working out. I will appreciate it.<br><br>Cheers,<br><br>Windmueller]]></description><guid isPermaLink="false">495</guid><pubDate>Fri, 02 Sep 2016 13:35:27 +0000</pubDate></item><item><title>How to change the decimal place?</title><link>https://www.wasptechnical.dk/forum/topic/496-how-to-change-the-decimal-place/</link><description><![CDATA[Dear Wasp community,<br><br>is there a Html command in the script which changes the decimal places in the report view e.g from 5,67 to 5. <br><br>In particular I would like to have the values for the Elevation without a decimal place. This is the Html therefore: "...Builder.InsertClosedTableDataHeaderRowElement "Elevation [m] a.s.l."<br>...Builder.InsertClosedTableDataElement Site.AsIWaspSite.Elevation..."<br><br>I hope you have an idea - will apreciate it.<br><br>Cheers<br>Windmueller]]></description><guid isPermaLink="false">496</guid><pubDate>Fri, 16 Sep 2016 07:10:34 +0000</pubDate></item><item><title>How to change the units?</title><link>https://www.wasptechnical.dk/forum/topic/494-how-to-change-the-units/</link><description><![CDATA[Dear WASP comunity,<br><br>is it possible to change the unit from MWh into kWh in the report view? For example the script is showing for the Net Aep:   <br><br>Builder.InsertClosedTableDataHeaderRowElement "Net AEP [" & DataFormatting.GetAepUnits(MaxPower) & "]"<br>            Builder.InsertClosedTableDataElement DataFormatting.FormatAep(UnstructuredTurbineSiteGroup.SummaryResults.AepSumOfSectorsNet.Total, False, MaxPower)<br>            Builder.InsertClosedTableDataElement DataFormatting.FormatAep(UnstructuredTurbineSiteGroup.SummaryResults.AepSumOfSectorsNet.Mean, False, MaxPower)<br>            Builder.InsertClosedTableDataElement DataFormatting.FormatAep(UnstructuredTurbineSiteGroup.SummaryResults.AepSumOfSectorsNet.Minimum, False, MaxPower)<br>            Builder.InsertClosedTableDataElement DataFormatting.FormatAep(UnstructuredTurbineSiteGroup.SummaryResults.AepSumOfSectorsNet.Maximum, False, MaxPower)<br>        Builder.EndTableRowElement<br><br>I guess MWh is a kind of a standard unit for Wasp. Do you have an idea? I will appreciate it. <br><br>Best,<br>Windmueller]]></description><guid isPermaLink="false">494</guid><pubDate>Mon, 29 Aug 2016 13:43:26 +0000</pubDate></item><item><title>"Type mismatch" problem</title><link>https://www.wasptechnical.dk/forum/topic/466-type-mismatch-problem/</link><description><![CDATA[Dear all,<br><br>we have a Reference Site with a Generalized Wind Climate calculated from an OWC, which calculates fine on most of our computers. However, one colleague in our French office encounters a 'Type mismatch. ' error when he does the calculation. Do you have any idea what might be causing this error? The exact error message is:<br><br><br>Could not process the menu action because ...  <br>    could not do all calculations for a member because ...  <br>    unable to perform all the pending calculations because ...  <br>    could not do the reference site calculation because ...  <br>    could not perform site assessment for a reference site because ...  <br>    the system reported that: <br>    'Type mismatch.'<br><br><br>There must be some relation to the specific setup of this computer, since the same .wwh file calculate without error on most other machines. Thanks for any suggestion!]]></description><guid isPermaLink="false">466</guid><pubDate>Fri, 19 Jun 2015 13:52:41 +0000</pubDate></item><item><title>Suppressing the "Script is taking longer than expected" message</title><link>https://www.wasptechnical.dk/forum/topic/226-suppressing-the-script-is-taking-longer-than-expected-message/</link><description><![CDATA[Is there a way to suppress or tame the "Script execution is taking longer than expected" message box? What is the criterion for this expectation?<br><br>Some of my scripts take sort of a long time to run, though not really "longer than expected". More often than not, WAsP brings up a "Script is taking longer than expected. End / Continue" message box, sometimes multiple times during script execution. <br><br>This box pops up on top of other applications, which is a minor annoyance. Also, the keyboard shortcut for the "End" option is "E", which I've accidentally pressed a few times, meaning the script was terminated and I had to restart it from scratch. <br><br>Any tips are appreciated!<br><br>Jean-François]]></description><guid isPermaLink="false">226</guid><pubDate>Mon, 03 Jan 2011 15:00:15 +0000</pubDate></item><item><title>Avoid graphical display upon GWC import</title><link>https://www.wasptechnical.dk/forum/topic/450-avoid-graphical-display-upon-gwc-import/</link><description><![CDATA[Dear all,<br><br>I'm struggling with an annyoing feature when I import a GWC from file to my turbine site. At the moment I do that as follows:<br><br><br>Call Workspace.ReEnableChangeRipples(True)<br>Set Member = TurbineSite.AsIHierarchyMember.Insertions.FromFile.ByClassID(ehmcWindAtlas).Execute(PartialGWCName,Nothing)<br>Call Workspace.DisableChangeRipples<br><br><br>When that code is executed, the imported GWC is automatically displayed in a new window in the right hand side of the main window. If you do repeated imports via script, the GUI will get cluttered soon, and closing these windows by hand is not what you really want when you are writing a script to automatize things... <br><br>Therefore my question: Is there a way to prevent that window from getting displayed after the import, or to close it automatically after is has been displayed? <br><br>Thanks for any suggestions!]]></description><guid isPermaLink="false">450</guid><pubDate>Fri, 17 Oct 2014 07:38:09 +0000</pubDate></item><item><title>Access air density parameter</title><link>https://www.wasptechnical.dk/forum/topic/452-access-air-density-parameter/</link><description><![CDATA[I am working on a simple script to extract to Excel the results for a Wind Farm in WAsP 11.<br>I am trying to access the air density value for the Project, but I can’t find the Parameter ID or index for the air density.<br>Is there a parameter dictionary I could look up?]]></description><guid isPermaLink="false">452</guid><pubDate>Wed, 26 Nov 2014 11:24:43 +0000</pubDate></item><item><title>Access WAsP Wind Atlas in write mode</title><link>https://www.wasptechnical.dk/forum/topic/449-access-wasp-wind-atlas-in-write-mode/</link><description><![CDATA[Hi @All,<br><br>I need to change some parameters iteratively via script to wind atlas class, related to several GWC object, with wasp (version 11.1), .<br><br>I see that there is a typecasting that allows it (CastRveaWeibullDistributionToRveaWeibullDistributionEditable)<br><br><br>and I can successfully change wind atlas properties (A,k) with it. <br><br>Unfortunately I cannot access sector frequencies, that seems to be a property of other objects, (I'm guessing the class: IRveaWeibullWindEditable).<br><br>Does anyone know which object to access and the proper typecasting method, in order to allow it being accessible in write mode by user ?<br><br>Thanks in advance for any hint!!<br><br>Gianluca]]></description><guid isPermaLink="false">449</guid><pubDate>Thu, 09 Oct 2014 09:11:37 +0000</pubDate></item><item><title>documentation</title><link>https://www.wasptechnical.dk/forum/topic/435-documentation/</link><description><![CDATA[Hi there!<br>I know there isn't any documentation released by WAsP, but are there some descriptions for the codes. I'm trying to adjust some codes by myself and need to know for example whats: <br>- TypeCaster<br>- AsIXxx (eg AsIWindAtlas)<br>- CastMemberToMetStation(Member)<br><br>In my opinion its partly hard to derive the functions<br><br>For example: I get an error for <br>Set RotatingAtlas = ReportingAssistant.CastableSelectedMember.AsIWindAtlas<br>Set MetStation = RotatingAtlas.MetStation<br><br>"Wasp Object required: 'RotatingAtlas'<br><br>Can anyone help?]]></description><guid isPermaLink="false">435</guid><pubDate>Wed, 30 Jul 2014 15:33:43 +0000</pubDate></item><item><title>embedding a script</title><link>https://www.wasptechnical.dk/forum/topic/434-embedding-a-script/</link><description><![CDATA[Hi, my name is newbie.<br>I simply need to know, how to embed a script into WAsP 11. I can see several utility scripts in the Tool menue but I would like to change and customize existing scripts. I tried hundreds of things and I don't see the woods for the trees and don't seem to find it in the forum as well.<br>Can anyone help, please?]]></description><guid isPermaLink="false">434</guid><pubDate>Tue, 29 Jul 2014 08:57:08 +0000</pubDate></item><item><title>Heatflux parameter access via script</title><link>https://www.wasptechnical.dk/forum/topic/431-heatflux-parameter-access-via-script/</link><description><![CDATA[Hi WAsP users!<br><br>I'm currently working with WAsP11 scripting. My license is not a standard one ( no developer licence) .<br><br>I would like to create a script that allows me to access the heatflux calculation parameters (and change them) in a generalized wind climate object, recalculate the wind atlas and store/export wind results.<br><br>The step has to be repeat more than once for multiple heatflux values and on several climates.<br><br>In this particular case study, the parent object that contains the climate is a reference site one. <br><br>The operation is of course possible via gui succesfully; I'm trying to make it automatic accessing the objects parameters, but a straight forward note regarding climate object is found nor under the "IRererenceSite" object description , neither under the "IWaspSite" object description.<br><br>Does someone have any idea about it? <br><br>Thanks in advance. Gianluca]]></description><guid isPermaLink="false">431</guid><pubDate>Wed, 02 Jul 2014 14:55:27 +0000</pubDate></item><item><title>Inserting from a file</title><link>https://www.wasptechnical.dk/forum/topic/426-inserting-from-a-file/</link><description><![CDATA[Hello,<br>I am writing a script in order to automatize the manipulation of the workspace. In this context I want, to start with, to import a vector map and an observed wind climate.<br><br>My code is the following:<br><br><pre>mappath="C:\Users\hdse\Documents\sea.map"<br>owcpath="C:\Users\hdse\Documents\Portugal.owc"<br><br>Set Project = ReportingAssistant.SelectedHierarchyMember<br>Set Cluster = Project.Insertions.New.ByClassID(ehmcTurbineSiteGroup).Execute<br>Set hmOwc = Project.Insertions.FromFile.ByClassID(ehmcObservedWindClimate).Execute(owcpath, Nothing)<br>Set MapSea = Project.Insertions.FromFile.ByClassID(ehmcVectorMap).Execute(mappath,Nothing)</pre><br><br>The turbine site group is created successfully, but I have this error:<br><br><pre>Script control reported the error: <br>	Object required: 'Project.Insertions.FromFile.ByClassID(...)'<br><br>The last execution line attempt was for an unknown line number.<br>Script: 'essai1', version: 11.01.0001</pre><br><br>The problem is coming from the file insertion, but I could`nt find the mistake.<br>I hope you will be able to help me<br>Thank you !]]></description><guid isPermaLink="false">426</guid><pubDate>Mon, 16 Jun 2014 19:48:40 +0000</pubDate></item><item><title>Developer lisence</title><link>https://www.wasptechnical.dk/forum/topic/409-developer-lisence/</link><description><![CDATA[Hi wasp experts ,<br><br>my company want to purchase a developer lisence of wasp to carry out some tests .<br><br>i want to konw how much is it .<br><br>Thanks.]]></description><guid isPermaLink="false">409</guid><pubDate>Wed, 26 Mar 2014 08:47:45 +0000</pubDate></item><item><title>WEng 3 scripting</title><link>https://www.wasptechnical.dk/forum/topic/332-weng-3-scripting/</link><description><![CDATA[Hi,<br><br>I've heard that the scripting has changed quite a bit from WEng 2 to WEng 3. <br><br>Are there any plans to release a new version of the scripting documentation (or will I have to learn from looking at the supplied scripts)?<br><br>Thanks <br><br>- Hans Peter]]></description><guid isPermaLink="false">332</guid><pubDate>Tue, 26 Jun 2012 13:55:52 +0000</pubDate></item><item><title>Calculations through Excel and .was9 scripting</title><link>https://www.wasptechnical.dk/forum/topic/368-calculations-through-excel-and-was9-scripting/</link><description><![CDATA[Hello!<br><br>I'm currently researching different methods to develop an iterative optimization script for various variables in WAsP.<br><br>The initial plan was to control the WAsP calculation machine through VBA and Excel. I am now able to manipulate the workspace freely.<br><br>The problem is that I can't Calculate anything through VBA. It gives the error message "the available license does not allow WAsP calculations". I assume the WAsP program unlocks the WaspMachine when you start it. Is there any way around this?<br><br>If not, I have a few questions about .was9 scripting.<br><br>Can you update excel cells in a long running loop and observe the changes immediately?<br><br>Can I add additional procedures and functions to the script? Can I include classes?]]></description><guid isPermaLink="false">368</guid><pubDate>Mon, 02 Sep 2013 09:45:07 +0000</pubDate></item><item><title>How to automate a few things</title><link>https://www.wasptechnical.dk/forum/topic/346-how-to-automate-a-few-things/</link><description><![CDATA[Hi, I'm looking for ways to automate the following within WAsP:<br><br>1.  Update the analysis heights of each WRG and RSF automatically rather than manually changing the height of each. <br><br>2.  Export all production and wake output reports automatically as opposed to manually exporting them in HTML/Word one at a time.<br><br>3.  Is it possible to have the UTM coordinates pulled from a TAB file and have those automatically filled in for the met station and point file?<br><br>Any ideas how to do these are welcome.  Thanks in advance!]]></description><guid isPermaLink="false">346</guid><pubDate>Wed, 20 Feb 2013 16:18:48 +0000</pubDate></item></channel></rss>
