.. highlightlang:: us .. _aop_openenv: aop_openenv =========== .. index:: aop_openenv .. us.tag aop_openenv NOTREADYENGLISH New500 asam3.init :ref:`aop_openenv` creates a new session. .. function:: envId = aop_openenv(nvSeq, cl) .. us.return **Return Value** *envId* is the environment Id. .. us.params **Parameters** .. uparam:: nvSeq *nvSeq* is an object in the following form: :: nvSeq = [. n=1 ] nvSeq[1].name = "USER" nvSeq[1].unitId = 0 nvSeq[1].valMap = [. dtyp=ODS_DT_STRING, val=["abc", "def"] ] .. uparam:: &openEnvReq *&openEnvReq*. .. uparam:: cl *cl* is the client pointer, returned by :ref:`rpc_clnt_create`. .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - 5.0.0 - New .. seealso:: :ref:`overview-asam-ods` :sub:`id-1377864`