Portion of output logs from target object
returns all the samples from a log
of type log
= getlog(target_object
, log_name
)log_name
, starting from the first point without
decimation.
returns the sample at log
= getlog(target_object
, log_name
, first_point
)first_point
from a log of type
log_name
.
returns log
= getlog(target_object
, log_name
, first_point
, number_samples
)number_samples
samples from a log of type
log_name
, starting from first_point
without decimation.
returns log
= getlog(target_object
, log_name
, first_point
, number_samples
, decimation
)number_samples
samples from a log of type
log_name
, starting from first_point
, with
a decimation of decimation
.