ActiveField - QuickField API help

QuickField Student Edition free download     Contacts

ActiveField Technology

Objects Overview

Hierarchy Chart

How to Start: Application Object

How to work with Problems

How to work with Model

How to work with Data

How to Analyze Results

Objects

Properties

Methods

TimePlotPoint Object

Properties

Methods

Summary

The point in a model, where one or more field quantities are calculated for plotting versus time.

Details

The TimePlotPoint object represent a point in a model, where one or more field quantities are calculated for plotting versus time. Each TimePlotPoint is a member of the TimePlotPoints collection that is accessible by the Points property of the TimePlotPicture object. The collection provides a methods for creating and removing individual points.

The TimePlotPoint object is based on the Point and inherits all of its properties. The only addition is a Curve property:

Curve (which as QfQuantity)
as Boolean
read-write property

Sets and gets the visibility state of the curve denoted by the which parameter.
If the parameter is omitted, the property sets all curves in the current Group visible, or returns True if any curve is visible.

The X, Y, R, and Phi properties inherited from the base Point object are still accessible for reading and writing, so you can change any coordinates of the existing TimePlotPoint in any time - all the corresponding curves on the TimePlotPicture will be recalculated automatically.