How can i do levelreduce explicitly while using flexibleauto mode

Hi

I would like to use flexibleauto rescale technique for higher precision, however how can i do the levelreduce operation explicitly while maintaing its precision? Thanks for your help!

You can use LevelReduceInternalInPlace and ModReduceInternalInPlace, but if you are asking about aligning the scaling factors from the different levels, then indeed you can look at how it is done in AdjustCiphertext, explained in your other question How does function AdjustCiphertext work?.