The equivalent function in 11.2 is
nlread(), although it's much more versatile than before. Here's a simple example:
scf = nlread("file.nc",DeviceConfiguration)[0]
T = TransmissionSpectrum(scf, energies = ...)
nlprint(T)
print T.current()
There are a couple of ways to use
nlread(), check out the
manual. For instance, if the NC file contains more than one configuration (an I-V scan, say), you should make sure to pick the right one from the list (
nlread() always returns a list, even if only one matching object is found in the file), e.g. by using the "object_id" which can be inspected in VNL.
If you want to set up the corresponding script in VNL, use the "Analysis from file" option in the Scripter.