ViewWindow.SetObjectStoreVelocity(Variable, Variable) Method

Top 

Description

Sets the store-velocity flag of the specified object.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Method Signature

ViewWindow.SetObjectStoreVelocity(

Variable objectId,


Variable storeVelocity)

 

 

Arguments

objectId


Description:

The unique identifier of the object for which to set the object's store-velocity flag

Valid Range:

objectId ≥ 0

 

 

storeVelocity


Description:

Determines whether velocity data will be stored for the specified object.

Valid Values:

Value

Label

0

false

1

true

 

 

 

 

Syntax

myViewWindow1.SetObjectStoreVelocity(myVariable1, myVariable2);

 

 

See also

ViewWindow Object

ViewWindow.SetObjectStoreVelocity

ViewWindow Guide