8 lines
520 B
Plaintext
8 lines
520 B
Plaintext
artistResMgrCalcExprSetup("true" "plot" "E0" "deriv(VS("/v_out"))")
|
|
artistResMgrCalcExprSetup("true" "plot" "E1" "cross(deriv(VS("/v_out")) -1 1 "either" nil nil )")
|
|
artistResMgrCalcExprSetup("true" "plot" "E2" "cross(deriv(VS("/v_out")) -1 2 "either" nil nil )")
|
|
artistResMgrCalcExprSetup("false" "plot" "E3" "value(VS("/v_out") E1 )")
|
|
artistResMgrCalcExprSetup("false" "plot" "E4" "value(VS("/v_out") E2 )")
|
|
artistResMgrCalcExprSetup("true" "plot" "E5" "E1-E4")
|
|
artistResMgrCalcExprSetup("true" "plot" "E6" "E3-E2")
|