PSG Point in Toolbox is a PSG Point created and stored in Toolbox.
PSG Point in Toolbox consists of:
name |
string with name of point; |
vars |
name of MATLAB variable with tab separated or cell array of component names (names of variables of PSG problem); |
data |
name of MATLAB variable with values of data (real or integer); |
Figure 1
PSG Toolbox allows following operations with Points (See Figure 1):
1. | Add new Point. Button (1) "Add". Creates new point with empty inputs and opens Point Window. |
2. | View Point. Button (2) "View". Opens Point Window with NOT editable inputs. |
3. | Edit Point. Button (3) "Edit". Opens Point Window with editable inputs. |
4. | Copy Point to the new one. Button (4) "Copy". Creates new point with the same inputs as in the selected one in Objects List. Opens Point Window. |
5. | Delete Point. Button (5) "Delete". Deletes point selected in Objects List. |
Figure 2
Point Window consists of objects (see Figure 2):
1. | Text field for editing point name. Input: string. |
2. | Text field for editing point data. Input: MATLAB expression or name of MATLAB variable. |
3. | Text field for editing point variable names. Input: name of variables separated by spaces or name of MATLAB variable. |
4. | Set of buttons for selection MATLAB variable from workspace. Name of selected variable will be saved in corresponding text field (objects 2-5). Previous text will be erased. |
5. | Table field for point preview. Data is evaluated using object 2. Names of columns are predefined. Table field is NOT editable. |
6. | Help button to open PSG Web Help in default browser. |
7. | OK button saves all changes in point and close Point Window. |
Point Window is used for:
• | creation new point; |
• | editing point; |
• | viewing point. |
See also
PSG Point in MATLAB, PSG Point in General (Text) Format, tbpsg_point_pack