Accessing Model Parameters
Accessing model parameters from within VDL is very straightforward.
They are accessed as follows:
<vdl-section> <p vdl-text="='Maximum exposure to a single share type: ' + scenario.parameters('MAXVAL').value"></p> </vdl-section>The scenario.parameters global is used as an accessor function, passing in the name of the parameter to fetch. This returns an object with value and label properties.