Type: INSTANCE FUNCTION Purpose: Used to avoid premature stopping of a curve because of noise creating a false reading for a StopAt test. This function sets the delay for the… read more →
Type: INSTANCE FUNCTION Purpose: Used to avoid premature stopping of a curve because of noise creating a false reading for a StopAt test. Requires StopAt criterion be met for a… read more →
Type: INSTANCE FUNCTION Purpose: Used to avoid premature stopping of a curve because of noise creating a false reading for a StopAt test. Requires StopAt criterion be met for a… read more →
Type: INSTANCE FUNCTION Purpose: Used to avoid premature stopping of a curve because of noise creating a false reading for a StopAt test. Requires StopAt criterion be met for a… read more →
Type: INSTANCE FUNCTION Purpose: Used to avoid premature stopping of a curve because of noise creating a false reading for a StopAt test. Requires StopAt criterion be met for a… read more →
Type: INSTANCE FUNCTION Purpose: Set a Stop At based on the stability of the current measurement. The ADIMin test checks that the abs(dA/dt) < Limit. Once met, the data acquisition… read more →
Type: INSTANCE FUNCTION Purpose: Set a Stop At based on a runaway of the current measurement. The ADAMax test checks that the abs(dI/dt) > Limit. Once met, the data acquisition… read more →
Type: INSTANCE FUNCTION Purpose: Set a Stop At based on a decrease of the current measurement. The DIMin test checks that dI/dt < Limit. Once met, the data acquisition skips… read more →
Type: INSTANCE FUNCTION Purpose: Set a Stop At based on an increase of the current measurement. The DIMax test checks that dI/dt > Limit. Once met, the data acquisition skips… read more →
Type: INSTANCE FUNCTION Purpose: Set a Stop At based on the absolute value of the current measurement. The AIMin test checks that the abs(I) < Limit. Once met, the data… read more →