diff --git a/man/nxswriter.1 b/man/nxswriter.1 index a8ae3d46..75905a19 100644 --- a/man/nxswriter.1 +++ b/man/nxswriter.1 @@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. -.TH "NXSWRITER" "1" "Nov 07, 2024" "3.12" "NXSDataWriter" +.TH "NXSWRITER" "1" "Jan 10, 2025" "3.13" "NXSDataWriter" .SH NAME nxswriter \- nxswriter Documentation .sp @@ -334,9 +334,9 @@ It sets all member variables to None .B Parameters .INDENT 7.0 .IP \(bu 2 -\fBstreams\fP (\fBStreamSet\fP or \fI\%tango.LatestDeviceImpl\fP) \-\- tango\-like steamset class +\fBstreams\fP (\fBStreamSet\fP or \fI\%tango.LatestDeviceImpl\fP) – tango\-like steamset class .IP \(bu 2 -\fBname\fP (\fI\%str\fP) \-\- datasource name +\fBname\fP (\fI\%str\fP) – datasource name .UNINDENT .UNINDENT .INDENT 7.0 @@ -349,7 +349,7 @@ provides access to the data dictionary with collected data .TP .B Return type -{\(aqrank\(aq: \fI\%str\fP, \(aqvalue\(aq: any, \(aqtangoDType\(aq: \fI\%str\fP, : \(aqshape\(aq: \fI\%list\fP , \(aqencoding\(aq: \fI\%str\fP, : \(aqdecoders\(aq: \fI\%str\fP} ) +{‘rank’: \fI\%str\fP, ‘value’: any, ‘tangoDType’: \fI\%str\fP, : ‘shape’: \fI\%list\fP , ‘encoding’: \fI\%str\fP, : ‘decoders’: \fI\%str\fP} ) .UNINDENT .UNINDENT .INDENT 7.0 @@ -369,9 +369,9 @@ It sets the currently used JSON string .B Parameters .INDENT 7.0 .IP \(bu 2 -\fBglobalJSON\fP (\fI\%dict\fP : <\fI\%str\fP, \fI\%dict\fP <\fI\%str\fP, any>>) \-\- static JSON string +\fBglobalJSON\fP (\fI\%dict\fP : <\fI\%str\fP, \fI\%dict\fP <\fI\%str\fP, any>>) – static JSON string .IP \(bu 2 -\fBlocalJSON\fP (\fI\%dict\fP <\fI\%str\fP, \fI\%dict\fP <\fI\%str\fP, any>>) \-\- dynamic JSON string +\fBlocalJSON\fP (\fI\%dict\fP <\fI\%str\fP, \fI\%dict\fP <\fI\%str\fP, any>>) – dynamic JSON string .UNINDENT .UNINDENT .UNINDENT @@ -382,7 +382,7 @@ sets the parrameters up from xml .INDENT 7.0 .TP .B Parameters -\fBxml\fP (\fI\%str\fP) \-\- datasource parameters +\fBxml\fP (\fI\%str\fP) – datasource parameters .TP .B Raises \fI\%nxswriter.Errors.DataSourceSetupError\fP : if \fI\%name\fP is not defined @@ -413,9 +413,9 @@ It sets all member variables to None .B Parameters .INDENT 7.0 .IP \(bu 2 -\fBstreams\fP (\fBStreamSet\fP or \fI\%tango.LatestDeviceImpl\fP) \-\- tango\-like steamset class +\fBstreams\fP (\fBStreamSet\fP or \fI\%tango.LatestDeviceImpl\fP) – tango\-like steamset class .IP \(bu 2 -\fBname\fP (\fI\%str\fP) \-\- datasource name +\fBname\fP (\fI\%str\fP) – datasource name .UNINDENT .UNINDENT .INDENT 7.0 @@ -488,7 +488,7 @@ sets the parrameters up from xml .INDENT 7.0 .TP .B Parameters -\fBxml\fP (\fI\%str\fP) \-\- datasource parameters +\fBxml\fP (\fI\%str\fP) – datasource parameters .TP .B Raises \fI\%nxswriter.Errors.DataSourceSetupError\fP @@ -517,19 +517,19 @@ constructor .B Parameters .INDENT 7.0 .IP \(bu 2 -\fBrank\fP (\fI\%str\fP) \-\- format of the data, i.e. SCALAR, SPECTRUM, IMAGE, VERTEX +\fBrank\fP (\fI\%str\fP) – format of the data, i.e. SCALAR, SPECTRUM, IMAGE, VERTEX .IP \(bu 2 -\fBvalue\fP (\fIany\fP) \-\- value of the data. It may be also 1D and 2D array +\fBvalue\fP (\fIany\fP) – value of the data. It may be also 1D and 2D array .IP \(bu 2 -\fBtangoDType\fP (\fI\%str\fP) \-\- type of the data +\fBtangoDType\fP (\fI\%str\fP) – type of the data .IP \(bu 2 -\fBshape\fP (\fI\%list\fP <\fI\%int\fP>) \-\- shape of the data +\fBshape\fP (\fI\%list\fP <\fI\%int\fP>) – shape of the data .IP \(bu 2 -\fBencoding\fP (\fI\%str\fP) \-\- encoding type of Tango DevEncoded varibles +\fBencoding\fP (\fI\%str\fP) – encoding type of Tango DevEncoded varibles .IP \(bu 2 -\fBdecoders\fP (\fI\%nxswriter.DecoderPool.DecoderPool\fP) \-\- poll with decoding classes +\fBdecoders\fP (\fI\%nxswriter.DecoderPool.DecoderPool\fP) – poll with decoding classes .IP \(bu 2 -\fBstreams\fP (\fBStreamSet\fP or \fI\%tango.LatestDeviceImpl\fP) \-\- tango\-like steamset class +\fBstreams\fP (\fBStreamSet\fP or \fI\%tango.LatestDeviceImpl\fP) – tango\-like steamset class .UNINDENT .UNINDENT .INDENT 7.0 @@ -539,7 +539,7 @@ casts the data into given type .INDENT 7.0 .TP .B Parameters -\fBdtype\fP (\fI\%str\fP) \-\- given type of data +\fBdtype\fP (\fI\%str\fP) – given type of data .TP .B Returns numpy array of defined type or list @@ -596,11 +596,11 @@ constructor .B Parameters .INDENT 7.0 .IP \(bu 2 -\fBattrs\fP (\fI\%dict\fP <\fI\%str\fP, \fI\%str\fP>) \-\- dictionary with the tag attributes +\fBattrs\fP (\fI\%dict\fP <\fI\%str\fP, \fI\%str\fP>) – dictionary with the tag attributes .IP \(bu 2 -\fBlast\fP (\fI\%nxswriter.Element.Element\fP) \-\- the last element on the stack +\fBlast\fP (\fI\%nxswriter.Element.Element\fP) – the last element on the stack .IP \(bu 2 -\fBstreams\fP (\fBStreamSet\fP or \fI\%tango.LatestDeviceImpl\fP) \-\- tango\-like steamset class +\fBstreams\fP (\fBStreamSet\fP or \fI\%tango.LatestDeviceImpl\fP) – tango\-like steamset class .UNINDENT .UNINDENT .INDENT 7.0 @@ -610,7 +610,7 @@ sets the used datasources .INDENT 7.0 .TP .B Parameters -\fBdatasources\fP (\fI\%nxswriter.DataSourcePool.DataSourcePool\fP) \-\- pool to be set +\fBdatasources\fP (\fI\%nxswriter.DataSourcePool.DataSourcePool\fP) – pool to be set .UNINDENT .UNINDENT .INDENT 7.0 @@ -620,7 +620,7 @@ sets the used decoders .INDENT 7.0 .TP .B Parameters -\fBdecoders\fP (\fI\%nxswriter.DecoderPool.DecoderPool\fP) \-\- pool to be set +\fBdecoders\fP (\fI\%nxswriter.DecoderPool.DecoderPool\fP) – pool to be set .UNINDENT .UNINDENT .INDENT 7.0 @@ -632,9 +632,9 @@ sets the datasource form xml string .B Parameters .INDENT 7.0 .IP \(bu 2 -\fBxml\fP (\fI\%str\fP) \-\- input parameter +\fBxml\fP (\fI\%str\fP) – input parameter .IP \(bu 2 -\fBglobalJSON\fP (: \fI\%dict\fP <\fI\%str\fP, \fI\%dict\fP <\fI\%str\fP, any>>) \-\- global JSON string +\fBglobalJSON\fP (: \fI\%dict\fP <\fI\%str\fP, \fI\%dict\fP <\fI\%str\fP, any>>) – global JSON string .UNINDENT .UNINDENT .UNINDENT @@ -656,7 +656,7 @@ constructor It creates know datasources .TP .B Parameters -\fBconfigJSON\fP (: \fI\%dict\fP <\fI\%str\fP, \fI\%dict\fP <\fI\%str\fP, any>>) \-\- JSON dictionary with datasources +\fBconfigJSON\fP (: \fI\%dict\fP <\fI\%str\fP, \fI\%dict\fP <\fI\%str\fP, any>>) – JSON dictionary with datasources .UNINDENT .INDENT 7.0 .TP @@ -667,9 +667,9 @@ adds additional datasource .B Parameters .INDENT 7.0 .IP \(bu 2 -\fBname\fP (\fI\%str\fP) \-\- name of the adding datasource +\fBname\fP (\fI\%str\fP) – name of the adding datasource .IP \(bu 2 -\fBdatasource\fP (\fI\%nxswriter.DataSources.DataSource\fP) \-\- instance of the adding datasource +\fBdatasource\fP (\fI\%nxswriter.DataSources.DataSource\fP) – instance of the adding datasource .UNINDENT .TP .B Returns @@ -686,7 +686,7 @@ loads user datasources .INDENT 7.0 .TP .B Parameters -\fBconfigJSON\fP (: \fI\%dict\fP <\fI\%str\fP, \fI\%dict\fP <\fI\%str\fP, any>>) \-\- string with datasources +\fBconfigJSON\fP (: \fI\%dict\fP <\fI\%str\fP, \fI\%dict\fP <\fI\%str\fP, any>>) – string with datasources .UNINDENT .UNINDENT .INDENT 7.0 @@ -702,7 +702,7 @@ loads user datasources .INDENT 7.0 .TP .B counter -(\fI\%int\fP) step counter: INIT: \-1; STEP: 1,2,3...; FINAL: \-2; +(\fI\%int\fP) step counter: INIT: \-1; STEP: 1,2,3…; FINAL: \-2; .UNINDENT .INDENT 7.0 .TP @@ -711,7 +711,7 @@ checks it the datasource is registered .INDENT 7.0 .TP .B Parameters -\fBdatasource\fP (\fI\%str\fP) \-\- the given datasource name +\fBdatasource\fP (\fI\%str\fP) – the given datasource name .TP .B Returns datasource type if it the datasource @@ -728,7 +728,7 @@ checks if the datasource is registered .INDENT 7.0 .TP .B Parameters -\fBdatasource\fP (\fI\%str\fP) \-\- the given datasource +\fBdatasource\fP (\fI\%str\fP) – the given datasource .TP .B Returns True if it the datasource is registered @@ -754,7 +754,7 @@ adds additional datasource .INDENT 7.0 .TP .B Parameters -\fBname\fP (\fI\%str\fP) \-\- name of the adding datasource +\fBname\fP (\fI\%str\fP) – name of the adding datasource .UNINDENT .UNINDENT .UNINDENT @@ -777,9 +777,9 @@ It cleans all member variables .B Parameters .INDENT 7.0 .IP \(bu 2 -\fBstreams\fP (\fBStreamSet\fP or \fI\%tango.LatestDeviceImpl\fP) \-\- tango\-like steamset class +\fBstreams\fP (\fBStreamSet\fP or \fI\%tango.LatestDeviceImpl\fP) – tango\-like steamset class .IP \(bu 2 -\fBname\fP (\fI\%str\fP) \-\- datasource name +\fBname\fP (\fI\%str\fP) – datasource name .UNINDENT .UNINDENT .INDENT 7.0 @@ -812,7 +812,7 @@ sets the parrameters up from xml .INDENT 7.0 .TP .B Parameters -\fBxml\fP (\fI\%str\fP) \-\- datasource parameters +\fBxml\fP (\fI\%str\fP) – datasource parameters .UNINDENT .UNINDENT .UNINDENT @@ -867,7 +867,7 @@ loads encoded data .INDENT 7.0 .TP .B Parameters -\fBdata\fP ([\fI\%str\fP, \fI\%str\fP]) \-\- encoded data +\fBdata\fP ([\fI\%str\fP, \fI\%str\fP]) – encoded data .UNINDENT .UNINDENT .INDENT 7.0 @@ -916,7 +916,7 @@ constructor It creates know decoders .TP .B Parameters -\fBconfigJSON\fP (: \fI\%dict\fP <\fI\%str\fP, \fI\%dict\fP <\fI\%str\fP, any>>) \-\- string with decoders +\fBconfigJSON\fP (: \fI\%dict\fP <\fI\%str\fP, \fI\%dict\fP <\fI\%str\fP, any>>) – string with decoders .UNINDENT .INDENT 7.0 .TP @@ -927,9 +927,9 @@ adds additional decoder .B Parameters .INDENT 7.0 .IP \(bu 2 -\fBname\fP (\fI\%str\fP) \-\- name of the adding decoder +\fBname\fP (\fI\%str\fP) – name of the adding decoder .IP \(bu 2 -\fBdecoder\fP (\fI\%object\fP) \-\- instance of the adding decoder +\fBdecoder\fP (\fI\%object\fP) – instance of the adding decoder .UNINDENT .TP .B Returns @@ -946,7 +946,7 @@ loads user decoders .INDENT 7.0 .TP .B Parameters -\fBconfigJSON\fP (: \fI\%dict\fP <\fI\%str\fP, \fI\%dict\fP <\fI\%str\fP, any>>) \-\- string with decoders +\fBconfigJSON\fP (: \fI\%dict\fP <\fI\%str\fP, \fI\%dict\fP <\fI\%str\fP, any>>) – string with decoders .UNINDENT .UNINDENT .INDENT 7.0 @@ -956,7 +956,7 @@ checks it the decoder is registered .INDENT 7.0 .TP .B Parameters -\fBdecoder\fP (\fI\%str\fP) \-\- the given decoder +\fBdecoder\fP (\fI\%str\fP) – the given decoder .TP .B Returns True if it the decoder is registered @@ -972,7 +972,7 @@ checks it the decoder is registered .INDENT 7.0 .TP .B Parameters -\fBdecoder\fP (\fI\%str\fP) \-\- the given decoder +\fBdecoder\fP (\fI\%str\fP) – the given decoder .TP .B Returns True if it the decoder is registered @@ -988,7 +988,7 @@ adds additional decoder .INDENT 7.0 .TP .B Parameters -\fBname\fP (\fI\%str\fP) \-\- name of the adding decoder +\fBname\fP (\fI\%str\fP) – name of the adding decoder .UNINDENT .UNINDENT .UNINDENT @@ -1035,7 +1035,7 @@ loads encoded data .INDENT 7.0 .TP .B Parameters -\fBdata\fP ([\fI\%str\fP, \fI\%bytes\fP]) \-\- encoded data +\fBdata\fP ([\fI\%str\fP, \fI\%bytes\fP]) – encoded data .UNINDENT .UNINDENT .INDENT 7.0 @@ -1100,7 +1100,7 @@ loads encoded data .INDENT 7.0 .TP .B Parameters -\fBdata\fP ([\fI\%str\fP, \fI\%bytes\fP]) \-\- encoded data +\fBdata\fP ([\fI\%str\fP, \fI\%bytes\fP]) – encoded data .UNINDENT .UNINDENT .INDENT 7.0 @@ -1165,7 +1165,7 @@ loads encoded data .INDENT 7.0 .TP .B Parameters -\fBdata\fP ([\fI\%str\fP, \fI\%str\fP]) \-\- encoded data +\fBdata\fP ([\fI\%str\fP, \fI\%str\fP]) – encoded data .UNINDENT .UNINDENT .INDENT 7.0 @@ -1203,11 +1203,11 @@ constructor .B Parameters .INDENT 7.0 .IP \(bu 2 -\fBattrs\fP (\fI\%dict\fP <\fI\%str\fP, \fI\%str\fP>) \-\- dictionary of the tag attributes +\fBattrs\fP (\fI\%dict\fP <\fI\%str\fP, \fI\%str\fP>) – dictionary of the tag attributes .IP \(bu 2 -\fBlast\fP (\fI\%nxswriter.Element.Element\fP) \-\- the last element from the stack +\fBlast\fP (\fI\%nxswriter.Element.Element\fP) – the last element from the stack .IP \(bu 2 -\fBstreams\fP (\fBStreamSet\fP or \fI\%tango.LatestDeviceImpl\fP) \-\- tango\-like steamset class +\fBstreams\fP (\fBStreamSet\fP or \fI\%tango.LatestDeviceImpl\fP) – tango\-like steamset class .UNINDENT .UNINDENT .INDENT 7.0 @@ -1225,7 +1225,7 @@ marks the field as failed It marks the field as failed .TP .B Parameters -\fBerror\fP (\fI\%str\fP) \-\- error string +\fBerror\fP (\fI\%str\fP) – error string .UNINDENT .UNINDENT .INDENT 7.0 @@ -1257,9 +1257,9 @@ stores the tag content .B Parameters .INDENT 7.0 .IP \(bu 2 -\fBxml\fP (\fI\%str\fP) \-\- xml setting +\fBxml\fP (\fI\%str\fP) – xml setting .IP \(bu 2 -\fBglobalJSON\fP (: \fI\%dict\fP <\fI\%str\fP, \fI\%dict\fP <\fI\%str\fP, any>>) \-\- global JSON string +\fBglobalJSON\fP (: \fI\%dict\fP <\fI\%str\fP, \fI\%dict\fP <\fI\%str\fP, any>>) – global JSON string .UNINDENT .TP .B Returns @@ -1296,13 +1296,13 @@ constructor .B Parameters .INDENT 7.0 .IP \(bu 2 -\fBattrs\fP (\fI\%dict\fP <\fI\%str\fP, \fI\%str\fP>) \-\- dictionary of the tag attributes +\fBattrs\fP (\fI\%dict\fP <\fI\%str\fP, \fI\%str\fP>) – dictionary of the tag attributes .IP \(bu 2 -\fBlast\fP (\fI\%nxswriter.Element.Element\fP) \-\- the last element from the stack +\fBlast\fP (\fI\%nxswriter.Element.Element\fP) – the last element from the stack .IP \(bu 2 -\fBstreams\fP (\fBStreamSet\fP or \fI\%tango.LatestDeviceImpl\fP) \-\- tango\-like steamset class +\fBstreams\fP (\fBStreamSet\fP or \fI\%tango.LatestDeviceImpl\fP) – tango\-like steamset class .IP \(bu 2 -\fBreloadmode\fP (\fI\%bool\fP) \-\- reload mode +\fBreloadmode\fP (\fI\%bool\fP) – reload mode .UNINDENT .UNINDENT .INDENT 7.0 @@ -1340,7 +1340,7 @@ marks the field as failed It marks the field as failed .TP .B Parameters -\fBerror\fP (\fI\%str\fP) \-\- error string +\fBerror\fP (\fI\%str\fP) – error string .UNINDENT .UNINDENT .INDENT 7.0 @@ -1382,9 +1382,9 @@ stores the tag content .B Parameters .INDENT 7.0 .IP \(bu 2 -\fBxml\fP (\fI\%str\fP) \-\- xml setting +\fBxml\fP (\fI\%str\fP) – xml setting .IP \(bu 2 -\fBglobalJSON\fP (: \fI\%dict\fP <\fI\%str\fP, \fI\%dict\fP <\fI\%str\fP, any>>) \-\- global JSON string +\fBglobalJSON\fP (: \fI\%dict\fP <\fI\%str\fP, \fI\%dict\fP <\fI\%str\fP, any>>) – global JSON string .UNINDENT .TP .B Returns @@ -1421,13 +1421,13 @@ constructor .B Parameters .INDENT 7.0 .IP \(bu 2 -\fBattrs\fP (\fI\%dict\fP <\fI\%str\fP, \fI\%str\fP>) \-\- dictionary of the tag attributes +\fBattrs\fP (\fI\%dict\fP <\fI\%str\fP, \fI\%str\fP>) – dictionary of the tag attributes .IP \(bu 2 -\fBlast\fP (\fI\%nxswriter.Element.Element\fP) \-\- the last element from the stack +\fBlast\fP (\fI\%nxswriter.Element.Element\fP) – the last element from the stack .IP \(bu 2 -\fBstreams\fP (\fBStreamSet\fP or \fI\%tango.LatestDeviceImpl\fP) \-\- tango\-like steamset class +\fBstreams\fP (\fBStreamSet\fP or \fI\%tango.LatestDeviceImpl\fP) – tango\-like steamset class .IP \(bu 2 -\fBreloadmode\fP (\fI\%bool\fP) \-\- reload mode +\fBreloadmode\fP (\fI\%bool\fP) – reload mode .UNINDENT .UNINDENT .INDENT 7.0 @@ -1439,9 +1439,9 @@ stores the tag content .B Parameters .INDENT 7.0 .IP \(bu 2 -\fBxml\fP (\fI\%str\fP) \-\- xml setting +\fBxml\fP (\fI\%str\fP) – xml setting .IP \(bu 2 -\fBglobalJSON\fP (: \fI\%dict\fP <\fI\%str\fP, \fI\%dict\fP <\fI\%str\fP, any>>) \-\- global JSON string +\fBglobalJSON\fP (: \fI\%dict\fP <\fI\%str\fP, \fI\%dict\fP <\fI\%str\fP, any>>) – global JSON string .UNINDENT .UNINDENT .UNINDENT @@ -1462,11 +1462,11 @@ constructor .B Parameters .INDENT 7.0 .IP \(bu 2 -\fBattrs\fP (\fI\%dict\fP <\fI\%str\fP, \fI\%str\fP>) \-\- dictionary of the tag attributes +\fBattrs\fP (\fI\%dict\fP <\fI\%str\fP, \fI\%str\fP>) – dictionary of the tag attributes .IP \(bu 2 -\fBlast\fP (\fI\%nxswriter.Element.Element\fP) \-\- the last element from the stack +\fBlast\fP (\fI\%nxswriter.Element.Element\fP) – the last element from the stack .IP \(bu 2 -\fBstreams\fP (\fBStreamSet\fP or \fI\%tango.LatestDeviceImpl\fP) \-\- tango\-like steamset class +\fBstreams\fP (\fBStreamSet\fP or \fI\%tango.LatestDeviceImpl\fP) – tango\-like steamset class .UNINDENT .UNINDENT .INDENT 7.0 @@ -1478,9 +1478,9 @@ creates the link the H5 file .B Parameters .INDENT 7.0 .IP \(bu 2 -\fBgroupTypes\fP (\fI\%dict\fP <\fI\%str\fP , \fI\%str\fP >) \-\- dictionary with type:name group pairs +\fBgroupTypes\fP (\fI\%dict\fP <\fI\%str\fP , \fI\%str\fP >) – dictionary with type:name group pairs .IP \(bu 2 -\fBtarget\fP \-\- NeXus target path +\fBtarget\fP – NeXus target path .UNINDENT .UNINDENT .UNINDENT @@ -1508,9 +1508,9 @@ stores the tag content .B Parameters .INDENT 7.0 .IP \(bu 2 -\fBxml\fP (\fI\%str\fP) \-\- xml setting +\fBxml\fP (\fI\%str\fP) – xml setting .IP \(bu 2 -\fBglobalJSON\fP (: \fI\%dict\fP <\fI\%str\fP, \fI\%dict\fP <\fI\%str\fP, any>>) \-\- global JSON string +\fBglobalJSON\fP (: \fI\%dict\fP <\fI\%str\fP, \fI\%dict\fP <\fI\%str\fP, any>>) – global JSON string .UNINDENT .TP .B Returns @@ -1547,11 +1547,11 @@ constructor .B Parameters .INDENT 7.0 .IP \(bu 2 -\fBattrs\fP (\fI\%dict\fP <\fI\%str\fP, \fI\%str\fP>) \-\- dictionary of the tag attributes +\fBattrs\fP (\fI\%dict\fP <\fI\%str\fP, \fI\%str\fP>) – dictionary of the tag attributes .IP \(bu 2 -\fBlast\fP (\fI\%nxswriter.Element.Element\fP) \-\- the last element from the stack +\fBlast\fP (\fI\%nxswriter.Element.Element\fP) – the last element from the stack .IP \(bu 2 -\fBstreams\fP (\fBStreamSet\fP or \fI\%tango.LatestDeviceImpl\fP) \-\- tango\-like steamset class +\fBstreams\fP (\fBStreamSet\fP or \fI\%tango.LatestDeviceImpl\fP) – tango\-like steamset class .UNINDENT .UNINDENT .INDENT 7.0 @@ -1568,9 +1568,9 @@ stores the tag content .B Parameters .INDENT 7.0 .IP \(bu 2 -\fBxml\fP (\fI\%str\fP) \-\- xml setting +\fBxml\fP (\fI\%str\fP) – xml setting .IP \(bu 2 -\fBglobalJSON\fP (: \fI\%dict\fP <\fI\%str\fP, \fI\%dict\fP <\fI\%str\fP, any>>) \-\- global JSON string +\fBglobalJSON\fP (: \fI\%dict\fP <\fI\%str\fP, \fI\%dict\fP <\fI\%str\fP, any>>) – global JSON string .UNINDENT .UNINDENT .UNINDENT @@ -1591,13 +1591,13 @@ constructor .B Parameters .INDENT 7.0 .IP \(bu 2 -\fBname\fP (\fI\%str\fP) \-\- tag name +\fBname\fP (\fI\%str\fP) – tag name .IP \(bu 2 -\fBattrs\fP (\fI\%dict\fP <\fI\%str\fP, \fI\%str\fP>) \-\- dictionary of the tag attributes +\fBattrs\fP (\fI\%dict\fP <\fI\%str\fP, \fI\%str\fP>) – dictionary of the tag attributes .IP \(bu 2 -\fBlast\fP (\fI\%nxswriter.Element.Element\fP) \-\- the last element from the stack +\fBlast\fP (\fI\%nxswriter.Element.Element\fP) – the last element from the stack .IP \(bu 2 -\fBstreams\fP (\fBStreamSet\fP or \fI\%tango.LatestDeviceImpl\fP) \-\- tango\-like steamset class +\fBstreams\fP (\fBStreamSet\fP or \fI\%tango.LatestDeviceImpl\fP) – tango\-like steamset class .UNINDENT .UNINDENT .INDENT 7.0 @@ -1627,9 +1627,9 @@ abstract method to store the tag element .B Parameters .INDENT 7.0 .IP \(bu 2 -\fBxml\fP (\fI\%str\fP) \-\- tuple of xml code +\fBxml\fP (\fI\%str\fP) – tuple of xml code .IP \(bu 2 -\fBglobalJSON\fP (: \fI\%dict\fP <\fI\%str\fP, \fI\%dict\fP <\fI\%str\fP, any>>) \-\- global JSON string +\fBglobalJSON\fP (: \fI\%dict\fP <\fI\%str\fP, \fI\%dict\fP <\fI\%str\fP, any>>) – global JSON string .UNINDENT .UNINDENT .UNINDENT @@ -1658,9 +1658,9 @@ It creates ElementThread from the runnable element .B Parameters .INDENT 7.0 .IP \(bu 2 -\fBindex\fP (\fI\%int\fP) \-\- the current thread index +\fBindex\fP (\fI\%int\fP) – the current thread index .IP \(bu 2 -\fBqueue\fP (\fI\%Queue.Queue\fP) \-\- queue with tasks +\fBqueue\fP (\fI\%Queue.Queue\fP) – queue with tasks .UNINDENT .UNINDENT .INDENT 7.0 @@ -1755,15 +1755,15 @@ constructor .B Parameters .INDENT 7.0 .IP \(bu 2 -\fBname\fP \-\- tag name +\fBname\fP – tag name .IP \(bu 2 -\fBattrs\fP (\fI\%dict\fP <\fI\%str\fP, \fI\%str\fP>) \-\- dictionary of the tag attributes +\fBattrs\fP (\fI\%dict\fP <\fI\%str\fP, \fI\%str\fP>) – dictionary of the tag attributes .IP \(bu 2 -\fBlast\fP (\fI\%nxswriter.Element.Element\fP) \-\- the last element from the stack +\fBlast\fP (\fI\%nxswriter.Element.Element\fP) – the last element from the stack .IP \(bu 2 -\fBh5object\fP (\fBnxswriter.FileWriter.FTObject\fP) \-\- H5 file object +\fBh5object\fP (\fBnxswriter.FileWriter.FTObject\fP) – H5 file object .IP \(bu 2 -\fBstreams\fP (\fBStreamSet\fP or \fI\%tango.LatestDeviceImpl\fP) \-\- tango\-like steamset class +\fBstreams\fP (\fBStreamSet\fP or \fI\%tango.LatestDeviceImpl\fP) – tango\-like steamset class .UNINDENT .UNINDENT .INDENT 7.0 @@ -1803,7 +1803,7 @@ creates the error message .INDENT 7.0 .TP .B Parameters -\fBexceptionMessage\fP (\fI\%str\fP) \-\- additional message of exception +\fBexceptionMessage\fP (\fI\%str\fP) – additional message of exception .TP .B Returns error message @@ -1832,17 +1832,17 @@ constructor .B Parameters .INDENT 7.0 .IP \(bu 2 -\fBname\fP (\fI\%str\fP) \-\- tag name +\fBname\fP (\fI\%str\fP) – tag name .IP \(bu 2 -\fBattrs\fP (\fI\%dict\fP <\fI\%str\fP, \fI\%str\fP>) \-\- dictionary of the tag attributes +\fBattrs\fP (\fI\%dict\fP <\fI\%str\fP, \fI\%str\fP>) – dictionary of the tag attributes .IP \(bu 2 -\fBlast\fP (\fI\%nxswriter.Element.Element\fP) \-\- the last element from the stack +\fBlast\fP (\fI\%nxswriter.Element.Element\fP) – the last element from the stack .IP \(bu 2 -\fBh5object\fP (\fBnxswriter.FileWriter.FTObject\fP) \-\- H5 file object +\fBh5object\fP (\fBnxswriter.FileWriter.FTObject\fP) – H5 file object .IP \(bu 2 -\fBstreams\fP (\fBStreamSet\fP or \fI\%tango.LatestDeviceImpl\fP) \-\- tango\-like steamset class +\fBstreams\fP (\fBStreamSet\fP or \fI\%tango.LatestDeviceImpl\fP) – tango\-like steamset class .IP \(bu 2 -\fBreloadmode\fP (\fI\%bool\fP) \-\- reload mode +\fBreloadmode\fP (\fI\%bool\fP) – reload mode .UNINDENT .UNINDENT .INDENT 7.0 @@ -1852,7 +1852,7 @@ provides attribute h5 object .INDENT 7.0 .TP .B Parameters -\fBname\fP (\fI\%str\fP) \-\- attribute name +\fBname\fP (\fI\%str\fP) – attribute name .TP .B Returns instance of the attribute object if created @@ -1885,7 +1885,7 @@ constructor It constructs parser handler for fetching group names .TP .B Parameters -\fBstreams\fP (\fBStreamSet\fP or \fI\%tango.LatestDeviceImpl\fP) \-\- tango\-like steamset class +\fBstreams\fP (\fBStreamSet\fP or \fI\%tango.LatestDeviceImpl\fP) – tango\-like steamset class .UNINDENT .INDENT 7.0 .TP @@ -1894,7 +1894,7 @@ adds the tag content .INDENT 7.0 .TP .B Parameters -\fBcontent\fP (\fI\%str\fP) \-\- partial content of the tag +\fBcontent\fP (\fI\%str\fP) – partial content of the tag .UNINDENT .UNINDENT .INDENT 7.0 @@ -1904,7 +1904,7 @@ parses an closing tag .INDENT 7.0 .TP .B Parameters -\fBname\fP (\fI\%str\fP) \-\- tag name +\fBname\fP (\fI\%str\fP) – tag name .UNINDENT .UNINDENT .INDENT 7.0 @@ -1921,9 +1921,9 @@ parses the opening tag .B Parameters .INDENT 7.0 .IP \(bu 2 -\fBname\fP (\fI\%str\fP) \-\- tag name +\fBname\fP (\fI\%str\fP) – tag name .IP \(bu 2 -\fBattrs\fP (\fI\%dict\fP <\fI\%str\fP, \fI\%str\fP>) \-\- attribute dictionary +\fBattrs\fP (\fI\%dict\fP <\fI\%str\fP, \fI\%str\fP>) – attribute dictionary .UNINDENT .UNINDENT .UNINDENT @@ -1944,11 +1944,11 @@ It sets default values of TNObject .B Parameters .INDENT 7.0 .IP \(bu 2 -\fBname\fP (\fI\%str\fP) \-\- name of the object +\fBname\fP (\fI\%str\fP) – name of the object .IP \(bu 2 -\fBnxtype\fP (\fI\%str\fP) \-\- Nexus type of the object +\fBnxtype\fP (\fI\%str\fP) – Nexus type of the object .IP \(bu 2 -\fBparent\fP (\fI\%nxswriter.Element.Element\fP) \-\- object parent +\fBparent\fP (\fI\%nxswriter.Element.Element\fP) – object parent .UNINDENT .UNINDENT .INDENT 7.0 @@ -1960,9 +1960,9 @@ get child by name or nxtype .B Parameters .INDENT 7.0 .IP \(bu 2 -\fBname\fP (\fI\%str\fP) \-\- group name +\fBname\fP (\fI\%str\fP) – group name .IP \(bu 2 -\fBnxtype\fP (\fI\%str\fP) \-\- nexus group type +\fBnxtype\fP (\fI\%str\fP) – nexus group type .UNINDENT .TP .B Returns @@ -2009,11 +2009,11 @@ constructor .B Parameters .INDENT 7.0 .IP \(bu 2 -\fBattrs\fP (\fI\%dict\fP <\fI\%str\fP, \fI\%str\fP>) \-\- dictionary of the tag attributes +\fBattrs\fP (\fI\%dict\fP <\fI\%str\fP, \fI\%str\fP>) – dictionary of the tag attributes .IP \(bu 2 -\fBlast\fP (\fI\%nxswriter.Element.Element\fP) \-\- the last element from the stack +\fBlast\fP (\fI\%nxswriter.Element.Element\fP) – the last element from the stack .IP \(bu 2 -\fBstreams\fP (\fBStreamSet\fP or \fI\%tango.LatestDeviceImpl\fP) \-\- tango\-like steamset class +\fBstreams\fP (\fBStreamSet\fP or \fI\%tango.LatestDeviceImpl\fP) – tango\-like steamset class .UNINDENT .UNINDENT .INDENT 7.0 @@ -2035,9 +2035,9 @@ stores the tag content .B Parameters .INDENT 7.0 .IP \(bu 2 -\fBxml\fP \-\- xml setting +\fBxml\fP – xml setting .IP \(bu 2 -\fBglobalJSON\fP (: \fI\%dict\fP <\fI\%str\fP, \fI\%dict\fP <\fI\%str\fP, any>>) \-\- global JSON string +\fBglobalJSON\fP (: \fI\%dict\fP <\fI\%str\fP, \fI\%dict\fP <\fI\%str\fP, any>>) – global JSON string .UNINDENT .UNINDENT .UNINDENT @@ -2055,11 +2055,11 @@ constructor .B Parameters .INDENT 7.0 .IP \(bu 2 -\fBattrs\fP (\fI\%dict\fP <\fI\%str\fP, \fI\%str\fP>) \-\- dictionary of the tag attributes +\fBattrs\fP (\fI\%dict\fP <\fI\%str\fP, \fI\%str\fP>) – dictionary of the tag attributes .IP \(bu 2 -\fBlast\fP (\fI\%nxswriter.Element.Element\fP) \-\- the last element from the stack +\fBlast\fP (\fI\%nxswriter.Element.Element\fP) – the last element from the stack .IP \(bu 2 -\fBstreams\fP (\fBStreamSet\fP or \fI\%tango.LatestDeviceImpl\fP) \-\- tango\-like steamset class +\fBstreams\fP (\fBStreamSet\fP or \fI\%tango.LatestDeviceImpl\fP) – tango\-like steamset class .UNINDENT .UNINDENT .UNINDENT @@ -2076,11 +2076,11 @@ constructor .B Parameters .INDENT 7.0 .IP \(bu 2 -\fBattrs\fP (\fI\%dict\fP <\fI\%str\fP, \fI\%str\fP>) \-\- dictionary of the tag attributes +\fBattrs\fP (\fI\%dict\fP <\fI\%str\fP, \fI\%str\fP>) – dictionary of the tag attributes .IP \(bu 2 -\fBlast\fP (\fI\%nxswriter.Element.Element\fP) \-\- the last element from the stack +\fBlast\fP (\fI\%nxswriter.Element.Element\fP) – the last element from the stack .IP \(bu 2 -\fBstreams\fP (\fBStreamSet\fP or \fI\%tango.LatestDeviceImpl\fP) \-\- tango\-like steamset class +\fBstreams\fP (\fBStreamSet\fP or \fI\%tango.LatestDeviceImpl\fP) – tango\-like steamset class .UNINDENT .UNINDENT .INDENT 7.0 @@ -2092,9 +2092,9 @@ stores the tag content .B Parameters .INDENT 7.0 .IP \(bu 2 -\fBxml\fP \-\- xml setting +\fBxml\fP – xml setting .IP \(bu 2 -\fBglobalJSON\fP (: \fI\%dict\fP <\fI\%str\fP, \fI\%dict\fP <\fI\%str\fP, any>>) \-\- global JSON string +\fBglobalJSON\fP (: \fI\%dict\fP <\fI\%str\fP, \fI\%dict\fP <\fI\%str\fP, any>>) – global JSON string .UNINDENT .UNINDENT .UNINDENT @@ -2112,13 +2112,13 @@ constructor .B Parameters .INDENT 7.0 .IP \(bu 2 -\fBattrs\fP (\fI\%dict\fP <\fI\%str\fP, \fI\%str\fP>) \-\- dictionary of the tag attributes +\fBattrs\fP (\fI\%dict\fP <\fI\%str\fP, \fI\%str\fP>) – dictionary of the tag attributes .IP \(bu 2 -\fBlast\fP (\fI\%nxswriter.Element.Element\fP) \-\- the last element from the stack +\fBlast\fP (\fI\%nxswriter.Element.Element\fP) – the last element from the stack .IP \(bu 2 -\fBh5fileObject\fP (\fBnxswriter.FileWriter.FTfile\fP) \-\- H5 file object +\fBh5fileObject\fP (\fBnxswriter.FileWriter.FTfile\fP) – H5 file object .IP \(bu 2 -\fBstreams\fP (\fBStreamSet\fP or \fI\%tango.LatestDeviceImpl\fP) \-\- tango\-like steamset class +\fBstreams\fP (\fBStreamSet\fP or \fI\%tango.LatestDeviceImpl\fP) – tango\-like steamset class .UNINDENT .UNINDENT .UNINDENT @@ -2135,11 +2135,11 @@ constructor .B Parameters .INDENT 7.0 .IP \(bu 2 -\fBattrs\fP (\fI\%dict\fP <\fI\%str\fP, \fI\%str\fP>) \-\- dictionary of the tag attributes +\fBattrs\fP (\fI\%dict\fP <\fI\%str\fP, \fI\%str\fP>) – dictionary of the tag attributes .IP \(bu 2 -\fBlast\fP (\fI\%nxswriter.Element.Element\fP) \-\- the last element from the stack +\fBlast\fP (\fI\%nxswriter.Element.Element\fP) – the last element from the stack .IP \(bu 2 -\fBstreams\fP (\fBStreamSet\fP or \fI\%tango.LatestDeviceImpl\fP) \-\- tango\-like steamset class +\fBstreams\fP (\fBStreamSet\fP or \fI\%tango.LatestDeviceImpl\fP) – tango\-like steamset class .UNINDENT .UNINDENT .UNINDENT @@ -2156,11 +2156,11 @@ constructor .B Parameters .INDENT 7.0 .IP \(bu 2 -\fBattrs\fP (\fI\%dict\fP <\fI\%str\fP, \fI\%str\fP>) \-\- dictionary of the tag attributes +\fBattrs\fP (\fI\%dict\fP <\fI\%str\fP, \fI\%str\fP>) – dictionary of the tag attributes .IP \(bu 2 -\fBlast\fP (\fI\%nxswriter.Element.Element\fP) \-\- the last element from the stack +\fBlast\fP (\fI\%nxswriter.Element.Element\fP) – the last element from the stack .IP \(bu 2 -\fBstreams\fP (\fBStreamSet\fP or \fI\%tango.LatestDeviceImpl\fP) \-\- tango\-like steamset class +\fBstreams\fP (\fBStreamSet\fP or \fI\%tango.LatestDeviceImpl\fP) – tango\-like steamset class .UNINDENT .UNINDENT .INDENT 7.0 @@ -2172,9 +2172,9 @@ stores the tag content .B Parameters .INDENT 7.0 .IP \(bu 2 -\fBxml\fP \-\- xml setting2 +\fBxml\fP – xml setting2 .IP \(bu 2 -\fBglobalJSON\fP (: \fI\%dict\fP <\fI\%str\fP, \fI\%dict\fP <\fI\%str\fP, any>>) \-\- global JSON string +\fBglobalJSON\fP (: \fI\%dict\fP <\fI\%str\fP, \fI\%dict\fP <\fI\%str\fP, any>>) – global JSON string .UNINDENT .UNINDENT .UNINDENT @@ -2203,13 +2203,13 @@ It constructs parser handler for taking xml of datasources .B Parameters .INDENT 7.0 .IP \(bu 2 -\fBxmlReader\fP (\fI\%xml.sax.xmlreader.XMLReader\fP) \-\- NeXus xml sax reader +\fBxmlReader\fP (\fI\%xml.sax.xmlreader.XMLReader\fP) – NeXus xml sax reader .IP \(bu 2 -\fBcontentHandler\fP (\fI\%nxswriter.NexusXMLHandler.NexusXMLHandler\fP) \-\- NeXus XML content handler +\fBcontentHandler\fP (\fI\%nxswriter.NexusXMLHandler.NexusXMLHandler\fP) – NeXus XML content handler .IP \(bu 2 -\fBname\fP (\fI\%str\fP) \-\- tag name +\fBname\fP (\fI\%str\fP) – tag name .IP \(bu 2 -\fBattrs\fP (\fI\%dict\fP <\fI\%str\fP, \fI\%str\fP>) \-\- dictionary of the tag attributes +\fBattrs\fP (\fI\%dict\fP <\fI\%str\fP, \fI\%str\fP>) – dictionary of the tag attributes .UNINDENT .UNINDENT .INDENT 7.0 @@ -2219,7 +2219,7 @@ adds the tag content .INDENT 7.0 .TP .B Parameters -\fBcontent\fP (\fI\%str\fP) \-\- partial content of the tag +\fBcontent\fP (\fI\%str\fP) – partial content of the tag .UNINDENT .UNINDENT .INDENT 7.0 @@ -2229,7 +2229,7 @@ parses an closing tag .INDENT 7.0 .TP .B Parameters -\fBname\fP (\fI\%str\fP) \-\- tag name +\fBname\fP (\fI\%str\fP) – tag name .UNINDENT .UNINDENT .INDENT 7.0 @@ -2241,9 +2241,9 @@ parses the opening tag .B Parameters .INDENT 7.0 .IP \(bu 2 -\fBname\fP (\fI\%str\fP) \-\- tag name +\fBname\fP (\fI\%str\fP) – tag name .IP \(bu 2 -\fBattrs\fP (\fI\%dict\fP <\fI\%str\fP, \fI\%str\fP>) \-\- attribute dictionary +\fBattrs\fP (\fI\%dict\fP <\fI\%str\fP, \fI\%str\fP>) – attribute dictionary .UNINDENT .UNINDENT .UNINDENT @@ -2269,13 +2269,13 @@ constructor .B Parameters .INDENT 7.0 .IP \(bu 2 -\fBserver\fP (\fI\%tango.LatestDeviceImpl\fP) \-\- Tango server implementation +\fBserver\fP (\fI\%tango.LatestDeviceImpl\fP) – Tango server implementation .IP \(bu 2 -\fBcommand\fP (\fI\%str\fP) \-\- Thread command +\fBcommand\fP (\fI\%str\fP) – Thread command .IP \(bu 2 -\fBfinalState\fP (\fI\%tango.DevState\fP) \-\- Final State Code +\fBfinalState\fP (\fI\%tango.DevState\fP) – Final State Code .IP \(bu 2 -\fBargs\fP (\fI\%list\fP <\fI\%str\fP>) \-\- List of command arguments +\fBargs\fP (\fI\%list\fP <\fI\%str\fP>) – List of command arguments .UNINDENT .UNINDENT .INDENT 7.0 @@ -2333,9 +2333,9 @@ Device constructor .B Parameters .INDENT 7.0 .IP \(bu 2 -\fBcl\fP (\fI\%str\fP) \-\- class name +\fBcl\fP (\fI\%str\fP) – class name .IP \(bu 2 -\fBname\fP (\fI\%str\fP) \-\- device name +\fBname\fP (\fI\%str\fP) – device name .UNINDENT .UNINDENT .INDENT 7.0 @@ -2408,7 +2408,7 @@ Record command Records data for one scan step .TP .B Parameters -\fBargin\fP (\fI\%str\fP) \-\- JSON string with data +\fBargin\fP (\fI\%str\fP) – JSON string with data .UNINDENT .UNINDENT .INDENT 7.0 @@ -2421,7 +2421,7 @@ RecordAsynch command Records data for one scan step in asynchronous mode .TP .B Parameters -\fBargin\fP (\fI\%str\fP) \-\- DevString JSON string with data +\fBargin\fP (\fI\%str\fP) – DevString JSON string with data .UNINDENT .UNINDENT .INDENT 7.0 @@ -2731,7 +2731,7 @@ Read CanFail attribute .INDENT 7.0 .TP .B Parameters -\fBattr\fP (\fI\%tango.Attribute\fP) \-\- attribute object +\fBattr\fP (\fI\%tango.Attribute\fP) – attribute object .UNINDENT .UNINDENT .INDENT 7.0 @@ -2741,7 +2741,7 @@ Read CurrentFileId .INDENT 7.0 .TP .B Parameters -\fBattr\fP (\fI\%tango.Attribute\fP) \-\- attribute object +\fBattr\fP (\fI\%tango.Attribute\fP) – attribute object .UNINDENT .UNINDENT .INDENT 7.0 @@ -2751,7 +2751,7 @@ Read Errors attribute .INDENT 7.0 .TP .B Parameters -\fBattr\fP (\fI\%tango.Attribute\fP) \-\- attribute object +\fBattr\fP (\fI\%tango.Attribute\fP) – attribute object .UNINDENT .UNINDENT .INDENT 7.0 @@ -2761,7 +2761,7 @@ Read FileName attribute .INDENT 7.0 .TP .B Parameters -\fBattr\fP (\fI\%tango.Attribute\fP) \-\- attribute object +\fBattr\fP (\fI\%tango.Attribute\fP) – attribute object .UNINDENT .UNINDENT .INDENT 7.0 @@ -2771,7 +2771,7 @@ Read JSONRecord attribute .INDENT 7.0 .TP .B Parameters -\fBattr\fP (\fI\%tango.Attribute\fP) \-\- attribute object +\fBattr\fP (\fI\%tango.Attribute\fP) – attribute object .UNINDENT .UNINDENT .INDENT 7.0 @@ -2781,7 +2781,7 @@ Read SkipAcquisition attribute .INDENT 7.0 .TP .B Parameters -\fBattr\fP (\fI\%tango.Attribute\fP) \-\- attribute object +\fBattr\fP (\fI\%tango.Attribute\fP) – attribute object .UNINDENT .UNINDENT .INDENT 7.0 @@ -2791,7 +2791,7 @@ Read StepsPerFile attribute .INDENT 7.0 .TP .B Parameters -\fBattr\fP (\fI\%tango.Attribute\fP) \-\- attribute object +\fBattr\fP (\fI\%tango.Attribute\fP) – attribute object .UNINDENT .UNINDENT .INDENT 7.0 @@ -2801,7 +2801,7 @@ Read XMLSettings attribute .INDENT 7.0 .TP .B Parameters -\fBattr\fP (\fI\%tango.Attribute\fP) \-\- attribute object +\fBattr\fP (\fI\%tango.Attribute\fP) – attribute object .UNINDENT .UNINDENT .INDENT 7.0 @@ -2821,7 +2821,7 @@ set_state method .INDENT 7.0 .TP .B Parameters -\fBstate\fP (\fI\%tango.DevState\fP) \-\- State Code +\fBstate\fP (\fI\%tango.DevState\fP) – State Code .UNINDENT .UNINDENT .INDENT 7.0 @@ -2841,7 +2841,7 @@ Write CanFail attribute .INDENT 7.0 .TP .B Parameters -\fBattr\fP (\fI\%tango.Attribute\fP) \-\- attribute object +\fBattr\fP (\fI\%tango.Attribute\fP) – attribute object .UNINDENT .UNINDENT .INDENT 7.0 @@ -2851,7 +2851,7 @@ Write FileName attribute .INDENT 7.0 .TP .B Parameters -\fBattr\fP (\fI\%tango.Attribute\fP) \-\- attribute object +\fBattr\fP (\fI\%tango.Attribute\fP) – attribute object .UNINDENT .UNINDENT .INDENT 7.0 @@ -2861,7 +2861,7 @@ Write JSONRecord attribute .INDENT 7.0 .TP .B Parameters -\fBattr\fP (\fI\%tango.Attribute\fP) \-\- attribute object +\fBattr\fP (\fI\%tango.Attribute\fP) – attribute object .UNINDENT .UNINDENT .INDENT 7.0 @@ -2871,7 +2871,7 @@ Write SkipAcquisition attribute .INDENT 7.0 .TP .B Parameters -\fBattr\fP (\fI\%tango.Attribute\fP) \-\- attribute object +\fBattr\fP (\fI\%tango.Attribute\fP) – attribute object .UNINDENT .UNINDENT .INDENT 7.0 @@ -2881,7 +2881,7 @@ Write StepsPerFile attribute .INDENT 7.0 .TP .B Parameters -\fBattr\fP (\fI\%tango.Attribute\fP) \-\- attribute object +\fBattr\fP (\fI\%tango.Attribute\fP) – attribute object .UNINDENT .UNINDENT .INDENT 7.0 @@ -2891,7 +2891,7 @@ Write XMLSettings attribute .INDENT 7.0 .TP .B Parameters -\fBattr\fP (\fI\%tango.Attribute\fP) \-\- attribute object +\fBattr\fP (\fI\%tango.Attribute\fP) – attribute object .UNINDENT .UNINDENT .UNINDENT @@ -2944,21 +2944,21 @@ It constructs parser and defines the H5 output file .B Parameters .INDENT 7.0 .IP \(bu 2 -\fBfileElement\fP (\fI\%nxswriter.H5Elements.EFile\fP) \-\- file element +\fBfileElement\fP (\fI\%nxswriter.H5Elements.EFile\fP) – file element .IP \(bu 2 -\fBdecoders\fP (\fI\%nxswriter.DecoderPool.DecoderPool\fP) \-\- decoder pool +\fBdecoders\fP (\fI\%nxswriter.DecoderPool.DecoderPool\fP) – decoder pool .IP \(bu 2 -\fBdatasources\fP (\fI\%nxswriter.DataSourcePool.DataSourcePool\fP) \-\- datasource pool +\fBdatasources\fP (\fI\%nxswriter.DataSourcePool.DataSourcePool\fP) – datasource pool .IP \(bu 2 -\fBgroupTypes\fP (\fI\%nxswriter.FetchNameHandler.TNObject\fP) \-\- map of NXclass : name +\fBgroupTypes\fP (\fI\%nxswriter.FetchNameHandler.TNObject\fP) – map of NXclass : name .IP \(bu 2 -\fBparser\fP (\fI\%xml.sax.xmlreader.XMLReader\fP) \-\- instance of sax.xmlreader +\fBparser\fP (\fI\%xml.sax.xmlreader.XMLReader\fP) – instance of sax.xmlreader .IP \(bu 2 -\fBglobalJSON\fP (: \fI\%dict\fP <\fI\%str\fP, \fI\%dict\fP <\fI\%str\fP, any>>) \-\- global json string +\fBglobalJSON\fP (: \fI\%dict\fP <\fI\%str\fP, \fI\%dict\fP <\fI\%str\fP, any>>) – global json string .IP \(bu 2 -\fBstreams\fP (\fBStreamSet\fP or \fI\%tango.LatestDeviceImpl\fP) \-\- tango\-like steamset class +\fBstreams\fP (\fBStreamSet\fP or \fI\%tango.LatestDeviceImpl\fP) – tango\-like steamset class .IP \(bu 2 -\fBreloadmode\fP \-\- reload mode +\fBreloadmode\fP – reload mode .UNINDENT .UNINDENT .INDENT 7.0 @@ -2968,7 +2968,7 @@ adds the tag content .INDENT 7.0 .TP .B Parameters -\fBcontent\fP (\fI\%str\fP) \-\- partial content of the tag +\fBcontent\fP (\fI\%str\fP) – partial content of the tag .UNINDENT .UNINDENT .INDENT 7.0 @@ -2993,7 +2993,7 @@ parses the closing tag .INDENT 7.0 .TP .B Parameters -\fBname\fP (\fI\%str\fP) \-\- tag name +\fBname\fP (\fI\%str\fP) – tag name .UNINDENT .UNINDENT .INDENT 7.0 @@ -3025,9 +3025,9 @@ parses the opening tag .B Parameters .INDENT 7.0 .IP \(bu 2 -\fBname\fP (\fI\%str\fP) \-\- tag name +\fBname\fP (\fI\%str\fP) – tag name .IP \(bu 2 -\fBattrs\fP (\fI\%dict\fP <\fI\%str\fP, \fI\%str\fP>) \-\- attribute dictionary +\fBattrs\fP (\fI\%dict\fP <\fI\%str\fP, \fI\%str\fP>) – attribute dictionary .UNINDENT .UNINDENT .UNINDENT @@ -3076,9 +3076,9 @@ It cleans all member variables .B Parameters .INDENT 7.0 .IP \(bu 2 -\fBstreams\fP (\fBStreamSet\fP or \fI\%tango.LatestDeviceImpl\fP) \-\- tango\-like steamset class +\fBstreams\fP (\fBStreamSet\fP or \fI\%tango.LatestDeviceImpl\fP) – tango\-like steamset class .IP \(bu 2 -\fBname\fP (\fI\%str\fP) \-\- datasource name +\fBname\fP (\fI\%str\fP) – datasource name .UNINDENT .UNINDENT .INDENT 7.0 @@ -3091,7 +3091,7 @@ provides access to the data dictionary with collected data .TP .B Return type -{\(aqrank\(aq: \fI\%str\fP, \(aqvalue\(aq: any, \(aqtangoDType\(aq: \fI\%str\fP, : \(aqshape\(aq: \fI\%list\fP , \(aqencoding\(aq: \fI\%str\fP, : \(aqdecoders\(aq: \fI\%str\fP} ) +{‘rank’: \fI\%str\fP, ‘value’: any, ‘tangoDType’: \fI\%str\fP, : ‘shape’: \fI\%list\fP , ‘encoding’: \fI\%str\fP, : ‘decoders’: \fI\%str\fP} ) .UNINDENT .UNINDENT .INDENT 7.0 @@ -3101,7 +3101,7 @@ sets the datasources .INDENT 7.0 .TP .B Parameters -\fBpool\fP (\fI\%nxswriter.DataSourcePool.DataSourcePool\fP) \-\- datasource pool +\fBpool\fP (\fI\%nxswriter.DataSourcePool.DataSourcePool\fP) – datasource pool .UNINDENT .UNINDENT .INDENT 7.0 @@ -3111,7 +3111,7 @@ sets the used decoders .INDENT 7.0 .TP .B Parameters -\fBdecoders\fP (\fI\%nxswriter.DecoderPool.DecoderPool\fP) \-\- pool to be set +\fBdecoders\fP (\fI\%nxswriter.DecoderPool.DecoderPool\fP) – pool to be set .UNINDENT .UNINDENT .INDENT 7.0 @@ -3126,9 +3126,9 @@ It sets the currently used JSON string .B Parameters .INDENT 7.0 .IP \(bu 2 -\fBglobalJSON\fP (: \fI\%dict\fP <\fI\%str\fP , \fI\%dict\fP <\fI\%str\fP, any>>) \-\- static JSON string +\fBglobalJSON\fP (: \fI\%dict\fP <\fI\%str\fP , \fI\%dict\fP <\fI\%str\fP, any>>) – static JSON string .IP \(bu 2 -\fBlocalJSON\fP (: \fI\%dict\fP <\fI\%str\fP , \fI\%dict\fP <\fI\%str\fP, any>>) \-\- dynamic JSON string +\fBlocalJSON\fP (: \fI\%dict\fP <\fI\%str\fP , \fI\%dict\fP <\fI\%str\fP, any>>) – dynamic JSON string .UNINDENT .UNINDENT .UNINDENT @@ -3139,7 +3139,7 @@ sets the parrameters up from xml .INDENT 7.0 .TP .B Parameters -\fBxml\fP (\fI\%str\fP) \-\- datasource parameters +\fBxml\fP (\fI\%str\fP) – datasource parameters .UNINDENT .UNINDENT .UNINDENT @@ -3162,7 +3162,7 @@ streamset constractor .INDENT 7.0 .TP .B Parameters -\fBstreams\fP (\fI\%StreamSet\fP or \fI\%tango.LatestDeviceImpl\fP) \-\- tango\-like steamset class +\fBstreams\fP (\fI\%StreamSet\fP or \fI\%tango.LatestDeviceImpl\fP) – tango\-like steamset class .UNINDENT .INDENT 7.0 .TP @@ -3173,9 +3173,9 @@ writes debug message .B Parameters .INDENT 7.0 .IP \(bu 2 -\fBmessage\fP (\fI\%str\fP) \-\- debug message +\fBmessage\fP (\fI\%str\fP) – debug message .IP \(bu 2 -\fBstd\fP (\fI\%bool\fP) \-\- True if it writes to sys stream +\fBstd\fP (\fI\%bool\fP) – True if it writes to sys stream when log stream does not exist .UNINDENT .UNINDENT @@ -3189,9 +3189,9 @@ writes error message .B Parameters .INDENT 7.0 .IP \(bu 2 -\fBmessage\fP (\fI\%str\fP) \-\- error message +\fBmessage\fP (\fI\%str\fP) – error message .IP \(bu 2 -\fBstd\fP (\fI\%bool\fP) \-\- True if it writes to sys stream +\fBstd\fP (\fI\%bool\fP) – True if it writes to sys stream when log stream does not exist .UNINDENT .UNINDENT @@ -3205,9 +3205,9 @@ writes fatal error message .B Parameters .INDENT 7.0 .IP \(bu 2 -\fBmessage\fP (\fI\%str\fP) \-\- error message +\fBmessage\fP (\fI\%str\fP) – error message .IP \(bu 2 -\fBstd\fP (\fI\%bool\fP) \-\- True if it writes to sys stream +\fBstd\fP (\fI\%bool\fP) – True if it writes to sys stream when log stream does not exist .UNINDENT .UNINDENT @@ -3221,9 +3221,9 @@ writes info message .B Parameters .INDENT 7.0 .IP \(bu 2 -\fBmessage\fP (\fI\%str\fP) \-\- info message +\fBmessage\fP (\fI\%str\fP) – info message .IP \(bu 2 -\fBstd\fP (\fI\%bool\fP) \-\- True if it writes to sys stream +\fBstd\fP (\fI\%bool\fP) – True if it writes to sys stream when log stream does not exist .UNINDENT .UNINDENT @@ -3262,9 +3262,9 @@ writes warning message .B Parameters .INDENT 7.0 .IP \(bu 2 -\fBmessage\fP (\fI\%str\fP) \-\- warning message +\fBmessage\fP (\fI\%str\fP) – warning message .IP \(bu 2 -\fBstd\fP (\fI\%bool\fP) \-\- True if it writes to sys stream +\fBstd\fP (\fI\%bool\fP) – True if it writes to sys stream when log stream does not exist .UNINDENT .UNINDENT @@ -3292,7 +3292,7 @@ constructor It initialize the data writer for the H5 output file .TP .B Parameters -\fBserver\fP (\fI\%tango.LatestDeviceImpl\fP) \-\- Tango server +\fBserver\fP (\fI\%tango.LatestDeviceImpl\fP) – Tango server .UNINDENT .INDENT 7.0 .TP @@ -3409,7 +3409,7 @@ runs threads form the STEP pool It runs threads from the STEP pool .TP .B Parameters -\fBjsonstring\fP (\fI\%str\fP) \-\- local JSON string with data records +\fBjsonstring\fP (\fI\%str\fP) – local JSON string with data records .UNINDENT .UNINDENT .INDENT 7.0 @@ -3454,7 +3454,7 @@ checks if proxy is valid .INDENT 7.0 .TP .B Parameters -\fBproxy\fP (\fI\%tango.DeviceProxy\fP) \-\- tango proxy +\fBproxy\fP (\fI\%tango.DeviceProxy\fP) – tango proxy .TP .B Returns True if proxy is valid else false @@ -3472,11 +3472,11 @@ sets the Tango proxy up .B Parameters .INDENT 7.0 .IP \(bu 2 -\fBdevice\fP (\fI\%str\fP) \-\- tango device +\fBdevice\fP (\fI\%str\fP) – tango device .IP \(bu 2 -\fBstreams\fP (\fBStreamSet\fP or \fI\%tango.LatestDeviceImpl\fP) \-\- tango\-like steamset class +\fBstreams\fP (\fBStreamSet\fP or \fI\%tango.LatestDeviceImpl\fP) – tango\-like steamset class .IP \(bu 2 -\fBmaxcount\fP (\fI\%int\fP) \-\- a number of tries +\fBmaxcount\fP (\fI\%int\fP) – a number of tries .UNINDENT .TP .B Returns @@ -3503,9 +3503,9 @@ It cleans all member variables .B Parameters .INDENT 7.0 .IP \(bu 2 -\fBstreams\fP (\fBStreamSet\fP or \fI\%tango.LatestDeviceImpl\fP) \-\- tango\-like steamset class +\fBstreams\fP (\fBStreamSet\fP or \fI\%tango.LatestDeviceImpl\fP) – tango\-like steamset class .IP \(bu 2 -\fBname\fP (\fI\%str\fP) \-\- datasource name +\fBname\fP (\fI\%str\fP) – datasource name .UNINDENT .UNINDENT .INDENT 7.0 @@ -3533,7 +3533,7 @@ data provider dictionary with collected data .TP .B Return type -{\(aqrank\(aq: \fI\%str\fP, \(aqvalue\(aq: any, \(aqtangoDType\(aq: \fI\%str\fP, : \(aqshape\(aq: \fI\%list\fP , \(aqencoding\(aq: \fI\%str\fP, : \(aqdecoders\(aq: \fI\%str\fP} +{‘rank’: \fI\%str\fP, ‘value’: any, ‘tangoDType’: \fI\%str\fP, : ‘shape’: \fI\%list\fP , ‘encoding’: \fI\%str\fP, : ‘decoders’: \fI\%str\fP} .UNINDENT .UNINDENT .INDENT 7.0 @@ -3553,7 +3553,7 @@ sets the datasources .INDENT 7.0 .TP .B Parameters -\fBpool\fP (\fI\%nxswriter.DataSourcePool.DataSourcePool\fP) \-\- datasource pool +\fBpool\fP (\fI\%nxswriter.DataSourcePool.DataSourcePool\fP) – datasource pool .UNINDENT .UNINDENT .INDENT 7.0 @@ -3563,7 +3563,7 @@ sets the used decoders .INDENT 7.0 .TP .B Parameters -\fBdecoders\fP (\fI\%nxswriter.DecoderPool.DecoderPool\fP) \-\- pool to be set +\fBdecoders\fP (\fI\%nxswriter.DecoderPool.DecoderPool\fP) – pool to be set .UNINDENT .UNINDENT .INDENT 7.0 @@ -3578,9 +3578,9 @@ It sets the currently used JSON string .B Parameters .INDENT 7.0 .IP \(bu 2 -\fBglobalJSON\fP (: \fI\%dict\fP <\fI\%str\fP , \fI\%dict\fP <\fI\%str\fP, any>>) \-\- static JSON string +\fBglobalJSON\fP (: \fI\%dict\fP <\fI\%str\fP , \fI\%dict\fP <\fI\%str\fP, any>>) – static JSON string .IP \(bu 2 -\fBlocalJSON\fP (: \fI\%dict\fP <\fI\%str\fP, \fI\%dict\fP <\fI\%str\fP, any>>) \-\- dynamic JSON string +\fBlocalJSON\fP (: \fI\%dict\fP <\fI\%str\fP, \fI\%dict\fP <\fI\%str\fP, any>>) – dynamic JSON string .UNINDENT .UNINDENT .UNINDENT @@ -3591,7 +3591,7 @@ sets the parrameters up from xml .INDENT 7.0 .TP .B Parameters -\fBxml\fP (\fI\%str\fP) \-\- datasource parameters +\fBxml\fP (\fI\%str\fP) – datasource parameters .UNINDENT .UNINDENT .UNINDENT @@ -3608,11 +3608,11 @@ default constructor .B Parameters .INDENT 7.0 .IP \(bu 2 -\fBdevice\fP (\fI\%str\fP) \-\- tango device name +\fBdevice\fP (\fI\%str\fP) – tango device name .IP \(bu 2 -\fBproxy\fP (\fI\%tango.DeviceProxy\fP) \-\- device proxy +\fBproxy\fP (\fI\%tango.DeviceProxy\fP) – device proxy .IP \(bu 2 -\fBstreams\fP (\fBStreamSet\fP or \fI\%tango.LatestDeviceImpl\fP) \-\- tango\-like steamset class +\fBstreams\fP (\fBStreamSet\fP or \fI\%tango.LatestDeviceImpl\fP) – tango\-like steamset class .UNINDENT .UNINDENT .INDENT 7.0 @@ -3652,7 +3652,7 @@ provides tango device member .INDENT 7.0 .TP .B Parameters -\fBmember\fP (\fI\%TgMember\fP) \-\- tango device member +\fBmember\fP (\fI\%TgMember\fP) – tango device member .TP .B Returns TgMember instance of tango device member @@ -3675,9 +3675,9 @@ default constructor .B Parameters .INDENT 7.0 .IP \(bu 2 -\fBcounter\fP (\fI\%int\fP) \-\- counts of steps +\fBcounter\fP (\fI\%int\fP) – counts of steps .IP \(bu 2 -\fBstreams\fP (\fBStreamSet\fP or \fI\%tango.LatestDeviceImpl\fP) \-\- tango\-like steamset class +\fBstreams\fP (\fBStreamSet\fP or \fI\%tango.LatestDeviceImpl\fP) – tango\-like steamset class .UNINDENT .UNINDENT .INDENT 7.0 @@ -3699,11 +3699,11 @@ reads data from device proxy .B Parameters .INDENT 7.0 .IP \(bu 2 -\fBcounter\fP (\fI\%int\fP) \-\- counts of scan steps +\fBcounter\fP (\fI\%int\fP) – counts of scan steps .IP \(bu 2 -\fBproxy\fP (\fI\%tango.DeviceProxy\fP) \-\- device proxy +\fBproxy\fP (\fI\%tango.DeviceProxy\fP) – device proxy .IP \(bu 2 -\fBmember\fP (\fI\%TgMember\fP) \-\- required member +\fBmember\fP (\fI\%TgMember\fP) – required member .UNINDENT .UNINDENT .UNINDENT @@ -3714,7 +3714,7 @@ provides tango device .INDENT 7.0 .TP .B Parameters -\fBdevice\fP (\fI\%str\fP) \-\- tango device name +\fBdevice\fP (\fI\%str\fP) – tango device name .TP .B Returns TgDevice instance of tango device @@ -3742,13 +3742,13 @@ default constructor .B Parameters .INDENT 7.0 .IP \(bu 2 -\fBname\fP (\fI\%str\fP) \-\- name of data record +\fBname\fP (\fI\%str\fP) – name of data record .IP \(bu 2 -\fBmemberType\fP (\fI\%str\fP) \-\- member type of the data +\fBmemberType\fP (\fI\%str\fP) – member type of the data .IP \(bu 2 -\fBencoding\fP (\fI\%str\fP) \-\- encoding type of Tango DevEncoded variables +\fBencoding\fP (\fI\%str\fP) – encoding type of Tango DevEncoded variables .IP \(bu 2 -\fBstreams\fP (\fBStreamSet\fP or \fI\%tango.LatestDeviceImpl\fP) \-\- tango\-like steamset class +\fBstreams\fP (\fBStreamSet\fP or \fI\%tango.LatestDeviceImpl\fP) – tango\-like steamset class .UNINDENT .UNINDENT .INDENT 7.0 @@ -3763,7 +3763,7 @@ reads data from device proxy .INDENT 7.0 .TP .B Parameters -\fBproxy\fP (\fI\%tango.DeviceProxy\fP) \-\- device proxy +\fBproxy\fP (\fI\%tango.DeviceProxy\fP) – device proxy .UNINDENT .UNINDENT .INDENT 7.0 @@ -3773,17 +3773,17 @@ provides value of tango member .INDENT 7.0 .TP .B Parameters -\fBdecoders\fP (\fI\%nxswriter.DecoderPool.DecoderPool\fP) \-\- decoder pool +\fBdecoders\fP (\fI\%nxswriter.DecoderPool.DecoderPool\fP) – decoder pool .TP .B Returns -dictionary with {\(dqrank\(dq:, \(dqvalue\(dq:, \(dqtangoDType\(dq:, -\(dqshape\(dq:, \(dqencoding\(dq:, \(dqdecoders\(dq:} +dictionary with {“rank”:, “value”:, “tangoDType”:, +“shape”:, “encoding”:, “decoders”:} .TP .B Returns dictionary with collected data .TP .B Return type -{\(aqrank\(aq: \fI\%str\fP, \(aqvalue\(aq: any, \(aqtangoDType\(aq: \fI\%str\fP, : \(aqshape\(aq: \fI\%list\fP , \(aqencoding\(aq: \fI\%str\fP, : \(aqdecoders\(aq: \fI\%str\fP} +{‘rank’: \fI\%str\fP, ‘value’: any, ‘tangoDType’: \fI\%str\fP, : ‘shape’: \fI\%list\fP , ‘encoding’: \fI\%str\fP, : ‘decoders’: \fI\%str\fP} .UNINDENT .UNINDENT .INDENT 7.0 @@ -3802,7 +3802,7 @@ True if data is set .INDENT 7.0 .TP .B memberType -(\fI\%str\fP) member type of the data, i.e. attribute, property,... +(\fI\%str\fP) member type of the data, i.e. attribute, property,… .UNINDENT .INDENT 7.0 .TP @@ -3823,9 +3823,9 @@ sets tango data .B Parameters .INDENT 7.0 .IP \(bu 2 -\fBdata\fP (\fI\%tango.DeviceAttribute\fP) \-\- output tango data +\fBdata\fP (\fI\%tango.DeviceAttribute\fP) – output tango data .IP \(bu 2 -\fBcmd\fP (\fI\%tango.CommandInfo\fP) \-\- input command data +\fBcmd\fP (\fI\%tango.CommandInfo\fP) – input command data .UNINDENT .UNINDENT .UNINDENT @@ -3849,11 +3849,11 @@ It cleans the member variables .B Parameters .INDENT 7.0 .IP \(bu 2 -\fBnumberOfThreads\fP (\fI\%int\fP) \-\- number of threads +\fBnumberOfThreads\fP (\fI\%int\fP) – number of threads .IP \(bu 2 -\fBstreams\fP (\fBStreamSet\fP or \fI\%tango.LatestDeviceImpl\fP) \-\- tango\-like steamset class +\fBstreams\fP (\fBStreamSet\fP or \fI\%tango.LatestDeviceImpl\fP) – tango\-like steamset class .IP \(bu 2 -\fBmaxruntime\fP (\fI\%int\fP) \-\- maxruntime +\fBmaxruntime\fP (\fI\%int\fP) – maxruntime .UNINDENT .UNINDENT .INDENT 7.0 @@ -3863,7 +3863,7 @@ appends the thread element .INDENT 7.0 .TP .B Parameters -\fBelem\fP (\fI\%nxswriter.Element.Element\fP) \-\- the thread element +\fBelem\fP (\fI\%nxswriter.Element.Element\fP) – the thread element .UNINDENT .UNINDENT .INDENT 7.0 @@ -3888,7 +3888,7 @@ waits for all thread from the pool .INDENT 7.0 .TP .B Parameters -\fBtimeout\fP (\fI\%int\fP) \-\- the maximal waiting time +\fBtimeout\fP (\fI\%int\fP) – the maximal waiting time .UNINDENT .UNINDENT .INDENT 7.0 @@ -3930,9 +3930,9 @@ sets the JSON string to threads .B Parameters .INDENT 7.0 .IP \(bu 2 -\fBglobalJSON\fP (: \fI\%dict\fP <\fI\%str\fP , \fI\%dict\fP <\fI\%str\fP, any>>) \-\- the static JSON string +\fBglobalJSON\fP (: \fI\%dict\fP <\fI\%str\fP , \fI\%dict\fP <\fI\%str\fP, any>>) – the static JSON string .IP \(bu 2 -\fBlocalJSON\fP (: \fI\%dict\fP <\fI\%str\fP, \fI\%dict\fP <\fI\%str\fP, any>>) \-\- the dynamic JSON string +\fBlocalJSON\fP (: \fI\%dict\fP <\fI\%str\fP, \fI\%dict\fP <\fI\%str\fP, any>>) – the dynamic JSON string .UNINDENT .TP .B Returns @@ -3959,7 +3959,7 @@ converts to bool .INDENT 7.0 .TP .B Parameters -\fBvalue\fP (\fIany\fP) \-\- variable to convert +\fBvalue\fP (\fIany\fP) – variable to convert .TP .B Returns result in bool type @@ -3995,7 +3995,7 @@ array rank It calculates the rank of the array .TP .B Parameters -\fBarray\fP (\fIany\fP) \-\- given array +\fBarray\fP (\fIany\fP) – given array .TP .B Returns rank @@ -4015,7 +4015,7 @@ It calculates the rank, inverse shape and type of the first element of the list array .TP .B Parameters -\fBarray\fP (\fIany\fP) \-\- given array +\fBarray\fP (\fIany\fP) – given array .TP .B Returns (rank, inverse shape, type) @@ -4035,7 +4035,7 @@ It calculates the rank, shape and type of the first element of the list array .TP .B Parameters -\fBarray\fP (\fIany\fP) \-\- given array +\fBarray\fP (\fIany\fP) – given array .TP .B Returns (rank, shape, type) @@ -4062,9 +4062,9 @@ the given function to it elements .B Parameters .INDENT 7.0 .IP \(bu 2 -\fBvalue\fP \-\- given array +\fBvalue\fP – given array .IP \(bu 2 -\fBfun\fP (\fI\%type\fP or \fI\%types.MethodType\fP) \-\- applied function +\fBfun\fP (\fI\%type\fP or \fI\%types.MethodType\fP) – applied function .UNINDENT .TP .B Returns @@ -4097,7 +4097,7 @@ converts to numpy types .INDENT 7.0 .TP .B Parameters -\fBdtype\fP (\fI\%str\fP) \-\- h5 writer type type +\fBdtype\fP (\fI\%str\fP) – h5 writer type type .TP .B Returns nupy type @@ -4121,7 +4121,7 @@ launches the TANGO server .INDENT 7.0 .TP .B Parameters -\fBargv\fP (\fI\%list\fP <\fI\%str\fP>) \-\- command\-line arguments +\fBargv\fP (\fI\%list\fP <\fI\%str\fP>) – command\-line arguments .UNINDENT .UNINDENT .INDENT 0.0