A data.frame with the duration and load of each protocol step.
Arguments
...
Functions related to sections of the load profile, such as
pt_pre, pt_wu, pt_const or pt_step. Sections
will be evaluated in the order they are entered.
duration
A number, giving the duration of the test section or
a single load within the test section (in seconds).
load
A number, giving the (initial) load of a section.
rest.duration
A number, specifying the duration of (each) rest (in
seconds).
increment
A number, giving the difference in load between the current
and the following load step.
count
An integer for the number of load sections.
last.duration
A number, giving the duration of the last load step (in
seconds).
Functions
pt_pre(): Add pre-measures to a load protocol
pt_wu(): Add a warm up to a load protocol
pt_steps(): Add a stepwise load protocol
pt_const(): Add a constant load protocol
See Also
set_protocol_manual for manual protocol design.
get_protocol for automated extracting of protocols from raw data.