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

Add create_soft_signal_r and creates_soft_signal_rw methods #217

Merged
merged 7 commits into from
Apr 19, 2024

Commits on Apr 18, 2024

  1. Add create_soft_signal methods to signal

    James Souter committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    db984bb View commit details
    Browse the repository at this point in the history
  2. rename to soft_signal_r/rw and return backend with soft_signal_r

    jsouter authored and James Souter committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    10ecc63 View commit details
    Browse the repository at this point in the history
  3. Rename soft_signal_r to soft_signal_r_and_backend

    jsouter authored and James Souter committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    d8331fe View commit details
    Browse the repository at this point in the history
  4. Allow soft_signal methods to set initial value of SimSignalBackend

    jsouter authored and James Souter committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    4f39e59 View commit details
    Browse the repository at this point in the history
  5. Make backend source a method.

    signals can pass a value to the backend, signal sources are now properties
    
    Can no longer pass source to SimSignalBackend at init
    James Souter committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    f78780d View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Support numpy floating and integer dtypes in SimConverter

    test numpy dtype with SimSignalBackend
    jsouter committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    0de1c56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    017decc View commit details
    Browse the repository at this point in the history