The gnpool
enumerates a name-filtered list of kernel variables present in the pool.
From the SPICE documentation:
gnpool
Abstract
Return names of kernel variables matching a specified template.
Example output:
BODY704_RADII
BODY614_RADII
... (75 items total)
BODY2000253_RADII
These are the radii pool variables, as named internally to the kernel pool. Inside the kernel pool, bodies are tracked by numeric identifier as opposed to name.
The blueprint action Bods2c
can transform these stringified identifiers into integer ID codes, then Bodc2n
can get a human readable name.
OBERON
CALYPSO
MARS
... (75 items total)
PUCK