Name | Type | Description |
SourceConnectionLeft | Connection | Gets the left source connection |
SourceConnectionRight | Connection | Gets the right source connection |
DestinationConnectionLeft | Connection | Gets the left destination connection |
DestinationConnectionRight | Connection | Gets the right destination connection |
Deploy Left | Boolean | Gets/Sets the left deploy state |
Deploy Right | Boolean | Gets/Sets the right deploy state |
DivertMode (New in 5.2) | Integer | Default 0. Gets/Sets mode. 0=Pusher mode,1=Plough mode |
Color | String | Gets/Sets the name of the color of the equipment |
Visible | Boolean | Gets/Sets the visibility of the equipment |
MatchSourceSpeed | Boolean | Gets the match source speed state. (New in v8.2) |
OnDeployLeftStateChange
Invoked when the diverter DeployLeft property value changes.
Callback Signature
void xxxxxxxxxxxxxxxxx(sender: object);
Name | Type | Description |
sender | Object | The object associated with the changed property |
OnDeployRightStateChange
Invoked when the diverter DeployRight property value changes.
Callback Signature
void xxxxxxxxxxxxxxxxx(sender: object);
Name | Type | Description |
sender | Object | The object associated with the changed property |