Michael Huth
Michael Huth
> @MichaelHuth, what is the syntax for wildcard use with `selStimset`? Thank you. Internally StringMatch is used and the same wildcard pattern matching applies: `DisplayHelpTopic "StringMatch"` If no argument is...
Analysis for the case: ``` selCommon=select(selchannels(AD0), selvis(all), selCM(IC)) X3prelimSelect=select($selCommon, selStimset("X3*")) X3epoch=[E0,E2] X3epochs=epochs($X3epoch, $X3prelimSelect)# + [[0,10],[0,0]] selX3=select(selRange($X3epochs), $X3prelimSelect, selivsccsweepqc(passed)) data($selX3) ``` X3prelimSelect results in sweeps selected 18, 19, 20. Now epochs...
``` selCommon=select(selchannels(AD0), selvis(all), selCM(IC)) X1prelimSelect=select($selCommon, selStimset("X1*")) X1epoch=[E0,E2] X1epochs=epochs($X1epoch, $X1prelimSelect) + [[0,150],[0,0]] selX1=select(selRange($X1epochs), $X1prelimSelect, selivsccsweepqc(passed)) ``` works because all of the selections from X1prelimSelect also passed sweep QC, such that the...
Thought regarding `selectRange(E1)`: select itself can not determine if ranges are good as this is depending on sweep / channelNumber / channelType. Thus, it makes no sense to think of...
behavior for select: - if no select argument is set, then non-appearing filter arguments are default. - if select+ argument is set, then non-appearing filter arguments are ignored/off. - select...
- allow only a single selectRange specification per select call. This solves the 1 range vs exactly N ranges, we should not have any other number of ranges - operations...
The NIDAQ XOP allows only stopping per device not per channel. Leaving what the XOP exposes aside: Looking at the NI hardware itself, some solution like that could be possible,...
Association for MIES_Utilities.ipf: | Checks | Conversions | File | DataFolder | List | WaveHandling | Algorithm | Debugger | Strings | GUI | System | Time | Numeric |...
For MIES_MiesUtilitities.ipf: I made one column that refers to functions that should be moved to the regular utils. | Checks | GUI | Logbook | Channels | Conversion | Sweep...