Macro to Omit Supressed Components in Pack and Go

Hello SW community,

I have written a Macro that automatically creates a pack and go for an open drawing, and I'm wondering if there is a command or method to omit suppressed components, such as the explicit option SolidWorks provides in the options window when manually creating a pack and go:

(I want to do exactly this, just in the macro)

I'm assuming there may be some easy way to do this, such as the command to include toolbox components:

'Include Toolbox Components
swPackAndGo.IncludeToolboxComponents = True

Hope you can help! Thanks,

- Colin

SolidworksApi/macros