blob: 207c706ce144d9b29bf268f86d7a3dd8fb863525 (
plain)
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
|
/* autogenerated from "macros/Misc/PAL_f.sci" */
function PAL_f() {
PAL_f.prototype.define = function PAL_f() {
scs=scicos_diagram();
scs.props.title="Palette";
model=scicos_model();
model.sim="palette";
model.in1=[];
model.out=[];
model.rpar=scs;
model.blocktype="h";
model.dep_ut=[false,false];
gr_i=[];
x=standard_define([2,2],model,[],gr_i);
x.graphics.id=scs.props.title(1);
}
PAL_f.prototype.details = function PAL_f() {
}
PAL_f.prototype.get = function PAL_f() {
}
PAL_f.prototype.set = function PAL_f() {
[x,newparameters,needcompile,edited]=scicos(arg1.model.rpar);
arg1.graphics.id=x.props.title(1);
arg1.model.rpar=x;
x=arg1;
y=[];
typ=[];
%exit=resume(false)
}
}
|