상속: BaseLinkDevice
 internal PSUPrimaryVoltageSensor(PSUPrimaryPowerDevice device)
     : base(device, 0)
 {
     this.powerDevice = device;
 }
 internal PSUPrimaryCurrentSensor(PSUPrimaryPowerDevice device)
     : base(device, 0)
 {
     this.powerDevice = device;
 }