ChainOptimalStrandOpts#
- class ansys.stk.core.stkobjects.ChainOptimalStrandOpts#
Do not use this class, as it is deprecated. Use ChainStrandAnalysisOpts instead. Class defining Chain optimal strand options.
Overview#
Strand analysis AWB calculation scalar file (.awb) to evaluate to determine strand analytics. |
|
Strand analysis AWB calculation scalar to evaluate to determine strand analytics. |
|
Strand analysis AWB calculation scalar type used when the strand analysis type is set to use a calculation scalar. |
|
Compute strands analytics. |
|
Include all chain connection access pairs when computing sample times for strand analytics. |
|
Strand analysis comparison type (min, max or sum) used when comparing connections of a strand when computing an overall value of the metric for a strand. |
|
Maximum number of objects in all strands for the Chain. |
|
Time step used to sample strand metric when computing strand analytics. |
|
Strand analysis comparison type (min or max) used when comparing strands. |
|
Strand analysis type. |
Import detail#
from ansys.stk.core.stkobjects import ChainOptimalStrandOpts
Property detail#
- property ChainOptimalStrandOpts.calc_scalar_file_name: str#
Strand analysis AWB calculation scalar file (.awb) to evaluate to determine strand analytics.
- property ChainOptimalStrandOpts.calc_scalar_name: str#
Strand analysis AWB calculation scalar to evaluate to determine strand analytics.
- property ChainOptimalStrandOpts.calc_scalar_type: ChainOptimalStrandCalculationScalarMetricType#
Strand analysis AWB calculation scalar type used when the strand analysis type is set to use a calculation scalar.
- property ChainOptimalStrandOpts.include_access_edge_times_in_samples: bool#
Include all chain connection access pairs when computing sample times for strand analytics.
- property ChainOptimalStrandOpts.link_comparison_type: ChainOptimalStrandLinkCompareType#
Strand analysis 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.num_strands_to_store: int#
Maximum number of objects in all strands for the Chain.
- property ChainOptimalStrandOpts.sampling_time_step: float#
Time step used to sample strand metric when computing strand analytics.
- property ChainOptimalStrandOpts.strand_comparison_type: ChainOptimalStrandCompareStrandsType#
Strand analysis comparison type (min or max) used when comparing strands.
- property ChainOptimalStrandOpts.type: ChainOptimalStrandMetricType#
Strand analysis type.