Performing default system browser message test.
If browser warns about a missing certificate for 127.0.0.1,
please allow the connection or add exemption for 127.0.0.1.
https://127.0.0.1:31515/matlab/oslc/inboundTest
获取工程的可用配置上下文。
configs = slreq.dngGetProjectConfig
configs =
1×8 struct array with fields:
id
name
type
url
将配置上下文设置为结构体数组中的第一个配置上下文。
slreq.dngSetSessionConfig(configs(1))
此示例显示如何获取和设置当前工程中 IBM DOORS Next 会话的配置上下文,而无需检查 IBM DOORS Next 中的配置上下文一致性。
Performing default system browser message test.
If browser warns about a missing certificate for 127.0.0.1,
please allow the connection or add exemption for 127.0.0.1.
https://127.0.0.1:31515/matlab/oslc/inboundTest
获取工程的可用配置上下文。
configs = slreq.dngGetProjectConfig
configs =
1×8 struct array with fields:
id
name
type
url
将配置上下文设置为结构体数组中的第一个配置上下文。在 IBM DOORS Next 中不要检查配置上下文一致性。