The error message indicates that there's no valid switch-view
or stop-view associated with rnwsti_ckt.
A symbol can be traversed to another "vierw", that's its whole
purpose. There is a "switch-view list" default which will tell
Cadence to try finding its members, in order, pick first found.
List typically begins with "schematic cmos.sch cmos_sch" as
these are standard choices for hierarchy.
Then you have your "stop-view list", which is different - these are
"views that get used" by tools or the netlisting process for them.
"spectre cdsSpice veriloga" are there to serve their various
simulators (maybe cdsSpice is well and truly dead, by now).
In your case you need this rnwsti_ckt to have a spectre view or
you'll get no netlisted element(s).
Open up the rnwsti_ckt schematic (if any) and show what's
inside it. Look at it in the Library Manager and see what views
it's got. Are any appropriate to the task / simulator? Maybe this
resistor is so funky they decided to model it by veriloga, only
your stop-view list doesn't contain "veriloga". Something like that.
You might also run into problems of another sort, if rnwsti_ckt
is supposed to invoke a subcircuit model whose "guts" have
not been "included" in the simulator's file-include-chain. Like
it's hoping there's a rnwsti model somewhere in the spectre
pile, but the file holding the definition has not been sourced.
Then whatever the spectre view (or ???) said was the "PLUS"
terminal, can't be probed because that layer of the -Spectre-
hierarchy was never defined. There would ought to be some
CIW complaint about that, when you try to probe a terminal
(something along the lines of "WTF?", only in Spectre-garble).
If it appears to involve the view switching / stopping, that's a
Hierarchy Editor problem, or a basic config problem (you can
assert your own switch / stop list in (I think) either .cdsenv or
.cdsinit) and you can assert, per master or per instance, an
overriding / explicit view list and order. To take full advantage
of that, you'd need to make a config view from schematic,
then open -that- (w/ both hierarchy editor and schematic
windows) to start your simulator session from, then proceed
normally (with some added attention to what's up with rnwsti_ckt).