Skip to content
logo
Sedona Documentation Sub4
Type to start searching
    linsong/sedona
    linsong/sedona
    • Index
      • Introduction
      • Setup
      • Architecture
      • Tutorial
      • Language
      • Primitives
      • Expressions
      • Statements
      • Classes
      • Fields
      • Methods
      • Components
      • Reflection
      • Arrays
      • Memory
      • Native Methods
      • Logging
      • Application Model
      • Security
      • Kits
      • Schema
      • Platform Definition
      • Platform Archive
      • Platform Tutorial
      • Device Simulator
      • Certified Platforms
      • Sedonac
      • Testing
      • Porting
      • Niagara
      • Networking
      • DASP
      • Sox
      • Device Discovery
      • License
      • Coding Conventions
      • SCode Format
      • Grammar
      • v1.2
    • API
    • Inheritance
    • Fields
      • in3
      • in4
    • Methods
      • execute
    

    Sedona

    Sub4¶

    Doc Home > API Index > control > Sub4


    Inheritance¶

    sys::Obj
      sys::Virtual
        sys::Component
          control::Sub2
            control::Sub4
    
    public class Sub4

    Sub4 Four Input Subtract object

    out = in1 - in2 - in3 - in4 out, in1, and in2 are inherited from Sub2 class


    Fields¶

    in3¶

    public property float in3

    in3

    in4¶

    public property float in4

    in4


    Methods¶

    execute¶

    public virtual override void execute()

    Execute is called once every scan.


    Doc Home > API Index > control > Sub4


    Last update: April 28, 2020
    Copyright © 2007-2017 Tridium, 2018-2020 Sedona Community
    powered by MkDocs and Material for MkDocs