ignoreArgFunc

Works with VSimBase, VSimEM, VSimPD, VSimPA, and VSimVE licenses.

Provides an STFunc block that is an interface to an NAFunc block.

ignoreArgFunc Parameters

NAFunc (code block, required)

IgnoreArgFunc block must contain an NAFunc block that has the name func.

ignoreArgFunc STFunc Kind Example

<STFunc component0>
    kind = ignoreArgFunc
    <NAFunc func>
        kind = stretcher
        minvalue = VX_MIN_DF
        maxvalue = VX_MAX_DF
        seed = VX_SEED
    </NAFunc>
</STFunc>