Skip to content
Snippets Groups Projects
Commit 3467ac7b authored by Antoine Merle's avatar Antoine Merle Committed by Cristian Galperti
Browse files

Add help.

parent 55fe5d44
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,8 @@
Builds a jScope plottable profile
out of a MDS+ node stored
with MARTe2 (i.e. with only the temporal
dimension available)
dimension available). This works only for
2D signals.
call:
_sig = rtc_profile(_s)
......@@ -20,5 +21,6 @@ returns:
*/
FUN PUBLIC rtc_profile(_s)
{
Return(build_signal(transpose(DATA(_s)), *, DIM_OF(_s), RAMP(SHAPE(_s)[0])+1));
/* Leave second dimension empty, MDSplus will return 0:size-1 when asked for it */
Return(build_param(build_signal(transpose(DATA(_s)), *, DIM_OF(_s), *),help_of(_s),1));
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment