Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SCDDS-core
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SPC
SCDDS
SCDDS-core
Commits
3467ac7b
Commit
3467ac7b
authored
3 years ago
by
Antoine Merle
Committed by
Cristian Galperti
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add help.
parent
55fe5d44
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
mds/tdi/dicts/rtc_profile.fun
+4
-2
4 additions, 2 deletions
mds/tdi/dicts/rtc_profile.fun
with
4 additions
and
2 deletions
mds/tdi/dicts/rtc_profile.fun
+
4
−
2
View file @
3467ac7b
...
...
@@ -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
2
D
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
));
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment