Home
last modified time | relevance | path

Searched refs:Qg (Results 1 – 25 of 762) sorted by relevance

12345678910>>...31

/dports/math/gravity/Gravity-da941e9/data_sets/Power/
H A Dpglib_opf_case24_ieee_rts__api.m196 % INFO : Gen at bus 1 : Pg=18.0, Qg=5.0 -> Pg=73.0, Qg=1.0
197 % INFO : Gen at bus 1 : Pg=18.0, Qg=5.0 -> Pg=73.0, Qg=1.0
198 % INFO : Gen at bus 1 : Pg=45.6, Qg=2.5 -> Pg=72.0, Qg=1.0
199 % INFO : Gen at bus 1 : Pg=45.6, Qg=2.5 -> Pg=72.0, Qg=1.0
200 % INFO : Gen at bus 2 : Pg=18.0, Qg=5.0 -> Pg=157.0, Qg=31.0
201 % INFO : Gen at bus 2 : Pg=18.0, Qg=5.0 -> Pg=157.0, Qg=31.0
202 % INFO : Gen at bus 2 : Pg=45.6, Qg=2.5 -> Pg=156.0, Qg=31.0
203 % INFO : Gen at bus 2 : Pg=45.6, Qg=2.5 -> Pg=156.0, Qg=31.0
361 % INFO : Gen at bus 1 : Pg=73.0, Qg=1.0 -> Pg=43.5, Qg=0.0
365 % INFO : Gen at bus 1 : Pg=72.0, Qg=1.0 -> Pg=41.3, Qg=0.0
[all …]
H A Dnesta_case5_pjm.m39 % bus Pg Qg Qmax Qmin Vg mBase status Pmax Pmin Pc1 Pc2 Qc1min Qc1max Qc2min Qc2max ramp_agc ramp_1…
89 % INFO : Gen at bus 1 : Pg=40.0, Qg=0.0 -> Pg=40.0, Qg=30.0
91 % INFO : Gen at bus 1 : Pg=170.0, Qg=0.0 -> Pg=170.0, Qg=127.5
93 % INFO : Gen at bus 3 : Pg=323.49, Qg=0.0 -> Pg=324.498, Qg=390.0
95 % INFO : Gen at bus 4 : Pg=0.0, Qg=0.0 -> Pg=0.0, Qg=-10.802
97 % INFO : Gen at bus 5 : Pg=466.51, Qg=0.0 -> Pg=470.694, Qg=-165.039
H A Dnesta_case9_bgm__nco.m40 % bus Pg Qg Qmax Qmin Vg mBase status Pmax Pmin Pc1 Pc2 Qc1min Qc1max Qc2min Qc2max ramp_agc ramp_1…
85 % INFO : Gen at bus 1 : Pg=0.0, Qg=0.0 -> Pg=10.0, Qg=-5.0
87 % INFO : Gen at bus 2 : Pg=163.0, Qg=0.0 -> Pg=125.369, Qg=-5.0
89 % INFO : Gen at bus 3 : Pg=85.0, Qg=0.0 -> Pg=57.028, Qg=-5.0
H A Dpglib_opf_case3_lmbd.m52 % bus Pg Qg Qmax Qmin Vg mBase status Pmax Pmin
96 % INFO : Gen at bus 1 : Pg=0.0, Qg=0.0 -> Pg=1000.0, Qg=0.0
98 % INFO : Gen at bus 2 : Pg=0.0, Qg=0.0 -> Pg=1000.0, Qg=0.0
100 % INFO : Gen at bus 3 : Pg=0.0, Qg=0.0 -> Pg=0.0, Qg=0.0
H A Dnesta_case14_ieee.m43 % bus Pg Qg Qmax Qmin Vg mBase status Pmax Pmin Pc1 Pc2 Qc1min Qc1max Qc2min Qc2max ramp_agc ramp_1…
176 % INFO : Gen at bus 1 : Pg=232.4, Qg=-16.9 -> Pg=208.317, Qg=0.0
178 % INFO : Gen at bus 2 : Pg=40.0, Qg=42.4 -> Pg=63.0, Qg=26.964
180 % INFO : Gen at bus 3 : Pg=0.0, Qg=23.4 -> Pg=0.0, Qg=29.63
182 % INFO : Gen at bus 6 : Pg=0.0, Qg=12.2 -> Pg=0.0, Qg=13.23
184 % INFO : Gen at bus 8 : Pg=0.0, Qg=17.4 -> Pg=0.0, Qg=9.618
/dports/math/asymptote/asymptote-2.67/GUI/
H A DGuidesManager.py3 import PyQt5.QtGui as Qg namespace
10 pen = Qg.QPen()
11 assert isinstance(pen, Qg.QPen)
15 assert isinstance(pen, Qg.QPainter)
48 assert isinstance(pen, Qg.QPainter)
H A DxasySvg.py3 import PyQt5.QtGui as Qg namespace
13 def render(self, dpi:int) -> Qg.QImage:
22 return Qg.QImage.fromData(rawDataProc.stdout.read(), 'PNG')
H A DCustMatTransform.py4 import PyQt5.QtGui as Qg namespace
21 self.mainTransformation = Qg.QTransform()
28 validator = Qg.QDoubleValidator()
40 self.previewPixmap = Qg.QPixmap(self.canvSize)
55 canvas = Qg.QPainter(self.previewPixmap)
H A DInplaceAddObj.py4 import PyQt5.QtGui as Qg namespace
27 def mouseDown(self, pos, info, mouseEvent: Qg.QMouseEvent=None):
30 def mouseMove(self, pos, event: Qg.QMouseEvent):
48 def postDrawPreview(self, canvas: Qg.QPainter):
61 def mouseDown(self, pos, info, mouseEvent: Qg.QMouseEvent=None):
80 newPath = Qg.QPainterPath()
124 def mouseDown(self, pos, info, mouseEvent: Qg.QMouseEvent=None):
171 def mouseDown(self, pos, info, mouseEvent: Qg.QMouseEvent=None):
291 def mouseDown(self, pos, info, mouseEvent: Qg.QMouseEvent=None):
332 newPath = Qg.QPainterPath()
H A DWindow1.py6 import PyQt5.QtGui as Qg namespace
157 self.mainTransformation = Qg.QTransform()
159 self.localTransform = Qg.QTransform()
160 self.screenTransformation = Qg.QTransform()
161 self.panTranslation = Qg.QTransform()
330 newTransf = Qg.QTransform()
851 shortcut.setKey(Qg.QKeySequence(key))
1109 self.newTransform = Qg.QTransform()
1169 def wheelEvent(self, event: Qg.QWheelEvent):
1195 self.newTransform = Qg.QTransform()
[all …]
H A DxasyBezierInterface.py7 import PyQt5.QtGui as Qg namespace
106 def postDrawPreview(self, canvas: Qg.QPainter):
109 dashedPen = Qg.QPen(Qc.Qt.DashLine)
126 nodePen = Qg.QPen(Qg.QColor('blue'))
129 ctlPtsPen = Qg.QPen(Qg.QColor(ctrlPtsColor))
192 def mouseDown(self, pos, info, mouseEvent: Qg.QMouseEvent=None):
233 def mouseMove(self, pos, event: Qg.QMouseEvent):
H A DlabelEditor.py6 import PyQt5.QtGui as Qg namespace
109 img = Qg.QPixmap(self.ui.lblLabelPreview.size())
110 img.fill(Qg.QColor.fromRgbF(1, 1, 1, 1))
114 with Qg.QPainter(img) as pnt:
H A DWidg_addPolyOpt.py5 import PyQt5.QtGui as Qg namespace
21 self.ui.txtSides.setValidator(Qg.QIntValidator())
H A Dxasy2asy.py13 import PyQt5.QtGui as Qg namespace
154 def fromQTransform(cls, transform: Qg.QTransform):
263 return Qg.QColor.fromRgbF(r, g, b)
358 newPen = Qg.QPen()
420 def toQPainterPath(self) -> Qg.QPainterPath:
716 image = Qg.QImage(file)
1306 if isinstance(transform, Qg.QTransform):
1360 oldPen = Qg.QPen(canvas.pen())
1363 oldPen = Qg.QPen()
1374 if isinstance(self.drawObject, Qg.QImage):
[all …]
H A DSetCustomAnchor.py4 import PyQt5.QtGui as Qg namespace
17 validator = Qg.QDoubleValidator()
H A DPrimitiveShape.py7 import PyQt5.QtGui as Qg namespace
54 return Qg.QPolygonF(qpoints)
/dports/misc/vxl/vxl-3.3.2/core/vgl/
H A Dvgl_quadric_3d.hxx106 Qg[0][3] = Rc[0]-RqRt[0]; in vgl_quadric_3d()
107 Qg[1][3] = Rc[1]-RqRt[1]; in vgl_quadric_3d()
108 Qg[2][3] = Rc[2]-RqRt[2]; in vgl_quadric_3d()
109 Qg[3][0] = Qg[0][3]; Qg[3][1] = Qg[1][3]; Qg[3][2] = Qg[2][3]; in vgl_quadric_3d()
112 Qg[r][r] = qr[r][r]; in vgl_quadric_3d()
114 Qg[1][0] = qr[1][0]; Qg[2][0] = qr[2][0]; Qg[2][1] = qr[2][1]; in vgl_quadric_3d()
115 Qg[0][1] = Qg[1][0]; Qg[0][2] = Qg[2][0]; Qg[1][2] = Qg[2][1]; in vgl_quadric_3d()
116 Qg[3][3] = canonical_quadric[3][3]- ctrRtrt + tRqRt - tRc; in vgl_quadric_3d()
117 *this = vgl_quadric_3d<T>(Qg); in vgl_quadric_3d()
123 Qg[0][0] = diag[0];Qg[1][1] = diag[1];Qg[2][2] = diag[2];Qg[3][3] = diag[3]; in vgl_quadric_3d()
[all …]
/dports/biology/infernal/infernal-1.1.3/easel/
H A Desl_ratematrix.c569 gsl_matrix *Qg = NULL; in main() local
586 if (esl_dmx_MorphGSL(Q, &Qg) != eslOK) esl_fatal("morph to gsl_matrix failed"); in main()
588 gsl_matrix_scale(Qg, t); in main()
592 gsl_linalg_exponential_ss(Qg, Pg, GSL_PREC_DOUBLE); in main()
596 gsl_matrix_free(Qg); in main()
638 gsl_matrix *Qg = NULL; in main() local
652 if (esl_dmx_MorphGSL(Q, &Qg) != eslOK) esl_fatal("morph to gsl_matrix failed"); in main()
654 gsl_matrix_scale(Qg, t); in main()
655 …if (gsl_linalg_exponential_ss(Qg, Pg, GSL_PREC_DOUBLE) != 0) esl_fatal("gsl's exponentiation faile… in main()
665 gsl_matrix_free(Qg); in main()
/dports/biology/hmmer/hmmer-3.3/easel/
H A Desl_ratematrix.c569 gsl_matrix *Qg = NULL; in main() local
586 if (esl_dmx_MorphGSL(Q, &Qg) != eslOK) esl_fatal("morph to gsl_matrix failed"); in main()
588 gsl_matrix_scale(Qg, t); in main()
592 gsl_linalg_exponential_ss(Qg, Pg, GSL_PREC_DOUBLE); in main()
596 gsl_matrix_free(Qg); in main()
638 gsl_matrix *Qg = NULL; in main() local
652 if (esl_dmx_MorphGSL(Q, &Qg) != eslOK) esl_fatal("morph to gsl_matrix failed"); in main()
654 gsl_matrix_scale(Qg, t); in main()
655 …if (gsl_linalg_exponential_ss(Qg, Pg, GSL_PREC_DOUBLE) != 0) esl_fatal("gsl's exponentiation faile… in main()
665 gsl_matrix_free(Qg); in main()
/dports/cad/ngspice_rework/ngspice-35/examples/vdmos/
H A Dvdmos-out_ir_mtr.sp8 … Cgdmin=0.05n Cgs=1.8n Cjo=0.55n Is=2.5p tt=20n mfg=International_Rectifier Vds=55 Ron=8.6m Qg=43n)
10 …47 IS=3.25n N=1.744 RB=0.118608 m=0.348 Vj=0.23 Cjo=14pF mtriode=1 Vds=60 Ron=1 Qg=0.9n mfg=VISHAY)
12 …47 IS=3.25n N=1.744 RB=0.118608 m=0.348 Vj=0.23 Cjo=14pF mtriode=2 Vds=60 Ron=1 Qg=0.9n mfg=VISHAY)
H A Dvdmosp-out-mtr.sp4 …=2n Cgdmin=.25n Cgs=3.3n Cjo=.98n Is=98p Rb=10m mfg=International_Rectifier Vds=-12 Ron=20m Qg=49n)
7 …=2n Cgdmin=.25n Cgs=3.3n Cjo=.98n Is=98p Rb=10m mfg=International_Rectifier Vds=-12 Ron=20m Qg=49n)
10 …n Cgs=3.3n Cjo=.98n Is=98p Rb=10m mfg=International_Rectifier Vds=-12 Ron=20m Qg=49n ksubthres=0.1)
/dports/cad/ghdl/ghdl-1.0.0/testsuite/vests/vhdl-ams/ad-hoc/fromUC/regression_test/
H A Dtest145.ams111 quantity Qc, Qb, Qg: real;
323 Qg:=Cox*(Vgstos+A); -- Accumulation
325 Qg:=0.5*Gamma*Cox*(sqrt(4.0*(Vgstos+A)+Gamma*Gamma-Gamma));
328 Qg:=0.0;
330 Qb:=-Qg;
335 Qg:=Cox*(Vgstos-Vpp*0.5+R);
337 Qb:=-(Qc+Qg);
341 Qg:=0.0;
349 Qgq := Qg;
354 Igq := channel*Qg'dot;
/dports/cad/ghdl/ghdl-1.0.0/testsuite/vests/vhdl-ams/ad-hoc/fromUC/simultaneous_stmts/
H A Dtest145.ams111 quantity Qc, Qb, Qg: real;
323 Qg:=Cox*(Vgstos+A); -- Accumulation
325 Qg:=0.5*Gamma*Cox*(sqrt(4.0*(Vgstos+A)+Gamma*Gamma-Gamma));
328 Qg:=0.0;
330 Qb:=-Qg;
335 Qg:=Cox*(Vgstos-Vpp*0.5+R);
337 Qb:=-(Qc+Qg);
341 Qg:=0.0;
349 Qgq := Qg;
354 Igq := channel*Qg'dot;
/dports/cad/pcb/pcb-4.2.0/lib/
H A Dlogic.m433 …`CLK/I1',`I2',`I3',`I4',`I5',`I6',`I7',`I8',`I9',`Gnd',`I10',`I/O/Qh',`I/O/Qg',`I/O/Qf',`I/O/Qe',`…
38 …4',`I5',`I6',`I7',`I8',`I9',`I10',`I11',`Gnd',`I12/OE',`I13',`I/O/Qh',`I/O/Qg',`I/O/Qf',`I/O/Qe',`…
43 …I6',`I7',`I8',`I9',`I10',`I11',`Gnd',`I12',`I/O/Qj',`I/O/Qi',`I/O/Qh',`I/O/Qg',`I/O/Qf',`I/O/Qe',`…
/dports/sysutils/angrysearch/ANGRYsearch-1.0.3/
H A Dangrysearch.py34 import PyQt5.QtGui as Qg namespace
664 if type(event) == Qg.QKeyEvent:
952 pm = Qg.QPixmap()
954 i = Qg.QIcon()
1092 n = Qg.QStandardItem(name)
1120 m = Qg.QStandardItem(path)
1135 o = Qg.QStandardItem(file_size)
1183 icon_dic[key] = Qg.QIcon(icon)
1486 self.doc = Qg.QTextDocument(self)
1504 ctx.palette.setColor(Qg.QPalette.Text,
[all …]

12345678910>>...31