set_sbr_current_sources_options# Hfss.set_sbr_current_sources_options(conformance=False, thin_sources=False, power_fraction=0.95)[source]# Set SBR+ setup options for the current source. Parameters: conformancebool, optionalWhether to enable current source conformance. The default is False. thin_sourcesbool, optionalWhether to enable thin sources. The default is False. power_fractionfloat or str, optionalPower fraction to use if thin_sources=True. The default is 0.95. Returns: boolTrue when successful, False when failed. References >>> oModule.EditGlobalCurrentSourcesOption