User Manual
PLUS System Manual Location Software Library 87
Proprietary Information: Do not disclose unless authorized under a Nondisclosure Agreement and the Partner Agreement.
Parameter ID
Description
Type
Units
Default Value
2
Nominal Tag Z height
double
m
1
8
Moving average filter depth
integer
N/A
3
9
Tag speed limit filter
double
m/s
2
The nominal Tag Z height is the default Tag height assumed by the solver. This value can be overridden on a per-
Tag basis with the AddOrUpdateTag function.
The Tag speed limit filter and moving average filter can be disabled by setting them to a value of 0.
Returns
0 – Success
Less than zero – Unknown Parameter ID or invalid parmeter
4.5.2.9.2 GetSolverParms Function
public virtual int GetSolverParm( int
parameterId,
variant
out parameter
)
Retrieve one of the allowable solver parameters. Parameters can be different types; some are integer and some
are floating point values. A Variant structure is used to retrieve the parameter.
Documented solver parameters are described in the previous paragraph.
Returns
0 – Success
Less than zero – Unknown Parameter ID or invalid parameter
4.5.2.10 Data Source Configuration
Normally, the Location Software gets its TOA data from a network interface. Optionally, this TOA data
can be read from a raw log file. The functions and properties in this section allow the TOA data source
to be configured.
4.5.2.10.1 IsDataSourceIPAddr Function
public virtual int IsDataSourceIPAddr()
This function returns zero if DataSource is empty or is not a valid IP address; it returns nonzero if it is a valid IP
address in string form.