spnActGrp: Get/Set active group in the top tab

Description Usage Arguments Value Author(s) See Also Examples

Description

Get/Set active group to Grp in the top tab. if Grp=0 only get active group index; else set one

Usage

1
spnActGrp(Grp)

Arguments

Grp

- the name(character string) or the index(integer) of the group; if 0 - just gets the active group index.

Value

spnActGrp returns the index (1-based index) of the active group.

Author(s)

Teodor Krastev

See Also

spnSetSpcChecked

Examples

1
2
3
4
5
6
7
8
# Initialization of Spectrino
spnNew() 

# get the number of active group
i <- spnActGrp(0) 

# Release of Spectrino
#spnFree(TRUE)

spectrino documentation built on June 4, 2019, 1:02 a.m.