-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
first test of thomson mappings. I have no clue if it works or not sin…
…ce to be honest the TDI hash should not be needed if one truly uses the whole string inside a mdsvalue command. The TDI hash was primarily used for exp2itm to know that the string was to be interpreted as a mdsvalue input and not as a signal name under jet() method.....
- Loading branch information
1 parent
9a69e55
commit fd25c70
Showing
2 changed files
with
127 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,68 @@ | ||
{ | ||
"Comment": "Add any variables in here that are needed by your mappings", | ||
"Templating": "These can be used for substitution in the signal names", | ||
"Hello": "World" | ||
"Hello": "World", | ||
"CH_NAMES": [ | ||
"CH1", | ||
"CH2", | ||
"CH3", | ||
"CH4", | ||
"CH5", | ||
"CH6", | ||
"CH7", | ||
"CH8", | ||
"CH9", | ||
"CH10", | ||
"CH11", | ||
"CH12", | ||
"CH13", | ||
"CH14", | ||
"CH15", | ||
"CH16", | ||
"CH17", | ||
"CH18", | ||
"CH19", | ||
"CH20", | ||
"CH21", | ||
"CH22", | ||
"CH23", | ||
"CH24", | ||
"CH25", | ||
"CH26", | ||
"CH27", | ||
"CH28", | ||
"CH29", | ||
"CH30", | ||
"CH31", | ||
"CH32", | ||
"CH33", | ||
"CH34", | ||
"CH35", | ||
"CH36", | ||
"CH37", | ||
"CH38", | ||
"CH39", | ||
"CH40", | ||
"CH41", | ||
"CH42", | ||
"CH43", | ||
"CH44", | ||
"CH45", | ||
"CH46", | ||
"CH47", | ||
"CH48", | ||
"CH49", | ||
"CH50", | ||
"CH51", | ||
"CH52", | ||
"CH53", | ||
"CH54", | ||
"CH55", | ||
"CH56", | ||
"CH57", | ||
"CH58", | ||
"CH59", | ||
"CH60", | ||
"CH61" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters