Adams Basic Package > Adams View > View Command Language > xy_plots > xy_plots bode both_phase_and_magn result_set_input

xy_plots bode both_phase_and_magn result_set_input

Allows you to define a Bode plot (phase, magnitude, or both, depending on the command) using the results set components.
A result set component is a basic set of state variable data that Adams Solver calculates during a simulation. Adams Solver outputs the data at each simulation output step. A component of a result set is a time series of a particular quantity (for example, the x displacement of a part or the y torque in a joint).

Format:

 
xy_plots bode both_phase_and_magn result_set_input
plot_name =
existing plot
page_name =
existing page
first_resset =
existing component
second_resset =
existing component

Example:

 
xy_plots bode both_phase_and_magn result_set_input &
plot_name =
plot_1 &
first_resset =
req_time &
second_resset =
res_set_1

Description:

 
Parameter
Value Type
Description
plot_name
Existing Plot
Specifies the name of the Bode plot to updated.
page_name
Existing Page
Specifies the name of the Bode page that the plot is on.
first_resset
Existing Result Set Component
Specifies the results set component characterizing system input.
second_resset
Existing Result Set Component
Specifies the results set component characterizing system output.