MCPcopy Create free account
hub / github.com/NatLabRockies/OpenStudio / run

Method run

python/engine/test/BadMeasure/measure.py:27–36  ·  view source on GitHub ↗

define what happens when the measure is run

(
        self,
        model: openstudio.model.Model,
        runner: openstudio.measure.OSRunner,
        user_arguments: openstudio.measure.OSArgumentMap,
    )

Source from the content-addressed store, hash-verified

25 return args
26
27 def run(
28 self,
29 model: openstudio.model.Model,
30 runner: openstudio.measure.OSRunner,
31 user_arguments: openstudio.measure.OSArgumentMap,
32 ):
33 """
34 define what happens when the measure is run
35 """
36 super().run(model, runner, user_arguments) # Do **NOT** remove this line
37
38BadMeasure().registerWithApplication()

Callers 1

TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36