Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change the mapping of discrete switching states in FiniteB6BridgeConverter #227

Open
XyDrKRulof opened this issue Jan 11, 2024 · 0 comments

Comments

@XyDrKRulof
Copy link
Collaborator

Currently the FiniteB6BridgeConverter uses the following switching state to voltage mapping:

|0|lower|lower|lower|
|1|lower|lower|upper|
|2|lower|upper|lower|
|3|lower|upper|upper|
|4|upper|lower|lower|
|5|upper|lower|upper|
|6|upper|upper|lower|
|7|upper|upper|upper|

This is a logical mapping counting upwards. We want this to be changed into a mapping which resembles the movement through the voltage hexagon:

|0|lower|lower|lower|
|1|upper|lower|lower|
|2|upper|upper|lower|
|3|lower|upper|lower|
|4|lower|upper|upper|
|5|lower|lower|upper|
|6|upper|lower|upper|
|7|upper|upper|upper|

In order to allow older trained agents to work on this new scheme, a wrapper has to be implemented which maps the new switching states to the old ones.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant