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

How to model ADC/DAC #279

Open
jankap opened this issue Mar 27, 2024 · 1 comment
Open

How to model ADC/DAC #279

jankap opened this issue Mar 27, 2024 · 1 comment

Comments

@jankap
Copy link

jankap commented Mar 27, 2024

Is it already possible to model ideal and non-ideal analog-digital-converters (ADC) or DACs given the parts in the standard library?

Thanks :)

@baggepinnen
Copy link
Contributor

Not quite :/

We are currently lacking

  • IntegerOutput (DigitalOutput). However, we do now support variables with integer type, so such an output connector could be implemented.
  • Handling the trigger condition could be done with an event, but events are currently known to have a number of bugs. If the triggering is periodic, it could in principle be implemented as a clocked system, unfortunately, support for this is not complete yet so this alternative is not yet available.

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

2 participants