====== Set Force Platform Threshold ======
This command is used to set a Force Threshold. Any force platform signal below this threshold will be set to zero. This can be used to account for noise or small variations in force.
====Pipeline Command====
The pipeline command for **Set Force Platform Threshold** can be found in the Pipeline Workshop within the **Force** folder as so:
Set_Force_Platform_Threshold
! /THRESHOLD=
! /SET_AS_DEFAULT=FALSE
;
====Command Parameters====
The following table shows the command parameters seen above and their descriptions:
|**Threshold**| The minimum value under which signals will be set to 0|
|**Set As Default**|True or False: Make this value the default value|
====Example: Set Minimum Threshold to 50N====
Set_Force_Platform_Threshold
/THRESHOLD=50
! /CALTESTER_THRESHOLD=
/SET_AS_DEFAULT=TRUE
;
====Notes====
This value may also be set manually by going to **Force -> [[Visual3D:Documentation:Kinematics_and_Kinetics:External_Forces:Force_Platforms#Minimum_Force|Modify Minimum Force Platform Value]]**
If using this command in a pipeline script, do not forget to use the [[Visual3D:Documentation:Pipeline:File_Commands:Recalc|RECALC]] command (listed under [[Visual3D:Documentation:Pipeline:File_Commands:File_Management_Overview|File Management]] category in the pipeline workspace) to update force/kinetic signals.