NEST HelpDesk | Command Index | NEST Quick Reference |
SubsetQ - Test if one dictionary is a subset of anotherSynopsis:
Examples:
dict1 dict2 SubsetQ -> bool
Description:
<< /a 1 /b 2 /c 2 >> << /c 2 >> SubsetQ -> true
Parameters:
The functions returns true, if all entries of dict2 are present in dict1
with the same values.
Source:
dict1 - dictionary
dict2 - dictionary
/builddir/build/BUILD/nest-simulator-2.16.0/nest-simulator-2.16.0/lib/sli/nest-init.sli
NEST HelpDesk | Command Index | NEST Quick Reference |
© 2004 The NEST Initiative