Applets:Periodendauer periodischer Signale: Difference between revisions
From LNTwww
David.Jobst (talk | contribs) No edit summary |
David.Jobst (talk | contribs) No edit summary |
||
| Line 81: | Line 81: | ||
textc=brd2.create('text',[2.8,-0.13, function() | textc=brd2.create('text',[2.8,-0.13, function() | ||
{ return '\\[\\phi_1= '+ Math.round(c.Value()*100)/100 +' \\text{ Grad}\\]';}], {fixed:true, visible:true, fontSize:14}); | { return '\\[\\phi_1= '+ Math.round(c.Value()*100)/100 +' \\text{ Grad}\\]';}], {fixed:true, visible:true, fontSize:14}); | ||
textd=brd2.create('text',[9.5,1. | textd=brd2.create('text',[9.5,1.97, function() | ||
{ return '\\[A_2= '+ Math.round(d.Value()*100)/100 +' \\text{ V}\\]';}], {fixed:true, visible:true, fontSize:14}); | { return '\\[A_2= '+ Math.round(d.Value()*100)/100 +' \\text{ V}\\]';}], {fixed:true, visible:true, fontSize:14}); | ||
texte=brd2.create('text',[9.5,0.97, function() | texte=brd2.create('text',[9.5,0.97, function() | ||
{ return '\\[f_2= '+ Math.round(e.Value()*100)/100 +' \\text{ kHz}\\]';}], {fixed:true, visible:true, fontSize:14}); | { return '\\[f_2= '+ Math.round(e.Value()*100)/100 +' \\text{ kHz}\\]';}], {fixed:true, visible:true, fontSize:14}); | ||
textg=brd2.create('text',[9.5,-0. | textg=brd2.create('text',[9.5,-0.23, function() | ||
{ return '\\[\\phi_2= '+ Math.round(g.Value()*100)/100 +' \\text{ Grad}\\]';}], {fixed:true, visible:true, fontSize:14}); | { return '\\[\\phi_2= '+ Math.round(g.Value()*100)/100 +' \\text{ Grad}\\]';}], {fixed:true, visible:true, fontSize:14}); | ||
textt=brd2.create('text',[2.8,-1.2, function() | textt=brd2.create('text',[2.8,-1.2, function() | ||
Revision as of 15:14, 13 September 2017