Skip to content

Commit

Permalink
Util: Extend desc of GetHeadstageColor
Browse files Browse the repository at this point in the history
- make it clear what channel number has to be give if isSplitted is zero
  (composite TTL traces)
  • Loading branch information
MichaelHuth committed Sep 8, 2023
1 parent 30c26d6 commit 0abc960
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Packages/MIES/MIES_MiesUtilities.ipf
Original file line number Diff line number Diff line change
Expand Up @@ -3350,6 +3350,7 @@ End
/// @param channelType [optional, empty by default] The channel type for non-associated channels, currently only XOP_CHANNEL_TYPE_TTL is evaluated
/// @param channelNumber [optional, empty by default] For plotting "TTL" channels only, GUI channel number
/// @param isSplitted [optional, default 1] For plotting "TTL" channels only, Flag if the color for a splitted or unsplitted channel should be returned
/// For the case isSplitted == 0, then channelNumber must be a GUI channel number from the specific TTL rack range
Function [STRUCT RGBColor s] GetHeadstageColor(variable headstage, [variable channelType, variable channelNumber, variable isSplitted])

string str
Expand Down

0 comments on commit 0abc960

Please sign in to comment.