*SetCoupler() - asymmetric coupler pair

Sets the ratio for a coupler pair.

Syntax

*SetCoupler(coupler_name, , ratio_l, ratio_r)

Arguments

coupler_name
The variable name of an existing coupler pair.
Data type: varname
ratio_l
The value of the left coupler ratio.
Data type: real
ratio_r
The value of the right coupler ratio.
Data type: real

Example

*RevJointPair( j_bearing1, "Bearing 1", b_shaft1, 
 b_shaft1_hsg, 
 p_shaft1_hsg, 
 V_Global_Y )
*CylJointPair( j_bearing2, "Bearing 2", b_shaft2, 
 b_shaft2_hsg, 
 p_shaft2_hsg, 
 v_hsg2_align )
*CouplerPair( cpl, "Gear", j_bearing1, 
 
 j_bearing2, 
 
 ROT, 
 ROT )
*SetCoupler(cpl, , 10.2, 11.3)

Context

*BeginMdl()

*DefineAnalysis()

*DefineSystem()