R6 class defining a model output object
Active bindings
pathis the path to the output within the
simulationPKML simulation.displayNameis the display name for the output in lieu of the output path in the
simulationPKML simulation.pkParameterListThe list of PK parameters for this instance of the
SAOutput.dimensionThe dimension of this instance of the
SAOutput.unitThe display unit of this instance of the
SAOutput.
Methods
Method new()
Create a new SAOutput object.
Usage
SAOutput$new(simulation, path, displayName = NULL, unit = NULL)Arguments
simulationsimulation A PKML simulation in which the parameter exists.
pathA PKML simulation in which the output exists.
displayNameA shorthand string for the output that substitutes for the path for display purposes.
unitA valid OSP unit that will be the display unit for this instance of the
SAOutputobject.
Method addPKParameter()
Add PK parameter to be evaluated for the SAOutput instance.
Usage
SAOutput$addPKParameter(
standardPKParameter,
pkParameterDisplayName = NULL,
startTime = NULL,
endTime = NULL
)Arguments
standardPKParameterA standard PK parameter selected from among the list of strings in
ospsuite::allPKParameterNames().pkParameterDisplayNameA shorthand string for the parameter that substitutes for the path for display purposes.
startTimeStart time within the simulation run for calculation of the PK parameter.
endTimeEnd time within the simulation run for calculation of the PK parameter.