Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

How to access the information in NMIS9

The following all assumes the following function initialization


Code Block
my (%args) = @_;
my ($node, $S, $C, $NG) = @args{qw(node sys config nmisng)};

Nodes

We can access the node object using the object sys: 

...