@@ -2075,36 +2075,35 @@ StrConstant CO_AB_LOADHISTORYFROMPXP = "ABLoadHistoryFromPXP"
20752075/// @name Constants for SweepFormula Meta data in JSON format
20762076/// @anchor SFMetaDataConstants
20772077///@{
2078- StrConstant SF_META_DATATYPE = "/DataType" // string
2079- StrConstant SF_META_SWEEPNO = "/SweepNumber" // number
2080- StrConstant SF_META_RANGE = "/Range" // numeric wave
2081- StrConstant SF_META_CHANNELTYPE = "/ChannelType" // number
2082- StrConstant SF_META_CHANNELNUMBER = "/ChannelNumber" // number
2083- StrConstant SF_META_DEVICE = "/Device" // string
2084- StrConstant SF_META_EXPERIMENT = "/Experiment" // string
2085- StrConstant SF_META_SWEEPMAPINDEX = "/SweepMapIndex" // number
2086- StrConstant SF_META_ISAVERAGED = "/IsAveraged" // number
2087- StrConstant SF_META_AVERAGED_FIRST_SWEEP = "/AveragedFirstSweep" // number
2088- StrConstant SF_META_XVALUES = "/XValues" // numeric wave
2089- StrConstant SF_META_XTICKLABELS = "/XTickLabels" // text wave
2090- StrConstant SF_META_XTICKPOSITIONS = "/XTickPositions" // numeric wave
2091- StrConstant SF_META_YTICKLABELS = "/YTickLabels" // text wave
2092- StrConstant SF_META_YTICKPOSITIONS = "/YTickPositions" // numeric wave
2093- StrConstant SF_META_XAXISLABEL = "/XAxisLabel" // string
2094- StrConstant SF_META_YAXISLABEL = "/YAxisLabel" // string
2095- StrConstant SF_META_LEGEND_LINE_PREFIX = "/LegendLinePrefix" // string
2096- StrConstant SF_META_TAG_TEXT = "/TagText" // string
2097- StrConstant SF_META_OPSTACK = "/OperationStack" // string
2098- StrConstant SF_META_MOD_MARKER = "/Marker" // numeric wave (per point) or number (all points)
2099- StrConstant SF_META_SHOW_LEGEND = "/ShowLegend" // numeric, boolean, defaults to true (1)
2100- StrConstant SF_META_CUSTOM_LEGEND = "/CustomLegend" // string with custom legend text, honours /ShowLegend
2101- StrConstant SF_META_ARGSETUPSTACK = "/ArgSetupStack" // string
2102- StrConstant SF_META_TRACECOLOR = "/TraceColor" // numeric wave, applies to markers and lines
2103- StrConstant SF_META_LINESTYLE = "/LineStyle" // number
2104- StrConstant SF_META_TRACE_MODE = "/TraceMode" // number, one of @ref TraceDisplayTypes
2105- StrConstant SF_META_TRACETOFRONT = "/TraceToFront" // number, boolean, defaults to false (0)
2106- StrConstant SF_META_DONOTPLOT = "/DoNotPlot" // number, boolean, defaults to false (0)
2107- StrConstant SF_META_WINDOW_HOOK = "/WindowHook" // string
2078+ StrConstant SF_META_DATATYPE = "/DataType" // string
2079+ StrConstant SF_META_SWEEPNO = "/SweepNumber" // number
2080+ StrConstant SF_META_RANGE = "/Range" // numeric wave
2081+ StrConstant SF_META_CHANNELTYPE = "/ChannelType" // number
2082+ StrConstant SF_META_CHANNELNUMBER = "/ChannelNumber" // number
2083+ StrConstant SF_META_DEVICE = "/Device" // string
2084+ StrConstant SF_META_EXPERIMENT = "/Experiment" // string
2085+ StrConstant SF_META_SWEEPMAPINDEX = "/SweepMapIndex" // number
2086+ StrConstant SF_META_ISAVERAGED = "/IsAveraged" // number
2087+ StrConstant SF_META_XVALUES = "/XValues" // numeric wave
2088+ StrConstant SF_META_XTICKLABELS = "/XTickLabels" // text wave
2089+ StrConstant SF_META_XTICKPOSITIONS = "/XTickPositions" // numeric wave
2090+ StrConstant SF_META_YTICKLABELS = "/YTickLabels" // text wave
2091+ StrConstant SF_META_YTICKPOSITIONS = "/YTickPositions" // numeric wave
2092+ StrConstant SF_META_XAXISLABEL = "/XAxisLabel" // string
2093+ StrConstant SF_META_YAXISLABEL = "/YAxisLabel" // string
2094+ StrConstant SF_META_LEGEND_LINE_PREFIX = "/LegendLinePrefix" // string
2095+ StrConstant SF_META_TAG_TEXT = "/TagText" // string
2096+ StrConstant SF_META_OPSTACK = "/OperationStack" // string
2097+ StrConstant SF_META_MOD_MARKER = "/Marker" // numeric wave (per point) or number (all points)
2098+ StrConstant SF_META_SHOW_LEGEND = "/ShowLegend" // numeric, boolean, defaults to true (1)
2099+ StrConstant SF_META_CUSTOM_LEGEND = "/CustomLegend" // string with custom legend text, honours /ShowLegend
2100+ StrConstant SF_META_ARGSETUPSTACK = "/ArgSetupStack" // string
2101+ StrConstant SF_META_TRACECOLOR = "/TraceColor" // numeric wave, applies to markers and lines
2102+ StrConstant SF_META_LINESTYLE = "/LineStyle" // number
2103+ StrConstant SF_META_TRACE_MODE = "/TraceMode" // number, one of @ref TraceDisplayTypes
2104+ StrConstant SF_META_TRACETOFRONT = "/TraceToFront" // number, boolean, defaults to false (0)
2105+ StrConstant SF_META_DONOTPLOT = "/DoNotPlot" // number, boolean, defaults to false (0)
2106+ StrConstant SF_META_WINDOW_HOOK = "/WindowHook" // string
21082107
21092108/// A color group allows to have matching colors for sweep data with the same channel type/number and sweep.
21102109/// It is applied before the matching headstage/average colors in #SF_GetTraceColor().
0 commit comments