Can not change Security Level by changing Ring Dimension and logQ

In my Application i changed N from 15 to 17 and loqQ from 230 to 580
By using “parameters.GetSecurityLevel())” i get always HEStd_128_classic
Because of Standart
Security Level of ist not the same Security Level of

GetSecurityLevel() returns discrete values (HEStd_128_classic, HEStd_192_classic, HEStd_256_classic, HEStd_128_quantum, HEStd_192_quantum, HEStd_256_quantum, HEStd_NotSet,), not the the bit security level.

If you want to determine the bits of security for some parameters, take a look here How to determine the security level by other parameters?.