CLsqFit:GetRejCycles


The GetRejCycles method returns the number of rejection cycles currently used for data rejection.

Syntax

nCycles = CLsqFit:GetRejCycles()

nCycles = CLsqFit:GetRejCycles( nChannel )

n1, n2, n3, n4 = CLsqFit:GetRejCycles()

bullet.gif    nChannel is an optional parameter which specifies the channel. If omitted, values are returned for all channels.

bullet.gif    nCycles, n1, n2, n3, and n4 are the number of rejection cycles.

Remarks

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.

Related Topics

CLsqFit class, SetRejCycles, SetNumChannels, Rejecting Outliers from the Fit


Mira Pro x64 Script User's Guide, Copyright Ⓒ 2023 Mirametrics, Inc. All Rights Reserved.