Your search returned 5 items.
There are several ways to access a csv file via Python. In this example the csv file is managed as document in the StationWare library and will be accessed by the script using the document ID. The…
The script includes following functionality: Accessing a csv file and searching for the corresponding locations in StationWare. After getting the location in StationWare change the value of the…
Select the top level location to create regions/areas/substations. This will be defined in the script itself in the get_parameters() function as obligatory parameter. def get_parameters():…
Define the get_parameter() function to select the location of interest. def get_parameters(): var1=Parameters.Create("location","Location" )var1.Description='Please select a…
In order to access data stored in StationWare by a Python script that is located and run from the PowerFactory, the suds-py3 package must be installed in your Python installation. Suds is a…