Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TekScope2K - turn on HEADER and VERBOSE options to query available da…
…ta sources correctly (#327) * fix(tekscope_2k.py): Added HEADER setting calls so that SELECT? functions properly Added HEADER calls to 'get_available_data_sources' function * feat(mso2kb.py): added support for mso2024b oscilloscope Added driver functions for MSO2KB series oscilloscope. Added "curve_query", "all_channel_names_list", "turn_channel_on/off", and "total_channels" functions, and added model ID 0x03A4 to supported models list * fix(tekscope_2k): Added HEADER and VERBOSE setting calls so that SELECT? functions properly If the MSO2K scope is not in HEADER and VERBOSE mode when SELECT? is called to determine the number of active channels, the channel names will not be read properly * docs(test_scopes.py): Removed unnecessary comments * fix(tekscope_2k.py): Queries previous HEADER state before SELECT? and returns to original state * Update CHANGELOG.md Co-authored-by: Nicholas Felt <[email protected]> Signed-off-by: Joe <[email protected]> * Update src/tm_devices/drivers/pi/scopes/tekscope_2k/tekscope_2k.py Co-authored-by: Nicholas Felt <[email protected]> Signed-off-by: Joe <[email protected]> * docs(CHANGELOG.md): Added CR to CHANGELOG.md * refactor(CHANGELOG): Fixed pre-commit-config merge issue and CHANGELOG corrected --------- Signed-off-by: Joe <[email protected]> Co-authored-by: Nicholas Felt <[email protected]>
- Loading branch information