CLsqFit:GetRejCycles
The GetRejCycles method returns the number of rejection cycles currently used for data rejection.
nCycles = CLsqFit:GetRejCycles() nCycles = CLsqFit:GetRejCycles( nChannel ) n1, n2, n3, n4 = CLsqFit:GetRejCycles() where |
nChannel is an optional parameter which
specifies the channel. If omitted, values are returned for all
channels.
nCycles, n1,
n2, n3, n4 are the
number of rejection cycles.
This function returns the number of rejection cycles used for Rejecting Outliers from one or all channels of data. In the second form, with no channel specified, the number of return values equals the number of channels currently configured. The number of rejection cycles defaults to 3 but may be changed using SetRejCycles.