DurationVectorData

See also:

Format Specification or Source Specification for DurationVectorData.

class types.core.DurationVectorData(varargin)[source]

Bases: types.hdmf_common.VectorData, types.untyped.DatasetClass

DURATIONVECTORDATA - A 1-dimensional VectorData that stores durations in seconds.

Required Properties*:

data, description

Constructor Summary
DurationVectorData(varargin)

DURATIONVECTORDATA - Constructor for DurationVectorData

Syntax:

durationVectorData = types.core.DURATIONVECTORDATA() creates a DurationVectorData object with unset property values.

durationVectorData = types.core.DURATIONVECTORDATA(Name, Value) creates a DurationVectorData object where one or more property values are specified using name-value pairs.

Input Arguments (Name-Value Arguments):
  • data (single) - Data property for dataset class (DurationVectorData)

  • description (char) - Description of what these vectors represent.

  • resolution (single) - The temporal resolution of the durations, in seconds. This is typically the sampling period (1 / sampling_rate), also known as the clock period, of the data acquisition system from which the durations were recorded or derived.

Output Arguments:
Property Summary
resolution

(single) The temporal resolution of the durations, in seconds. This is typically the sampling period (1 / sampling_rate), also known as the clock period, of the data acquisition system from which the durations were recorded or derived.

unit = "seconds"

(char) The unit of measurement for the durations, fixed to ‘seconds’.

Tip

* If a required property link is not functional, the property may be defined in a superclass. Please refer to the superclass documentation.