C# Class CBIBS.MeasurementList

Show file Open project: NGFieldScope/JS-FieldScope

Public Properties

Property Type Description
constellation string
measurement string[]
station string
time string[]
units string[]
value double[]

Property Details

constellation public property

public string constellation
return string

measurement public property

public string[] measurement
return string[]

station public property

public string station
return string

time public property

public string[] time
return string[]

units public property

public string[] units
return string[]

value public property

public double[] value
return double[]