T-MATS: Parameter Ramp Library Block
The parameter ramp block will ramp another block's input parameter from an initial condition to a final postion.

Parameter Ramp Inputs:
Parameter Ramp InputDescription
NoneN/A

Parameter Ramp Outputs:
Parameter Ramp OutputDescription
NoneN/A

Parameter Ramp Mask Variables:
Parameter Ramp Mask VariableDescription
BN_MBlock name. Note: the MATLAB command "gcb" can be used to determine the block name.
PN_MParameter name Note: the block internal workings makes use of the MATLAB set_parm function and parameter names will need to be in the form required by this function.
IV_MInitial value defined as a string. Size and value must match block's parameter initial size and value.
FV_MFinal value defined as a string. Size must match block's parameter initial size
ST_MStart ramp time defined as a number
ET_MEnd ramp time defined as a number