diff --git a/docs/ProgramCall.rst b/docs/ProgramCall.rst index 8d577e7..b59f972 100644 --- a/docs/ProgramCall.rst +++ b/docs/ProgramCall.rst @@ -13,22 +13,6 @@ ProgramCall API .. autofunction:: returnConfig .. autofunction:: data -Examples -^^^^^^^^ - -Call the QUSROBJD Program -""""""""""""""""""""""""" - -.. literalinclude:: examples/qusrobjd.js - :language: javascript - -Retrieve the Return Value From a Service Program -"""""""""""""""""""""""""""""""""""""""""""""""" - -.. literalinclude:: examples/cosine.js - :language: javascript - - Data types XMLSERVICE ^^^^^^^^^^^^^^^^^^^^^ @@ -123,4 +107,21 @@ Data types XMLSERVICE * - date - D mydate D datfmt(*iso) - ``2009-05-11`` - - DATE \ No newline at end of file + - DATE + +Examples +^^^^^^^^ + +Call the QUSROBJD Program +""""""""""""""""""""""""" + +.. literalinclude:: examples/qusrobjd.js + :language: javascript + +Retrieve the Return Value From a Service Program +"""""""""""""""""""""""""""""""""""""""""""""""" + +.. literalinclude:: examples/cosine.js + :language: javascript + +