Reply To: GetCov
Why OSVVM™? › Forums › OSVVM › GetCov › Reply To: GetCov
October 29, 2014 at 20:19
#882
Jim Lewis
Member
Hi Andreas,
GetCov gives you the percentage of coverage of the entire model. The standard version is slightly different than what Matthias posted.
If you want information for an individual bin, see GetBinInfo. You will have to calculate the percentage of each bin, however, it gives you the count and the AtLeast (coverage goal) values. If you also need to correlate that with a BinVal, then also see GetBinVal, and GetBin.
Jim