Difference between revisions of "Applets:Periodendauer periodischer Signale"
From LNTwww
David.Jobst (talk | contribs) |
David.Jobst (talk | contribs) |
||
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.67, 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. | + | texte=brd2.create('text',[9.5,0.67, 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.33, 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 14:16, 13 September 2017