Current Page:
NeXtMidas Training
Getting Started - Part 1
Lab 2
Solution
|
|
- Lab 2 (Part A - Solution):
- For this part of the lab you will be asked to answer questions using the various
online documentation.
- In the NeXtMidas User's Guide there is a list of Frequently Asked Questions
(FAQs), one of the common installation questions asks "Can I use IBM's Java
compiler with NeXtMidas?" what is the answer?
D |
Maybe, it may work, but is not supported. |
- In the NeXtMidas User's Guide there is a section on Results Parameters.
When it talks about valid results names it says they must match a given regular
expression. What is that regular expression?
- In the NeXtMidas API if you click on the "Args" class (in the lower left
corner of the screen) it will list the documentation about the Args class. Who
is the author of that class (you will need to scroll down a little)?
- Lab 2 (Part B - Solution):
- For this part of the lab you will be asked to answer questions using the various
help commands available in the NeXtMidas shell.
- What is the default window (
WIN= ) used by the FFT
command?
nM> DEFAULT FFT
- How many arguments are taken in by the
PLOT command?
nM> DEFAULT PLOT
- Which of the following is NOT a valid function for the
SEDIT
command?
nM> EXPLAIN SEDIT
- Which of the following is NOT a possible value for the
<shape> argument to WAVEFORM ?
nM> EXPLAIN WAVEFORM
- Which of the following is NOT correct according to the documentation for the
IF command?
nM> EXPLAIN IF
- If you query the
REG table and look at the INVOKE explain file, what do you learn?
A |
It is a Table and only getKey and setKey can be used. |
nM> QUERY REG
- If you look in the NeXtMidas API, click on the "StringUtil" class, and look at documentation for the
isNumber method,
what do you learn?
B |
It has been available since NeXtMidas 2.1.0. |
nM> QUERY nxm.sys.lib.StringUtil isNumber
|
|
|