Skip to main content

DPF Mechanical 2026 R1

TimeFreqScopingFactory class

Last update: 18.06.2026

Namespace: Ans.DataProcessing

Summary

Helpers to create time scoping inputs

Example

my_displacement = dpf.operators.result.displacement(TimeFreqScopingFactory.ScopingByLoadStep(2))

my_displacement = dpf.operators.result.displacement(TimeFreqScopingFactory.ScopingBySet([1,2,3]))

Class Information

Property Value
Namespace Ans.DataProcessing
Assembly CS_DataProcessing

Methods

ScopingByLoadStep

Method ScopingByLoadStep create time/freq scoping to get results by loadstep

result = obj.ScopingByLoadStep(loadStep)

Parameters:

  • loadStep (int)

Returns: Scoping

ScopingByLoadSteps

result = obj.ScopingByLoadSteps(loadSteps)

Parameters:

  • loadSteps (list)

Returns: Scoping

ScopingBySet

Method ScopingBySet create time/freq scoping to get results by time/freq set

result = obj.ScopingBySet(cumulativeSet)

Parameters:

  • cumulativeSet (int)

Returns: Scoping

ScopingBySets

result = obj.ScopingBySets(cumulativeSets)

Parameters:

  • cumulativeSets (list)

Returns: Scoping

ScopingByStepAndSubstep

Method ScopingByStepAndSubstep create time/freq scoping by step and substep

result = obj.ScopingByStepAndSubstep(loadStepId, subsetId, timeFreqSupport)

Parameters:

  • loadStepId (int)
  • subsetId (int)
  • timeFreqSupport (TimeFreqSupport)

Returns: Scoping

ScopingByStepAndSubstep

Method ScopingByStepAndSubstep create time/freq scoping by step and substep

result = obj.ScopingByStepAndSubstep(loadStepId, subsetId, model)

Parameters:

  • loadStepId (int)
  • subsetId (int)
  • model (Model)

Returns: Scoping

ScopingOnAllTimeFreqs

Method ScopingOnAllTimeFreqs creates time/freq scoping for all time or frequency sets

result = obj.ScopingOnAllTimeFreqs(timeFreqSupport)

Parameters:

  • timeFreqSupport (TimeFreqSupport)

Returns: Scoping

ScopingOnAllTimeFreqs

Method ScopingOnAllTimeFreqs creates time/freq scoping for all time or frequency sets

result = obj.ScopingOnAllTimeFreqs(model)

Parameters:

  • model (Model)

Returns: Scoping

Connect with Ansys