ConstantProperty

external class ConstantProperty(value: Any? = definedExternally)(source)

A Property whose value does not change with respect to simulation time.

Parameters

value

The property value.

See also

Constructors

Link copied to clipboard
constructor(value: Any? = definedExternally)

Properties

Link copied to clipboard

Gets the event that is raised whenever the definition of this property changes. The definition is changed whenever setValue is called with data different than the current value.

Link copied to clipboard

Gets a value indicating if this property is constant. This property always returns true.

Functions

Link copied to clipboard
fun getValue(time: JulianDate? = definedExternally, result: Any? = definedExternally): Any

Gets the value of the property.

Link copied to clipboard
fun setValue(value: Any)

Sets the value of the property.

Link copied to clipboard
fun valueOf(): Any

Gets this property's value.