<< rtcconf_get rtcconf rtcconf_showall >>

RTCscilab >> Manager > rtcconf > rtcconf_modify

rtcconf_modify

Modify rtc.conf file

Calling Sequence

e=rtcconf_modify(key, value)

Parameters

key

string. key of parameter.

value

string. value of parameter.

e

Zero if success. Non-zero if failed.

Description

This function modify rtc.conf.

Examples

rtcconf_modify("naming.formats", "%h.host_cxt/%n.rtc");
rtcconf_modify("exec_cxt.periodic.type", "SimulationEC");

See Also

Authors

<< rtcconf_get rtcconf rtcconf_showall >>