is_attribute_plain_data#

omni.graph.core.is_attribute_plain_data(
attrib: str | Path | Attribute | Property,
) bool#

Is the given attribute numeric or string data?

Parameters:

attrib – The attribute in question

Returns:

True if the given attribute is numeric or string data

Return type:

bool