VariableLocation#

class ansys.pyensight.core.libuserd.VariableLocation(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)#

Methods

VariableLocation.conjugate

Returns self, the complex conjugate of any int.

VariableLocation.bit_length(/)

Number of bits necessary to represent self in binary.

VariableLocation.bit_count(/)

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

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

Return an array of bytes representing an integer.

VariableLocation.from_bytes(/, bytes[, ...])

Return the integer represented by the given array of bytes.

VariableLocation.as_integer_ratio(/)

Return integer ratio.

Attributes

VariableLocation.real

the real part of a complex number

VariableLocation.imag

the imaginary part of a complex number

VariableLocation.numerator

the numerator of a rational number in lowest terms

VariableLocation.denominator

the denominator of a rational number in lowest terms

VariableLocation.DATASET

VariableLocation.PART

VariableLocation.NODE

VariableLocation.ELEMENT

VariableLocation.UNKNOWN_LOCATION