Skip to content

Commit

Permalink
docs: Added more detail to the composition diagram in order to try to…
Browse files Browse the repository at this point in the history
… make it render more clearly
  • Loading branch information
nfelt14 committed Jul 16, 2024
1 parent a7aeb44 commit 802ea57
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions docs/advanced/signal_generators.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,17 @@ functionality throughout all signal generators.
classDiagram
direction LR
Tekscope *-- InternalAFGChannel
AFG *-- AFGSourceChannel
AWG *-- AWGSourceChannel
AWGSourceChannel <|--- AWG5KSourceChannel
AWG5KSourceChannel <|--- AWG7KSourceChannel
AWGSourceChannel <|--- AWG5200SourceChannel
AWGSourceChannel <|--- AWG70KSourceChannel
SignalGeneratorMixin <|-- Tekscope
SignalGeneratorMixin <|-- AFG
SignalGeneratorMixin <|-- AWG
Tekscope "1..n" *-- InternalAFGChannel
AWG "1..n" *-- AWGSourceChannel
AWGSourceChannel <|-- AWG5200SourceChannel
AWGSourceChannel <|-- AWG5KSourceChannel
AWG5KSourceChannel <|-- AWG7KSourceChannel
AWGSourceChannel <|-- AWG70KSourceChannel
AFG "1..n" *-- AFGSourceChannel
```

Each [`SignalGenerator`][tm_devices.drivers.pi.signal_generators.signal_generator.SignalGenerator] class(
Expand Down

0 comments on commit 802ea57

Please sign in to comment.