How to sample single coverpoints or cross coverages within one covergroup?

i have cover-group, where multiple cover-points are there,

But i want to sample a single cover-point from cover-group, it’s possible ?

if possible then please provide more info how to do ?

In reply to RavindraShiradone:

I would first try to separate your coverpoints into different covergroups. The point of grouping coverpoints into covergroups is that they all have the same sampling event.

If that’s not workable in your situation, you can use the iff clause on a coverpoint to enable/disable sampling.

covergroup cg;
  coverpoint a iff en_a;
  ocverpoint b iff en_b;
endgroup