IARINC424Item#

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

Interface used to access the options for an ARINC424 Item found in the Aviator catalog.

Overview#

get_as_catalog_item

Get the catalog item interface for this object.

get_value

Get the value of the field with the given name.

get_all_fields

Get all the field names.

get_all_fields_and_values

Get all the field names along with the corresponding value.

copy_site

Copy the site to the clipboard.

Import detail#

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

Method detail#

IARINC424Item.get_as_catalog_item(self) ICatalogItem#

Get the catalog item interface for this object.

Returns:

ICatalogItem

IARINC424Item.get_value(self, field_name: str) Any#

Get the value of the field with the given name.

Parameters:

field_name : str

Returns:

Any

IARINC424Item.get_all_fields(self) list#

Get all the field names.

Returns:

list

IARINC424Item.get_all_fields_and_values(self) list#

Get all the field names along with the corresponding value.

Returns:

list

IARINC424Item.copy_site(self) None#

Copy the site to the clipboard.

Returns:

None