Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions xml-handler/src/resources/sweep/MP5000Sweep.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1015,6 +1015,7 @@
---Initialize data such as the number of sweep steps per step, number of steps, and total number of points
---@param nodes NodesDef
local function Init(nodes)
UTILITY.event_ids = {}
local is_step = false
local is_sweep = false
if nodes.steps and nodes.steps[1] then
Expand Down
Loading