Gets and sets the address offset value. | |
Syntax: | short =
object.AddressOffset object.AddressOffset = short |
Description: | The CimDevicePoint.AddressOffset is an
integer indicating the address offset of the point. Typically used
for addressing a boolean point in an analog domain. Examples point.DevicePoint.Address = "%R1" point.DevicePoint.AddressOffset = 2 |