FUNCTION  fSegue1Target1

Returns the Segue1Target1 value corresponding to a name

the spectro Segue1Target1 flags can be shown with Select * from Segue1Target1
Sample call to find spec objects that are cool white dwarf Segue1 primary targets
select top 10 *
from specObj
where Segue1Target1 & dbo.fSegue1Target1('SEGUE1_CWD') > 0

see also fSecTarget

Input and output parameters

nametypelengthinoutpnum
 int4input0
@namevarchar40input1