create_lookup_table_1d#
- Model.create_lookup_table_1d(*, name='LookUpTable1D', origin=(0.0, 0.0, 0.0), direction=(0.0, 0.0, 0.0))#
- Instantiate a 1D Look-Up Table. - The one-dimensional look-up table is defined along an axis. The locations of the data points along the axis are defined by the - Locationcolumn, which:- contains scalar data. When the column contains - Ndata points (rows), it has shape- (N, ).
- is automatically created when the look-up table is instantiated 
- cannot be deleted or renamed 
 - When the length of the - Locationcolumn is changed, the data of the other columns is automatically either truncated, or extended with- NaNvalues to fit.- Parameters:
- Return type:
 - Added in ACP server version 24.2. 
 
     
  
  
