One other thing; for printing out variables that are inside of subcircuits, the default subcircuit separator in Xyce is the colon, like was mentioned earlier in the thread.
We used the colon because many years ago we were emulating spice3, and that is what they used. We've since learned that most other simulators don't use colons. Instead, most simulators use the period.
So, for the purposes of compatibility Xyce has an option that allows you to use period separators. This option can be invoked on the Xyce command line in two ways. Either:
Xyce -hspice-ext separator <netlist.cir>
or
Xyce -hspice-ext all <netlist.cir>
The first one only turns on the separator flag, the second one turns on a bunch of other hspice syntax choices.
thanks,
Eric