• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
      • Apt
      • Zfc
      • Acre
      • Milawa
      • Smtlink
      • Abnf
      • Vwsim
        • Vwsim-users-guide
          • Vwsim-tutorial
          • Vwsim-output
          • Vwsim-input
          • Vwsim-build-and-setup
          • Vwsim-commands
            • Vwsim-command
            • Vw-output-command
            • Vw-plot-command
            • Vw-output-all-command
            • Vw-assoc-command
        • Isar
        • Wp-gen
        • Dimacs-reader
        • Pfcs
        • Legacy-defrstobj
        • Proof-checker-array
        • Soft
        • C
        • Farray
        • Rp-rewriter
        • Instant-runoff-voting
        • Imp-language
        • Sidekick
        • Leftist-trees
        • Java
        • Taspi
        • Bitcoin
        • Riscv
        • Des
        • Ethereum
        • X86isa
        • Sha-2
        • Yul
        • Zcash
        • Proof-checker-itp13
        • Regex
        • ACL2-programming-language
        • Json
        • Jfkr
        • Equational
        • Cryptography
        • Poseidon
        • Where-do-i-place-my-book
        • Axe
        • Bigmems
        • Builtins
        • Execloader
        • Aleo
        • Solidity
        • Paco
        • Concurrent-programs
        • Bls12-377-curves
      • Debugging
      • Std
      • Proof-automation
      • Macro-libraries
      • ACL2
      • Interfacing-tools
      • Hardware-verification
      • Software-verification
      • Math
      • Testing-utilities
    • Vwsim-commands

    Vw-assoc-command

    Lookup variable in simulation results.

    The VW-ASSOC command

    General Form:
     (vw-assoc request alist)

    Description

    vw-assoc returns the requested variable's simulation values that are saved in an alist produced by the vw-output-command.

    Usage and Arguments

    Required arguments

    request - the symbol $time$ (to request simulation time for each time step) or a pair of the form (type . name). See vwsim-output-request-format for the format of this pair.

    alist - an alist that was produced by a call to the vw-output-command. It is expected that $time$ and request are keys in the alist.