baseID."/".$this->infoFile." ".$this->ParamId; $res = shell_exec($cmd); return $res; } public function getParamComponents() { $cmd = "ncinfo_remote ".RemoteData.$this->baseID."/".$this->infoFile." ".$this->ParamId." 1"; $res = shell_exec($cmd); return $res; } public function setInfoFile() { $this->infoFile = strtolower($this->ViId).".nc"; } }