
addsignal
7-13
set(sc1,’Signals’, [0,1]) or sc1.set(’signals’,[0,1],
Or to directly assign signal values to the scope object property Signals.
sc1.signals = [0,1].
See Also The xPC Target scope object methods remsignal and set. The target object
method
addscope and getsignalid.