cf.Data.cfa_get_term

Data.cfa_get_term()[source]

The CFA aggregation instruction term status.

If True then the data represents that of a non-standard CFA aggregation instruction variable.

New in version 3.15.0.

See also

cfa_set_term

Returns

bool

Examples

>>> d = cf.Data([1, 2])
>>> d.cfa_get_term()
False