sdynpy.fileio.sdynpy_uff_datasets.sdynpy_uff_dataset_58.Sdynpy_UFF_Dataset_58

class Sdynpy_UFF_Dataset_58(idline1, idline2, idline3, idline4, idline5, function_type, function_id, version_number, load_case, response_entity_name, response_node, response_direction, reference_entity_name, reference_node, reference_direction, abscissa_data_type, abscissa_length_exponent, abscissa_force_exponent, abscissa_temp_exponent, abscissa_axis_label, abscissa_units_label, ordinate_num_data_type, ordinate_num_length_exponent, ordinate_num_force_exponent, ordinate_num_temp_exponent, ordinate_num_axis_label, ordinate_num_units_label, ordinate_den_data_type, ordinate_den_length_exponent, ordinate_den_force_exponent, ordinate_den_temp_exponent, ordinate_den_axis_label, ordinate_den_units_label, zaxis_data_type, zaxis_length_exponent, zaxis_force_exponent, zaxis_temp_exponent, zaxis_axis_label, zaxis_units_label, zaxis_value, abscissa, ordinate)[source]

Bases: object

__init__(idline1, idline2, idline3, idline4, idline5, function_type, function_id, version_number, load_case, response_entity_name, response_node, response_direction, reference_entity_name, reference_node, reference_direction, abscissa_data_type, abscissa_length_exponent, abscissa_force_exponent, abscissa_temp_exponent, abscissa_axis_label, abscissa_units_label, ordinate_num_data_type, ordinate_num_length_exponent, ordinate_num_force_exponent, ordinate_num_temp_exponent, ordinate_num_axis_label, ordinate_num_units_label, ordinate_den_data_type, ordinate_den_length_exponent, ordinate_den_force_exponent, ordinate_den_temp_exponent, ordinate_den_axis_label, ordinate_den_units_label, zaxis_data_type, zaxis_length_exponent, zaxis_force_exponent, zaxis_temp_exponent, zaxis_axis_label, zaxis_units_label, zaxis_value, abscissa, ordinate)[source]

Methods

__init__(idline1, idline2, idline3, idline4, ...)

from_uff_data_array(block_lines, is_binary, ...)

Extract function at nodal DOF - data-set 58.

write_string()

Attributes

dataset_number

property dataset_number
classmethod from_uff_data_array(block_lines, is_binary, byte_ordering, floating_point_format, num_ascii_lines_following, num_bytes_following)[source]

Extract function at nodal DOF - data-set 58.

Returns

Object with attributes as the dataset fields and values containing the data from the universal file in those dataset fields.

Return type

ds_58

write_string()[source]