Skip to contents

Creates an empty Parameter Values building block that can subsequently be populated via setParameterValuesInBB() or addLocalMoleculeParametersToParameterValuesBB(), and added to a module via createMoBiModule().

Usage

createParameterValuesBuildingBlock(name = "Parameter Values")

Arguments

name

Name of the building block. Must be a non-empty string. Defaults to "Parameter Values".

Value

A BuildingBlock object of type Parameter Values with no entries.

Examples

pvBB <- createParameterValuesBuildingBlock()
pvBB <- createParameterValuesBuildingBlock(name = "My PVs")