Returns the number of the first component which has a filter of the specified column or 'axis' name which passes the specified value. This searches only filters on single columns.
Note that the component number is meaningful for several dsslib calls, eg dssComponent(). Component numbers start from zero.
subroutine getNum1stDssCompWithValue(dssPointer, axisName, axisValue& , firstCompNum, filterType) type(DssT), intent(in) :: dssPointer character(*), intent(in) :: axisName real(single), intent(in) :: axisValue integer, intent(out) :: firstCompNum integer, intent(in), optional :: filterType end subroutine getNum1stDssCompWithValue