Skip to content
Open
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
4 changes: 4 additions & 0 deletions openhtf/output/proto/test_runs.proto
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,10 @@ message TestParameter {
// Created for visualization by UIs that don't support certain fancy
// parameters. UIs that do support them should hide these parameters.
optional string associated_attachment = 21;

// If using a unit not in the Units.UnitCode enum:
optional string custom_unit_code = 22;
optional string custom_unit_suffix = 23;
// Next tag = 28

extensions 5000 to 5199;
Expand Down
Loading