1. Project description
This example demonstrates the benefits of LabVIEW Object-Oriented Programming when writing and maintaining test and measurement programs.
Refer to Read_Me.html in this project for a detailed explanation of the example.
Refer to the LabVIEW Help for more information about LabVIEW object-oriented programming.
2. Classes
This section describes the classes contained in the project.
2.1. Classes overview
This project contains 11 classes and 0 interface.
Classes | Interfaces |
---|---|
2.2. Board Design.lvclass
Responsibility: Base class for all board types.
Version: 1.0.0.3
Name | Connector pane | Description | S. | R. | I. |
---|---|---|---|---|---|
Get Components |
Get an array of components for the board. |
||||
Get Unique Test ID |
Get an identification number. |
||||
Enum to Board Design |
Produce an object of the appropriate type, based on the kind of board. |
||||
Check Image Matches Design |
Check the board image and determine if it matches the expected appearance. |
||||
Get Test Name |
Build a test name for this class from the board class name and identification number. |
||||
Get Class Name |
Get the name of this class. |
Scope: → Protected |
→ Community
Reentrancy: → Preallocated reentrancy |
→ Shared reentrancy
Inlining: → Inlined
2.3. DAQ Board Design.lvclass
Responsibility: DAQ Board class.
Version: 1.0.0.3
Name | Connector pane | Description | S. | R. | I. |
---|---|---|---|---|---|
Get Components |
Get an array of components for the board. |
Scope: → Protected |
→ Community
Reentrancy: → Preallocated reentrancy |
→ Shared reentrancy
Inlining: → Inlined
2.4. Basic DAQ Design.lvclass
Responsibility: Basic DAQ Board class.
Version: 1.0.0.3
Name | Connector pane | Description | S. | R. | I. |
---|---|---|---|---|---|
Get Unique Test ID |
Get an identification number. |
||||
Get Class Name |
Get the name of this class. |
Scope: → Protected |
→ Community
Reentrancy: → Preallocated reentrancy |
→ Shared reentrancy
Inlining: → Inlined
2.5. Elite DAQ Design.lvclass
Responsibility: Elite DAQ Board class.
Version: 1.0.0.3
Name | Connector pane | Description | S. | R. | I. |
---|---|---|---|---|---|
Get Components |
Get an array of components for the board. |
||||
Get Unique Test ID |
Get an identification number. |
||||
Get Class Name |
Get the name of this class. |
Scope: → Protected |
→ Community
Reentrancy: → Preallocated reentrancy |
→ Shared reentrancy
Inlining: → Inlined
2.6. GPIB Board Design.lvclass
Responsibility: No description found (add content in lvclass description)
Version: 1.0.0.3
Name | Connector pane | Description | S. | R. | I. |
---|---|---|---|---|---|
Get Components |
Get an array of components for the board. |
||||
Get Unique Test ID |
Get an identification number. |
||||
Get Class Name |
Get the name of this class. |
Scope: → Protected |
→ Community
Reentrancy: → Preallocated reentrancy |
→ Shared reentrancy
Inlining: → Inlined
2.7. Component.lvclass
Responsibility: Base class for all components.
Version: 1.0.0.5
Name | Connector pane | Description | S. | R. | I. |
---|---|---|---|---|---|
Self Test |
Check the image for this component's placement on the board. |
||||
Initialize |
Initialize this component. |
||||
Get Row and Column |
Get this component's position. |
||||
Get Orientation |
Get this component's rotational orientation. |
Scope: → Protected |
→ Community
Reentrancy: → Preallocated reentrancy |
→ Shared reentrancy
Inlining: → Inlined
2.8. AD Converter.lvclass
Responsibility: Analog to digital converter class.
Version: 1.0.0.4
Name | Connector pane | Description | S. | R. | I. |
---|---|---|---|---|---|
Self Test |
Check the image for this component's placement on the board. |
Scope: → Protected |
→ Community
Reentrancy: → Preallocated reentrancy |
→ Shared reentrancy
Inlining: → Inlined
2.9. DA Converter.lvclass
Responsibility: Digital to analog converter class.
Version: 1.0.0.4
Name | Connector pane | Description | S. | R. | I. |
---|---|---|---|---|---|
Self Test |
Check the image for this component's placement on the board. |
Scope: → Protected |
→ Community
Reentrancy: → Preallocated reentrancy |
→ Shared reentrancy
Inlining: → Inlined
2.10. Magic Signal Filter.lvclass
Responsibility: Filter component class.
Version: 1.0.0.4
Name | Connector pane | Description | S. | R. | I. |
---|---|---|---|---|---|
Self Test |
Check the image for this component's placement on the board. |
Scope: → Protected |
→ Community
Reentrancy: → Preallocated reentrancy |
→ Shared reentrancy
Inlining: → Inlined
2.11. FPGA Chip.lvclass
Responsibility: FPGA component class.
Version: 1.0.0.4
Name | Connector pane | Description | S. | R. | I. |
---|---|---|---|---|---|
Self Test |
Check the image for this component's placement on the board. |
Scope: → Protected |
→ Community
Reentrancy: → Preallocated reentrancy |
→ Shared reentrancy
Inlining: → Inlined
2.12. Resistor.lvclass
Responsibility: Resistor class.
Version: 1.0.0.4
Name | Connector pane | Description | S. | R. | I. |
---|---|---|---|---|---|
Self Test |
Check the image for this component's placement on the board. |
Scope: → Protected |
→ Community
Reentrancy: → Preallocated reentrancy |
→ Shared reentrancy
Inlining: → Inlined
3. Legal Information
3.1. Document creation
This document has been generated using the following tools.
3.1.1. Antidoc
Project website: Antidoc
Maintainer website: Wovalab
BSD 3-Clause License
Copyright © 2019, Wovalab, All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
-
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
-
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
-
Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3.1.2. Asciidoc for LabVIEW™
Project website: Asciidoc toolkit
Maintainer website: Wovalab
BSD 3-Clause License
Copyright © 2019, Wovalab, All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
-
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
-
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
-
Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3.1.3. Graph Builder
Project website: Graph Builder
BSD 3-Clause License
Copyright © 2020, Cyril GAMBINI All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
-
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
-
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
-
Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3.1.4. classy Diagram Viewer
Project website: classy Diagram Viewer
BSD 3-Clause License
Copyright © 2021, Tatiana Boyé All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
-
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
-
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
-
Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3.2. Product used in the project
Antidoc hasn’t been able to detect third party products in the project. This is the author’s responsibility to list any of the missing product used.