spnActGrp {spectrino} | R Documentation |
Get/Set active group to Grp in the top tab. if Grp=0 only get active group index; else set one
spnActGrp(Grp)
Grp |
- the name(character string) or the index(integer) of the group; if 0 - just gets the active group index. |
spnActGrp
returns the index (1-based index) of the active group.
Teodor Krastev
spnSetSpcChecked
# Initialization of Spectrino spnNew() # generate test set spnOpenTree("<test>") # set third group to be active spnActGrp(3) # get the number of active group i <- spnActGrp(0) # Release of Spectrino spnFree(TRUE)