Class TimedPlotter

    • Field Detail

      • disconnectGraphOnAbsentValue

        public Parameter disconnectGraphOnAbsentValue
        When disconnectGraphOnAbsentValue is True there will be a gap in the graph each time a the actor is fired, but the value is absent for a certain channel. Especially in the continuous domain this options is useful. By default this parameter is False.
      • input

        public TypedIOPort input
        Input port, which has type DoubleToken.
      • useLocalTime

        public Parameter useLocalTime
        If true, use the model time reported by the input port, which is normally the model time of the local director. If false (the default), use the model time reported by the top-level director. Local time may differ from global time inside modal models and certain domains that manipulate time.