-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlab-descriptor.json
92 lines (92 loc) · 3.27 KB
/
lab-descriptor.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"broadArea": {
"name": "Electrical Engineering",
"link": "http://www.vlab.co.in/broad-area-electrical-engineering",
"code": "EE"
},
"lab": "Electrical Machines (Simulation)",
"lab_display_name": "Electrical Machines (Simulation)",
"deployLab": true,
"phase": 3,
"collegeName": "IITR",
"baseUrl": "ems-iitr.vlabs.ac.in",
"introduction": "Welcome to Electrical Machines Lab",
"experiments": [
{
"name": "Familiarization of the electrical machine laboratory apparatus",
"short-name": "lab-equipment-familiarization",
"repo": "https://github.com/virtual-labs/exp-lab-equipment-familiarization-iitr",
"tag": "v1.0.4",
"deploy": true
},
{
"name": "To study the Load Characteristics of DC shunt generator",
"short-name": "load-characteristics-dc-shunt",
"repo": "https://github.com/virtual-labs/exp-load-characteristics-dc-shunt-iitr",
"tag": "v1.0.4",
"deploy": true
},
{
"name": "Speed Control of DC motor by field resistance control",
"short-name": "dcmotor-field-resistance-control",
"repo": "https://github.com/virtual-labs/exp-dcmotor-field-resistance-control-iitr",
"tag": "v1.0.4",
"deploy": true
},
{
"name": "Speed Control of DC motor by armature resistance control",
"short-name": "dcshunt-motor-armature-control",
"repo": "https://github.com/virtual-labs/exp-dcshunt-motor-armature-control-iitr",
"tag": "v1.0.3",
"deploy": true
},
{
"name": "To perform speed control of DC motor by using Ward- Leonard Method of speed control",
"short-name": "dcmotor-ward-leonard",
"repo": "https://github.com/virtual-labs/exp-dcmotor-ward-leonard-iitr",
"tag": "v1.0.5",
"deploy": true
},
{
"name": "Determination of Transformer equivalent circuit from Open Circuit and Short Circuit Test",
"short-name": "circuit-parameters-oc-test",
"repo": "https://github.com/virtual-labs/exp-circuit-parameters-oc-test-iitr",
"tag": "v1.0.6",
"deploy": true
},
{
"name": "To study Magnetisation Characteristics of DC shunt generator",
"short-name": "magnetization-characteristics-dcshunt",
"repo": "https://github.com/virtual-labs/exp-magnetization-characteristics-dcshunt-iitr",
"tag": "v1.0.4",
"deploy": true
},
{
"name": "Speed control of slipring Induction Motor",
"short-name": "speed-control-slip-ring",
"repo": "https://github.com/virtual-labs/exp-speed-control-slip-ring-iitr",
"tag": "v1.0.4",
"deploy": true
}
],
"targetAudience": {
"UG": [
"B. Tech./ B.E in Electrical Engineering"
],
"PG": [
"MS/Ph. D. Beginners in Electrical Engineering"
]
},
"objective": "To learn and understand the basic concepts of Electrical Machines.",
"courseAlignment": {
"description": "The syllabi of this lab aligns to the following universities in India:",
"universities": [
"Uttarakhand Technical University Uttarakhand",
"Himachal Pradesh Technical University Himachal Pradesh",
"I. K. Gujral Punjab Technical University Punjab",
"Bhagwant University, Ajmer Rajasthan",
"Graphic Era University, Dehradun Uttarakhand",
"DIT University Uttarakhand"
]
}
}