ScatteringPointProviderList#

class ansys.stk.core.stkobjects.ScatteringPointProviderList#

Bases: IComponentInfo, ICloneable

Class defining a scattering point provider list.

Overview#

name

Get the scattering point provider list name.

type

Get the scattering point provider list type enumeration.

point_providers

Get the scattering point provider list collection.

Import detail#

from ansys.stk.core.stkobjects import ScatteringPointProviderList

Property detail#

property ScatteringPointProviderList.name: str#

Get the scattering point provider list name.

property ScatteringPointProviderList.type: ScatteringPointProviderListType#

Get the scattering point provider list type enumeration.

property ScatteringPointProviderList.point_providers: ScatteringPointProviderCollection#

Get the scattering point provider list collection.