Is it possible to use multiple function types in a single job Answered

Hello,

Is it possible to use multiple function types in a single job? For example two or three sine functions with different amplitudes in one single code.

1 comment

  • Hi there,

    Yes this is possible, as long as you give your input functions unique names. For example:

    func
        name timefunc_1 
        sine 1e6 1
        end
     
    func
        name timefunc_2 
        sine 2e6 2
        end

    Best regards,

    Chloe

    Comment actions Permalink

Please sign in to leave a comment.

Didn't find what you were looking for?

New post