-
Notifications
You must be signed in to change notification settings - Fork 0
Parameter
Namespace: AlibreScript.API | Kind: Class
The Parameter class provides functionality for managing individual parameters including equations, units, Excel linkages, and parameter relationships.
- GlobalParameters - Parameter collections
- ParameterTypes - Parameter type definitions
- ParameterUnits - Unit definitions
- Configuration - Parameter configurations
- Part, Assembly - Use parameters
- Properties - Parameter attributes and linkages
- Methods - Parameter operations
Type: Object
Comment for the parameter
Type: Object
Equation of the parameter
Type: Object
Excel cell associated with the parameter, e.g. '$B$3'
Type: Object
Excel sheet associated with the parameter, e.g. 'Sheet1'
Type: Object
Excel workbook associated with the parameter e.g. 'Foo.xlsx'
Type: Object
Name of the parameter
Type: Object
Raw value of the parameter
Type: Object
Type of the parameter
Type: Object
Current units of the parameter
Type: Object
Current value of the parameter in script units (for mm, cm, in), or degrees for angles, or raw value for other units
Attaches the parameter to a cell in an Ezcel spreadsheet
def AttachToExcel(document, sheet, cell, units):
"""
Attaches the parameter to a cell in an Ezcel spreadsheet
Args:
document (str): Path and name of Excel spreadsheet
sheet (str): Name of sheet to use
cell (str): Cell to use
units (UnitTypes): Units used in the cell
"""Documentation Home | Classes | Methods Index | Properties Index | Members Index
Generated on 2025-09-23 02:06