CdbSimulationType#

class ansys.meshing.prime.CdbSimulationType(value)#

Simulation Type for CDB export.

Methods

CdbSimulationType.conjugate

Returns self, the complex conjugate of any int.

CdbSimulationType.bit_length(/)

Number of bits necessary to represent self in binary.

CdbSimulationType.bit_count(/)

Number of ones in the binary representation of the absolute value of self.

CdbSimulationType.to_bytes(/, length, ...[, ...])

Return an array of bytes representing an integer.

CdbSimulationType.from_bytes(/, bytes, ...)

Return the integer represented by the given array of bytes.

CdbSimulationType.as_integer_ratio(/)

Return integer ratio.

Attributes

CdbSimulationType.real

the real part of a complex number

CdbSimulationType.imag

the imaginary part of a complex number

CdbSimulationType.numerator

the numerator of a rational number in lowest terms

CdbSimulationType.denominator

the denominator of a rational number in lowest terms

CdbSimulationType.IMPLICIT

Implicit simulation.

CdbSimulationType.EXPLICIT

Explicit Simulation.