GetDynamicProbes

This is the primary mechanism by which the UDO script obtains the probe data (as double precision values) for its compute process.

UI Access NA
Parameters
Name Type Description
<dynamicProbes> List<UDSDynamicProbes> [out] List of dynamic probes
Return Value Boolean. If true, the method was successful. If false, it was not.

 

Python Syntax GetDynamicProbes(<dynamicProbes>)
Python Example
# Returns list of UDSParams and list of dynamic properties
# output UDSDynamicProbeCollection probes
    def GetDynamicProbes(self, probes):
        pass