Skip to content
Open
Show file tree
Hide file tree
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
6 changes: 6 additions & 0 deletions Packages/MIES/MIES_Constants.ipf
Original file line number Diff line number Diff line change
Expand Up @@ -2141,6 +2141,11 @@ StrConstant SF_META_TRACETOFRONT = "/TraceToFront" // number, boolean,
StrConstant SF_META_DONOTPLOT = "/DoNotPlot" // number, boolean, defaults to false (0)
StrConstant SF_META_WINDOW_HOOK = "/WindowHook" // string
StrConstant SF_META_FORMULA = "/Formula" // string
StrConstant SF_META_PLOT = "/Plot" // number, boolean, defaults to false (0)
StrConstant SF_META_XAXISOFFSET = "/XAxisOffset" // number
StrConstant SF_META_YAXISOFFSET = "/YAxisOffset" // number
StrConstant SF_META_XAXISPERCENT = "/XAxisPercent" // number
StrConstant SF_META_YAXISPERCENT = "/YAxisPercent" // number

/// A color group allows to have matching colors for sweep data with the same channel type/number and sweep.
/// It is applied before the matching headstage/average colors in #SF_GetTraceColor().
Expand Down Expand Up @@ -2541,6 +2546,7 @@ StrConstant SF_OP_TPINST = "tpinst"
StrConstant SF_OP_TPBASE = "tpbase"
StrConstant SF_OP_TPFIT = "tpfit"
StrConstant SF_OP_EXTRACT = "extract"
StrConstant SF_OP_IVSCCAPFREQUENCY = "ivscc_apfrequency"
///@}

StrConstant SF_PROPERTY_TABLE = "Table"
Expand Down
Loading
Loading