[Kst] [Bug 164246] New: The inputs for the CorssPowerSpectrum cannot be set properly

Yiwen Mao yiwenv at live.ca
Mon Jun 16 20:41:26 CEST 2008


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=164246         
           Summary: The inputs for the CorssPowerSpectrum cannot be set
                    properly
           Product: kst
           Version: unspecified
          Platform: unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: scripting
        AssignedTo: kst kde org
        ReportedBy: yiwenv live ca


Version:           1.7.0 (using KDE 4.0.1)
Compiler:          Fedora 6 
OS:                Linux

//access the CorssPowerSpectrum Clas

kst> c=CrossPowerSpectrum
CrossPowerSpectrum

//set the inputs
kst> c.v1=v;
Vector
kst> c.v2=v;
Vector
kst> c.length=new Scalar(10)
Scalar
kst> c.sample=new Scalar(10)
Scalar

//validate the inputs, returns false
kst> c.validate()
false

//The property valid is undefined
kst> c.valid
undefined


More information about the Kst mailing list