Skip to contents

A parameter typically used in the definition of IndividualCharacteristics covariates (Height, Weight etc...)

Super classes

ospsuite.utils::Printable -> ospsuite::DotNetWrapper -> SnapshotParameter

Active bindings

value

Parameter value

unit

Unit in which the value is defined

Methods


Method new()

Initialize a new instance of the class

Usage

SnapshotParameter$new(ref = NULL, value = NULL, unit = NULL)

Arguments

ref

Optional .NET reference object. If not defined, a new instance will be created

value

Optional value of the parameter.

unit

Optional unit of the value specified.

Returns

A new SnapshotParameter object.


Method print()

Print the object to the console

Usage

SnapshotParameter$print(...)

Arguments

...

Rest arguments.


Method printValue()

Print the the parameter in one line

Usage

SnapshotParameter$printValue(caption)

Arguments

caption

Caption to display before the value of the parameter