Enum CoupleState
Coupling state of the axis
public enum CoupleState
Fields
Master = 1Master axis with any number of slaves (MASTER)
MasterSlave = 2Slave axis that is the master of another another slave (MASTERSLAVE)
Single = 0Single axis that is neither a master nor a slave (SINGLE)
Slave = 3Just a slave axis (SLAVE)