oneObj << Unequal Variances;
oneObj << Unequal Variances( 1 );
oneObj << Unequal Variances( "true" );
oneObj << Unequal Variances( "yes" );
oneObj << Unequal Variances( "present" );
oneObj << Unequal Variances( "on" );
Notes: 
The quoted arguments "present", "absent", "on", "off", "switch", and "flip" are supported for backwards compatibility.
When the name of the JMP option contains several options separated by a comma or slash (such as the Means/Anova option or the T Square, T2 option) you can use any one of the menu names. Or, you can use the full menu name, including the comma or slash, if you use it within the Name() function. For example, any of these messages create a Means/Anova test:
oneObj << Means( 1 )
oneObj << Anova( 1 )
oneObj << Name( "Means/Anova" )( 1 )
oneObj = Oneway( Y( height ), X( age ), Wilcoxon Test( 1 ));
oneObj << Wilcoxon Test( 1 );
oneObj << SetAlphaLevel(0.01);

Help created on 10/11/2018