Returns the current step value in a script-based multi-step analysis. Script-based multi-step analyses use a script call to define each step. For this analysis type, a counter is maintained which increments on each step. This function returns the value of that counter. Note that the counter is initialised to 1.
No arguments
Let values = [100, 200, 400] Let step = GetCurrentStepValue() Let value = values[step-1] Let SetModelParamValue('BC546B', 'BF', value)
▲Function Summary▲ | ||
◄ GetCurrentGraph | GetCursorCurve ▶ |