Object AMBuildSettings.BeamPower { get; set; } ***OBSOLETE*** Use of `double` for BeamPower is deprecated, use `Quantity` instead.
Gets or sets the beam power.
The type for the setter can be either double or Quantity.
Support for double is deprecated and will be removed in a future release.
The type returned by the getter is a Quantity.
An exception will be thrown for unsupported types.
An exception will be thrown if the value is less than or equal to 0 with inherent strain disabled.
An exception will be thrown if the value is less than 50 or greater than 700 watts when
inherent strain is enabled and the inherent strain definition is Thermal Strain.
Examples