- OpenIPSL.Electrical.Renewables
- Documentation missing
- OpenIPSL.Electrical.Renewables.PSSE
- Documentation missing
- OpenIPSL.Electrical.Renewables.PSSE.BESS
- Description string missing for
- QFunctionality
- Description string missing for
- PFunctionality
I hereby claim:
- I am dietmarw on github.
- I am dietmarw (https://keybase.io/dietmarw) on keybase.
- I have a public key ASBzKJB53BldshQ2JEbMTWlifvYI5zu8pSs0EAPCWGhI8Ao
To claim this, I am signing this object:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
For equation | |
controller.BooleanExpression1.y = time > 2500; | |
found in class Modelica.Blocks.Interfaces, /home/dietmarw/.workspace/gh-modelica/Modelica/Modelica/Blocks/Sources.mo at line 82, and used in component controller.BooleanExpression1. | |
The expression "time > 2500" will generate a state event and not a time event. | |
This is not an error, but it slightly decreases performance and is unlikely to be intentional. | |
The only supported variants for time-events are "time>=expr" and "time<expr", where expr is a discrete-time expression. | |
You can turn off this warning by setting Advanced.PedanticModelica=false. | |
For equation |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
model test | |
annotation (Documentation(info="<html> | |
<pre> | |
A = [1,2,3; | |
3,4,5; | |
2,1,4]; | |
b = {10,22,12}; | |
x = Matrices.solve(A,b); | |
Matrices.eigenValues(A); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
"""strip outputs from an IPython Notebook | |
Opens a notebook, strips its output, and writes the outputless version to the original file. | |
Useful mainly as a git filter or pre-commit hook for users who don't want to track output in VCS. | |
This does mostly the same thing as the `Clear All Output` command in the notebook UI. | |
(based on: https://gist.github.com/minrk/6176788) |
- some task
- some task
- some task
- some task
- some task
- some task
- some task
Here the solution (it originates from Martin Sjölund of OM) wich I'm happy to share:
OK so I basically followed the following steps on my 64bit Ubuntu 13.10 bit machine.
Note: I got into trouble trying to get Dymola running with 32bit version of
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*.pyc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*.pyc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*.pyc |
NewerOlder