ArcPad Scripting Object Model
Properties Property
See Also  Send comments on this topic.
Satellite Object : Properties Property

Glossary Item Box

Description

Returns the current value of the specified property.

Property type

Read-only property

Syntax

variable = object.Properties ( Name [,Index] )

Return Type

Variant

Remarks

Name: Required. A String that specifies the property.

Index: Optional. A Long that specifies the index.

 

The Properties property returns the current value of the specified Satellite property. All properties are read-only at this time. The following properties are supported for the Name argument:

Name Description Return Type
"MeasurementID" The Index value specifies the measurement index. This is a value between 0 to 3. Measument values are GPS receiver specific, and the meaning of MeasurementID is defined by the specifics of the receiver module implementation. Long
"MeasurementType" The Index value specifies the measurement index. This is a value between 0 to 3. Measument values are GPS receiver specific, and the meaning of MeasurementType is defined by the specifics of the receiver module implementation. Long
"MeasurementUnits" The Index value specifies the measurement index. This is a value between 0 to 3. Measument values are GPS receiver specific, and the meaning of MeasurementUnits is defined by the specifics of the receiver module implementation. Long
"MeasurementValue" The Index value specifies the measurement index. This is a value between 0 to 3. Measument values are GPS receiver specific, and the meaning of MeasurementValue is defined by the specifics of the receiver module implementation. Long
"TimeTag" (SiRF receivers only) SiRF TimeTag measurement. Double
"GPSSoftwareTime" (SiRF receivers only) SiRF GPSSoftwareTime measurement. Double
"Pseudorange" (SiRF receivers only) SiRF GPSSoftwareTime measurement. Double

Attempting to access the SiRF-specific properties on a non-SiRF device will case an invalid argument exception. Use the GPS object's Protocol property to determine if the protocol is "SiRF" before attempting to read these properties.

Example

See Also

© 2012 All Rights Reserved.