KJ35: changed flame magnet default tolerance

This commit is contained in:
2024-07-12 09:46:51 +02:00
parent 57b567f453
commit 3e7e53135c

View File

@@ -26,7 +26,7 @@ Mod('B',
target=Param( target=Param(
max=35000.0, max=35000.0,
), ),
mode='PERSISTENT', #mode='PERSISTENT',
hw_units='T', hw_units='T',
A_to_G=285.73, A_to_G=285.73,
ramp=Param( ramp=Param(
@@ -34,7 +34,7 @@ Mod('B',
), ),
overshoot={'o': 1.0, 't': 180.0}, overshoot={'o': 1.0, 't': 180.0},
degauss={'s': 500.0, 'd': 30.0, 'f': 5.0, 't': 120.0}, degauss={'s': 500.0, 'd': 30.0, 'f': 5.0, 't': 120.0},
tolerance=5.0, tolerance=50.0,
wait_switch_on = 30, wait_switch_on = 30,
wait_switch_off = 30, wait_switch_off = 30,
wait_stable_field=180.0, wait_stable_field=180.0,