Exemplo n.º 1
0
        public void p18p19()
        {
            // Your Own Program
            UIMap.TogglePrgmRun();
            UIMap.CLPRGM();
            UIMap.LBL();
            UIMap.A();
            UIMap.Square();
            UIMap.Pi();
            UIMap.Multiplication();
            UIMap.PRINTx();
            UIMap.RTN();
            UIMap.TogglePrgmRun();

            UIMap.Three();
            UIMap.Two();
            UIMap.ZeroZero();
            UIMap.AssertNumeric(" 3200.         ");

            UIMap.A();
            UIMap.AssertNumeric(" 32169908.78   ");

            UIMap.Two();
            UIMap.Three();
            UIMap.One();
            UIMap.Zero();
            UIMap.A();
            UIMap.AssertNumeric(" 16763852.56   ");

            UIMap.One();
            UIMap.Nine();
            UIMap.Five();
            UIMap.Zero();
            UIMap.A();
            UIMap.AssertNumeric(" 11945906.07   ");

            UIMap.Three();
            UIMap.SendKeys("22");
            UIMap.Zero();
            UIMap.A();
            UIMap.AssertNumeric(" 32573289.27   ");

            UIMap.EditLabels("SPHERE SURFACE AREA", "d->A");
            UIMap.TogglePrgmRun();
            UIMap.SaveCard("p18p19_" + random.Next());
        }
Exemplo n.º 2
0
        public void p15p17()
        {
            // Running a Prerecorded Program
            UIMap.OpenStandardPacCard("Calendar Functions.hp67");
            UIMap.ManTraceNorm2Left();

            UIMap.Zero();
            UIMap.Nine();
            UIMap.Period();
            UIMap.Zero();
            UIMap.Three();
            UIMap.One();
            UIMap.Nine();
            UIMap.SendKeys("{NumPad4}{NumPad4}");
            UIMap.AssertNumeric(" 09.031944     ");

            UIMap.A();
            Thread.Sleep(500);
            UIMap.AssertNumeric(" 2431337.      ");

            UIMap.OneOne();
            UIMap.Period();
            UIMap.Two();
            UIMap.OneOne();
            UIMap.Nine();
            UIMap.Seven();
            UIMap.Five();
            UIMap.AssertNumeric(" 11.211975     ");

            UIMap.B();
            Thread.Sleep(500);
            UIMap.AssertNumeric(" 2442738.      ");

            UIMap.C();
            Thread.Sleep(500);
            UIMap.AssertNumeric(" 11401.        ");
        }