LS-PrepPost Python Scripting: Possible to pre-filter result data: get_data('disp_x'...)

If I use the command to get the x-displacements:

import DataCenter as dc
results = dc.get_data('disp_x', type=dc.Type.NODE, ist=1)

I get the x-displacements for all nodes in the model. It is possible to pre-filter the request using a node list? Filtering afterwards is also possible, but this takes time, as all nodes have to be read first and then filtered.

Tagged: