Enables / disable cabling redundancy. | |
Syntax: | Boolean =
object.CableRedundant object.CableRedundant = Boolean |
Description: | CimS90_TCPIPDevice.CableRedundant is a
boolean indicating if the device is cable redundant. Examples device.ProtocolObject.IPAddress = "3.26.5.123" device.ProtocolObject.CableRedundant = TRUE device.ProtocolObject.SecondaryIPAddress ="3.26.6.123" |