.. role:: ts-api-decorator

##############################
QueryNodeScalarTimeHistoryData
##############################

.. js:module:: cee.cug
   :noindex:

.. container:: ts-api-section

   .. js:class:: QueryNodeScalarTimeHistoryData

      The result of a ``QueryNodeScalarTimeHistory``.



.. container:: api-index-section

   .. rubric:: Properties

   .. rst-class:: api-index-list-item api-kind-property api-parent-kind-interface

   * :js:attr:`~cee.cug.QueryNodeScalarTimeHistoryData.serverIdent`
   * :js:attr:`~cee.cug.QueryNodeScalarTimeHistoryData.xValues`
   * :js:attr:`~cee.cug.QueryNodeScalarTimeHistoryData.yValues`





------------

Properties
==========

.. container:: ts-api-section

   .. js:attribute:: QueryNodeScalarTimeHistoryData.serverIdent

      :type: ServerItemIdent

      Ident of the node on which the query was performed



.. container:: ts-api-section

   .. js:attribute:: QueryNodeScalarTimeHistoryData.xValues

      :type: [number]

      The state reference values (usually time)



.. container:: ts-api-section

   .. js:attribute:: QueryNodeScalarTimeHistoryData.yValues

      :type: [number]

      The scalar value in the node for each state in ``xValues``



