XCDFFloatingPointField#

class xcdf.xcdf.XCDFFloatingPointField#

Bases: pybind11_builtins.pybind11_object

Field with floating point data.

Methods Summary

add(*args, **kwargs)

Overloaded function.

Methods Documentation

add(*args, **kwargs)#

Overloaded function.

  1. add(self: xcdf.xcdf.XCDFFloatingPointField, arg0: float) -> None

Add a datum to the field.

  1. add(self: xcdf.xcdf.XCDFFloatingPointField, arg0: List[float]) -> None

Add an array of data to the field.