propertyboolallowOverrideSatCount:false///< true: sat count above failureSatCount reguired to pass, false: user can click past satCount <= failureSetCount
propertyintfailureSatCount:-1///< -1 indicates no sat count check
propertystring_satCountFailureText:allowOverrideSatCount?qsTr("Warning - Sat count below %1.").arg(failureSatCount+1):qsTr("Waiting for sat count above %1.").arg(failureSatCount)