summaryrefslogtreecommitdiff
path: root/911/CH3/EX3.14.a/ex_3_14_a.sce
blob: ceec47a7bf419f8e571e4725ec28ddaeca4441cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//example 3.14//
clc
//clears the screen//
clear
//clears all existing variables//
moh=10^-3;
//maximum output HIGH state current//
mol=20*10^-3;
//maximum output LOW state current//
mih=50*10^-6;
//maximum input HIGH state current//
mil=2*10^-3;
//maximum input LOW state current//
h=moh/mih;
disp(h,'the HIGH state fan out =')