wellData = WellData("F:\\data\\To test LAD in XSection\\34_10-C-6.las")
curve = wellData.getCurve("GeneralTime1")
histogramWindow = WellHistogramWindow("Test")
histogramWindow.setClippingRange(curve.getValueMinimum(), curve.getValueMaximum())
histogramLayer = WellHistogramLayer(histogramWindow, wellData)
histogramLayer.setCurveName(curve.getName())