Documentation Portal      

What are you looking for?

ERectangleGauge::AddSkipRange

Adds an item to the set of skip ranges and returns the index of the newly added range.

Namespace: Euresys::Open_eVision_2_10

[C++]

OEV_UINT32 AddSkipRange(
   const OEV_UINT32 start,
   const OEV_UINT32 end
)

Parameters

start

Beginning of the skip range.

end

End of the skip range.

Remarks

The samples indices between start and end (including the boundaries) will be discarded during the measurement process.
The ERectangleGauge::AddSkipRange method allows to define skip ranges in an ERectangleGauge. This means that, at measure time, samples belonging to these ranges will not be taken into account.
A sample may belong to more than one skip range; to be discarded, a sample has to pertain to at least one range. Moreover, the skip ranges are allowed to overlap one another.
The range is allowed to be reversed (i.e. end is not required to be greater than start).
Also, start and end are not required to reference valid indices at the time of the call (i.e. the range may lie outside of the current return value for ERectangleGauge::NumSamples).

ERectangleGauge.AddSkipRange

Adds an item to the set of skip ranges and returns the index of the newly added range.

Namespace: Euresys.Open_eVision_2_10

[C#]

uint AddSkipRange(
   uint start,
   uint end
)

Parameters

start

Beginning of the skip range.

end

End of the skip range.

Remarks

The samples indices between start and end (including the boundaries) will be discarded during the measurement process.
The ERectangleGauge::AddSkipRange method allows to define skip ranges in an ERectangleGauge. This means that, at measure time, samples belonging to these ranges will not be taken into account.
A sample may belong to more than one skip range; to be discarded, a sample has to pertain to at least one range. Moreover, the skip ranges are allowed to overlap one another.
The range is allowed to be reversed (i.e. end is not required to be greater than start).
Also, start and end are not required to reference valid indices at the time of the call (i.e. the range may lie outside of the current return value for ERectangleGauge::NumSamples).

Which API shall we display?

© 2019 EURESYS s.a.  -  About Documentation  -  Open Source Licenses  -  Open eVision 2.10.0.1121