DAFIFSource#

class ansys.stk.core.stkobjects.aviator.DAFIFSource#

Bases: ICatalogSource

Class defining an DAFIF source in the Aviator catalog.

Overview#

get_dafif_item

Get the DAFIF item with the given name.

get_as_catalog_source

Get the catalog source interface for this object.

data_path

Get or set the DAFIF data path.

effective_date

Get the effective date of the DAFIF catalog.

expiration_date

Get the expiration date of the DAFIF catalog.

spec_revision

Get the DAFIF edition.

Import detail#

from ansys.stk.core.stkobjects.aviator import DAFIFSource

Property detail#

property DAFIFSource.data_path: str#

Get or set the DAFIF data path.

property DAFIFSource.effective_date: str#

Get the effective date of the DAFIF catalog.

property DAFIFSource.expiration_date: str#

Get the expiration date of the DAFIF catalog.

property DAFIFSource.spec_revision: str#

Get the DAFIF edition.

Method detail#

DAFIFSource.get_dafif_item(self, name: str) IDAFIFItem#

Get the DAFIF item with the given name.

Parameters:

name : str

Returns:

IDAFIFItem

DAFIFSource.get_as_catalog_source(self) ICatalogSource#

Get the catalog source interface for this object.

Returns:

ICatalogSource