ITADN

Added events as an optional export parameter

#9Pull RequestColinKennedy 创建于 2024-12-30已合并
C
ColinKennedycommented
This PR modifies the export process. Before: Export the global `instrument.get_events()` After: If the user has provided an explicit list of events, export those. Otherwise, export the global `instrument.get_events()` Sometimes I want to export a subset of the overall events. So I make a copy using `vim.fn.copy(instrument.get_events())`, get a slice of those events, and now just need a way to export that slice. This PR makes that possible.
合并状态:已合并 合并于 2025-01-04 关闭于 2025-01-04 3 条评论