Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

sdynpy.fileio.sdynpy_rattlesnake.read_sine_control_data

Signature

def sdynpy.fileio.sdynpy_rattlesnake.read_sine_control_data(control_file, read_quantities='control_response_signals_combined', excitation_dofs=None, control_dofs=None)

Read sine-control data from a Rattlesnake npz control file.

Extracts one or more control quantities and returns them as TimeHistoryArray objects. Quantities whose keys are suffixed with block indices (e.g. control_response_signals_combined_0) are concatenated along the last axis before wrapping.

Parameters

Returns

Raises