DurationVectorData
- See also:
Format Specification or Source Specification for DurationVectorData.
- class types.core.DurationVectorData(varargin)[source]
Bases:
types.hdmf_common.VectorData,types.untyped.DatasetClassDURATIONVECTORDATA - 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:
durationVectorData (
types.core.DurationVectorData) - ADurationVectorDataobject
- Property Summary
- resolution
(
single) The temporalresolutionof 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.
Tip
* If a required property link is not functional, the property may be defined in a superclass. Please refer to the superclass documentation.