Accessodb.steps()[name].historyRegions()[name].historyOutputs()[name] HistoryOutput(...)
This method creates a HistoryOutput object. Pathodb.steps()[name].historyRegions()[name].HistoryOutput Prototypeodb_HistoryOutput& HistoryOutput(const odb_String& name, const odb_String& description, odb_Enum::odb_DataTypeEnum type, const odb_SequenceInvariant& validInvariants); Required arguments
Optional arguments
Return valueA HistoryOutput object. ExceptionsNone. addData(...)
This method adds data to the data member of the HistoryOutput object. Prototypevoid addData(double frame, double value); Required arguments
Optional argumentsNone. Return valueNone. ExceptionsNone. addData(...)
This method adds data to the data member of the HistoryOutput object. Prototypevoid addData(const odb_SequenceFloat& frame, const odb_SequenceFloat& value); Required arguments
Optional argumentsNone. Return valueNone. ExceptionsIf the length of frame is not the same as the length of value a ValueError is raised. addData(...)
This method adds data to the data member of the HistoryOutput object. Prototypevoid addData(const odb_SequenceSequenceFloat& data); Required arguments
Optional argumentsNone. Return valueNone. ExceptionsNone. MembersThe HistoryOutput object has members with the same names and descriptions as the arguments to the HistoryOutput method. In addition, the HistoryOutput object has the following members: Prototypeodb_String name() const; odb_String description() const; odb_SequenceSequenceFloat data() const; odb_SequenceSequenceFloat conjugateData() const;
|