diff --git a/docs/advanced/signal_generators.md b/docs/advanced/signal_generators.md index c0c66bf1..b1518355 100644 --- a/docs/advanced/signal_generators.md +++ b/docs/advanced/signal_generators.md @@ -76,7 +76,7 @@ Each of these source channel classes ( (or the [IAFG](default:IAFG) in the case of an oscilloscope). These source channel classes contain methods and properties that pertain to [PI](default:PI) commands, which only apply changes to one output. -For example: the `afg.source_channel\["SOURCE1"\].set_amplitude()` call will change the amplitude only for source output 1. +For example: the `afg.source_channel["SOURCE1"].set_amplitude()` call will change the amplitude only for source output 1. !!! tip @@ -129,7 +129,7 @@ make sure that the parameters you will be supplying are not outside the bounds. The method only requires the desired waveform function (except on [AWGs](default:AWG)) to be provided. However, different aspects may need to be provided to get a more accurate representation of what can actually be generated. If no other inputs are provided, the smallest range of the attribute is chosen. -An [AWG's](default:AWG) signal path affects the range of the offset and amplitude. +For an [AWG](default:AWG), the signal path affects the range of the offset and amplitude. Higher frequencies on [AFGs](default:AFG) will lower the upper bound of the amplitude, alongside which impedance is set. diff --git a/mkdocs.yml b/mkdocs.yml index f4fceb37..29a80d65 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -73,7 +73,6 @@ plugins: - search: prebuild_index: true - include-markdown - - mermaid2 - section-index - autorefs - macros: @@ -91,6 +90,7 @@ plugins: use_default: true inline_refs: none markdown_links: true + - mermaid2 - mkdocstrings: # additional customization takes place in docs/generate_api_pages.py # noinspection YAMLIncompatibleTypes enabled: !ENV [TM_DEVICES_API_GENERATION, true]