Class: VNumberArray

WebPDA_CS. VNumberArray

new VNumberArray(type)

The data type that has its core value as a number array.

Parameters:
Name Type Description
type string

type string that describes the type on server side.

Source:

Extends

Members

alarmName :string

alarm name.

Type:
  • string
Inherited From:
Source:

display :WebPDA_CS.Display

Display field.

Type:
Inherited From:
Source:

length :number

Array length.

Type:
  • number
Source:

severity :string

severity such as NONE, MINOR, MAJOR.

Type:
  • string
Inherited From:
Source:

timestamp :WebPDA_CS.Timestamp

Timestamp field.

Type:
Inherited From:
Source:

type :string

type string that describes the actual data type.

Type:
  • string
Inherited From:
Source:

value :number[]

Array value field.

Type:
  • number[]
Source: