fn_gen API Documentation Modules Classes Names
Clear Help

Search bar offers the following options:

  • Term presence. The below example searches for documents that must contain “foo”, might contain “bar” and must not contain “baz”: +foo bar -baz
  • Wildcards. The below example searches for documents with words beginning with “foo”: foo*
  • Search in specific fields. The following search matches all objects in "twisted.mail" that matches “search”: +qname:twisted.mail.* +search

    Possible fields: 'name', 'qname' (fully qualified name), 'docstring', and 'kind'. Last two fields are only applicable if "search in docstrings" is enabled.

  • Fuzzy matches. The following search matches all documents that have a word within 1 edit distance of “foo”: foo~1

Results provided by Lunr.js

Module Index

  • fn_gen - A library for usage with SCPI compliant function generators (for now the DG2000 series from rigol)
    • common - Common functions that are used all over the package
    • dg2052 - The main funciton generator module
    • enums - Some enums that are used within this package
      • comm_method - Communication Method Enumeration
      • sweep_signal_type - Enumeration representing the different signal types used in a sweep
      • sweep_spacing - The spacings used for the sweep
      • sweep_trigger_slope - The different slopes used when the sweep_trigger_source is set to SweepTriggerSource.EXTERNAL
      • sweep_trigger_source - The different sources available to trigger a sweep
    • errors - A combination of errors used within the package
      • undefined_communication_method_error - An error type used when the communication method is not in the CommMethod enum
      • undefined_value_error - An error used when the value used is not defined
      • value_out_of_bounds_error - An error used when the value used is out of bounds for the function
API Documentation for fn_gen, generated by pydoctor 23.9.1 at 2024-03-01 10:48:45.