ARINC424Source#

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

Bases: ICatalogSource

Class defining an ARINC424 source in the Aviator catalog.

Overview#

get_arinc424_item

Get the ARINC-424 item with the given name.

get_as_catalog_source

Get the catalog source interface for this object.

use_master_data_file

Opt whether to use the master data file.

master_data_filepath

Get or set the master data file path.

override_data_filepath

Get or set the file path to the data overriding the mader data file.

Import detail#

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

Property detail#

property ARINC424Source.use_master_data_file: bool#

Opt whether to use the master data file.

property ARINC424Source.master_data_filepath: str#

Get or set the master data file path.

property ARINC424Source.override_data_filepath: str#

Get or set the file path to the data overriding the mader data file.

Method detail#

ARINC424Source.get_arinc424_item(self, name: str) IARINC424Item#

Get the ARINC-424 item with the given name.

Parameters:

name : str

Returns:

IARINC424Item

ARINC424Source.get_as_catalog_source(self) ICatalogSource#

Get the catalog source interface for this object.

Returns:

ICatalogSource