Skip to content

How can I change the value of load during TDS? #496

Answered by Albizzian
MuaYoi asked this question in Q&A
Discussion options

You must be logged in to vote

Ppf and Qpf are config paraments of PQ used in running simulations, you can check and adjust the values by using code andes misc --edit-config in command line.
For Alter, you can use the code as follows, it adjusts Ppf and Qpf on the fly:
ss.add('Alter',dict(model='PQ',dev='PQ_1', src='Ppf',t=1.0,method='+',amount=1))
andes.run('*.xlsx', routine='tds',tf=15, config_option["PQ.p2p=1.0","PQ.p2z=0.0","PQ.q2q=1.0","PQ.q2z=0.0"])
Hope this helps.

Replies: 2 comments 11 replies

Comment options

You must be logged in to vote
9 replies
@MuaYoi
Comment options

@Albizzian
Comment options

@MuaYoi
Comment options

@Albizzian
Comment options

@MuaYoi
Comment options

Answer selected by MuaYoi
Comment options

You must be logged in to vote
2 replies
@MuaYoi
Comment options

@jinningwang
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants