taxis#
- ParameterDefinition.taxis(parmloc='', naxis='', val1='', val2='', val3='', val4='', val5='', val6='', val7='', val8='', val9='', val10='', **kwargs)#
Defines table index numbers.
Mechanical APDL Command: *TAXIS
- Parameters:
- parmloc
str Name and starting location in the table array parameter for indexing. Indexing occurs along the axis defined with
nAxis.- naxis
str Axis along which indexing occurs. Valid labels are:
1- Corresponds to Row. Default.2- Corresponds to Column.3- Corresponds to Plane.4- Corresponds to Book.5- Corresponds to Shelf.ALL- Lists all index numbers. Valid only ifVal1= LIST.
- val1
str Values of the index numbers for the axis
nAxis, starting from the table array parameter locationParmLoc. You can define up to ten values.To list the index values specified with
nAxis, issueVal1= LIST. IfVal1= LIST,Val2-Val10are ignored.- val2
str Values of the index numbers for the axis
nAxis, starting from the table array parameter locationParmLoc. You can define up to ten values.To list the index values specified with
nAxis, issueVal1= LIST. IfVal1= LIST,Val2-Val10are ignored.- val3
str Values of the index numbers for the axis
nAxis, starting from the table array parameter locationParmLoc. You can define up to ten values.To list the index values specified with
nAxis, issueVal1= LIST. IfVal1= LIST,Val2-Val10are ignored.- val4
str Values of the index numbers for the axis
nAxis, starting from the table array parameter locationParmLoc. You can define up to ten values.To list the index values specified with
nAxis, issueVal1= LIST. IfVal1= LIST,Val2-Val10are ignored.- val5
str Values of the index numbers for the axis
nAxis, starting from the table array parameter locationParmLoc. You can define up to ten values.To list the index values specified with
nAxis, issueVal1= LIST. IfVal1= LIST,Val2-Val10are ignored.- val6
str Values of the index numbers for the axis
nAxis, starting from the table array parameter locationParmLoc. You can define up to ten values.To list the index values specified with
nAxis, issueVal1= LIST. IfVal1= LIST,Val2-Val10are ignored.- val7
str Values of the index numbers for the axis
nAxis, starting from the table array parameter locationParmLoc. You can define up to ten values.To list the index values specified with
nAxis, issueVal1= LIST. IfVal1= LIST,Val2-Val10are ignored.- val8
str Values of the index numbers for the axis
nAxis, starting from the table array parameter locationParmLoc. You can define up to ten values.To list the index values specified with
nAxis, issueVal1= LIST. IfVal1= LIST,Val2-Val10are ignored.- val9
str Values of the index numbers for the axis
nAxis, starting from the table array parameter locationParmLoc. You can define up to ten values.To list the index values specified with
nAxis, issueVal1= LIST. IfVal1= LIST,Val2-Val10are ignored.- val10
str Values of the index numbers for the axis
nAxis, starting from the table array parameter locationParmLoc. You can define up to ten values.To list the index values specified with
nAxis, issueVal1= LIST. IfVal1= LIST,Val2-Val10are ignored.
- parmloc
Notes
Warning
This function contains specificities regarding the argument definitions. Please refer to the command documentation for further explanations.
Argument Descriptions
parmloc : str- Name and starting location in the table array parameter for indexing. Indexing occurs along the axis defined withnAxis.naxis : str- Axis along which indexing occurs. Valid labels are:1- Corresponds to Row. Default.2- Corresponds to Column.3- Corresponds to Plane.4- Corresponds to Book.5- Corresponds to Shelf.ALL- Lists all index numbers. Valid only ifVal1= LIST.
val1, val2, val3,..., val10 : str- Values of the index numbers for the axisnAxis, starting from the table array parameter locationParmLoc. You can define up to ten values.To list the index values specified with
nAxis, issueVal1= LIST. IfVal1= LIST,Val2-Val10are ignored.
taxis is a convenient method to define table index values. These values reside in the zero column, row, etc. Instead of filling values in these zero location spots, use the taxis command. For example,
*TAXIS,longtable(1,4,1,1),2,1.0,2.2,3.5,4.7,5.9
would fill index values 1.0, 2.2, 3.5, 4.7, and 5.9 in
nAxis2 (column location), starting at location 4.To list index numbers, issue taxis,
ParmLoc,nAxis, LIST, wherenAxis= 1 through 5 or ALL.