SnapshotParameter: SnapshotParameter

SnapshotParameterR Documentation

SnapshotParameter

Description

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

Super classes

rSharp::NetObject -> ospsuite::DotNetWrapper -> SnapshotParameter

Active bindings

value

Parameter value

unit

Unit in which the value is defined

Methods

Public methods

Inherited methods

Method new()

Initialize a new instance of the class

Usage
SnapshotParameter$new(netObject = NULL, value = NULL, unit = NULL)
Arguments
netObject

Optional NetObject. 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


Open-Systems-Pharmacology/OSPSuite-R documentation built on Feb. 14, 2025, 4:48 p.m.