# NOT RUN {
# Initialization of Spectrino
spnNew()
# generate test set
spnOpenTree("<test>")
# the name of second spec from the first group
s1 <- spnGetSpcName(2,1)
# the names-list of the active group
s2 <- spnGetSpcName(0,"*")
# the name of the third spec from "Test2" group
s3 <- spnGetSpcName("Test2",3)
# Release of Spectrino
#spnFree(TRUE)
# }
Run the code above in your browser using DataLab