COP HVAC Component Setting "HB Ideal Air"

I want to set the COP on the air conditioner specifications, how do I set the COP to LBT 1.8, and the maximum power capacity of the air conditioner?

@adenurmap I believe that _heat_limit_ and _cool_limit_ are how to go about setting the max heating and cooling capacity:

        _heat_limit_: A number for the maximum heating capacity in Watts. This
            can also be the text 'autosize' to indicate that the capacity should
            be determined during the EnergyPlus sizing calculation. This can also
            be the text 'NoLimit' to indicate no upper limit to the heating
            capacity. (Default: 'autosize').
        _cool_limit_: A number for the maximum cooling capacity in Watts. This
            can also be the text 'autosize' to indicate that the capacity should
            be determined during the EnergyPlus sizing calculation. This can also
            be the text 'NoLimit' to indicate no upper limit to the cooling
            capacity. (Default: 'autosize').

Also its impossible to have COP as in input as it does not exist in the ZoneHVAC:IdealLoadsAirSystem object found here in the E+ documentation

I hope that helps
-trevor