.. role:: ts-api-decorator

##########################
QueryNodeScalarTimeHistory
##########################

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

.. container:: ts-api-section

   .. js:class:: QueryNodeScalarTimeHistory

      Query a scalar result for a given node across all states.

      Note that the states do not need to be "loaded", i.e. specified in the model spec.



.. container:: api-index-section

   .. rubric:: Constructors

   .. rst-class:: api-index-list-item api-kind-constructor api-parent-kind-class

   * :js:meth:`~cee.cug.QueryNodeScalarTimeHistory.constructor`



.. container:: api-index-section

   .. rubric:: Methods

   .. rst-class:: api-index-list-item api-kind-method api-parent-kind-class

   * :js:meth:`~cee.cug.QueryNodeScalarTimeHistory.executeQuery`





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

Constructors
============

.. container:: ts-api-section

   .. js:function:: QueryNodeScalarTimeHistory.constructor( model)

      :param model: None
      :type model: ConstantRemoteModel


      :rtype: QueryNodeScalarTimeHistory



Methods
=======

.. rst-class:: ts-api-section

executeQuery
------------

.. js:method:: QueryNodeScalarTimeHistory.executeQuery( serverIdent, callback)

   :param serverIdent: None
   :type serverIdent: ServerItemIdent
   :param callback: None
   :type callback: QueryNodeScalarTimeHistoryCallback


   Executes the query for the given result and node.


   :rtype: void

