ChainOptimalStrandOpts#
- class ansys.stk.core.stkobjects.ChainOptimalStrandOpts#
Class defining Chain optimal strand options.
Overview#
Compute optimal strands. |
|
Time step used to sample optimal strand metric when computing optimal strands. |
|
Include all chain connection access pairs when computing sample times for optimal strands. |
|
Maximum number of objects in all strands for the Chain. |
|
Optimal path type. |
|
Optimal path comparison type (min, max or sum) used when comparing connections of a strand when computing an overall value of the metric for a strand. |
|
Optimal path comparison type (min or max) used when comparing strands. |
|
Optimal path AWB calculation scalar type used when the optiml path type is set to use a calculation scalar. |
|
Optimal path AWB calculation scalar to evaluate to determine optimal strands. |
|
Optimal path AWB calculation scalar file (.awb) to evaluate to determine optimal strands. |
Import detail#
from ansys.stk.core.stkobjects import ChainOptimalStrandOpts
Property detail#
- property ChainOptimalStrandOpts.sampling_time_step: float#
Time step used to sample optimal strand metric when computing optimal strands.
- property ChainOptimalStrandOpts.include_access_edge_times_in_samples: bool#
Include all chain connection access pairs when computing sample times for optimal strands.
- property ChainOptimalStrandOpts.num_strands_to_store: int#
Maximum number of objects in all strands for the Chain.
- property ChainOptimalStrandOpts.type: ChainOptimalStrandMetricType#
Optimal path type.
- property ChainOptimalStrandOpts.link_comparison_type: ChainOptimalStrandLinkCompareType#
Optimal path comparison type (min, max or sum) used when comparing connections of a strand when computing an overall value of the metric for a strand.
- property ChainOptimalStrandOpts.strand_comparison_type: ChainOptimalStrandCompareStrandsType#
Optimal path comparison type (min or max) used when comparing strands.
- property ChainOptimalStrandOpts.calc_scalar_type: ChainOptimalStrandCalculationScalarMetricType#
Optimal path AWB calculation scalar type used when the optiml path type is set to use a calculation scalar.