Tag: function

  • Create TABLE function

    Create TABLE function

    # Produce a unipolar square waveform # using a table function #first disable the user looking to modify !S REF.FUNC.PLAY(2) DISABLED ! S REF.FUNC.TYPE(2) NONE #Define a trapezoidal table for User 02 ! S REF.TABLE.FUNC.VALUE(02) 0|0,0.40|0,0.5|100,0.6|100,0.7|0,1.2|0 # set the user 02 function to be TABLE ! S REF.FUNC.TYPE(02) TABLE ! S REF.FUNC.PLAY(02) ENABLED # Make

    Explore →

  • Play RAMP function

    Play RAMP function

    To play a ramp function on user 2, once every 04 cycles (period 4.8s) load the following configuration file:

    Explore →

  • Play a PULSE function

    Play a PULSE function

    A slow ramp to IOP,max can be used to obtain the converter inductance with respect to current.

    Explore →