Denso BHT-200QW Spezifikationen Seite 163

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 377
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 162
- 161 -
Level
Acquires the battery voltage level.
Syntax
[VB]
Public ReadOnly Property Level As EN_LEVEL
[C#]
public EN_LEVEL Level {get;}
Property
Battery voltage level
Default value
: Battery voltage level at the time of initialization
Exceptions
None
Note
If the BHT has a battery in the grip only, the battery voltage level for the BHT body will be
EN_LEVEL.NO_BATTERY. Similarly, if there is a battery in the BHT body only, the battery
voltage level for the grip will be EN_LEVEL.NO_BATTERY.
[Ex.] Acquire the battery level at the BHT body and grip.
[VB]
For Each MyBattery In BatteryCollection.ExistingBatteries
Dim Level As BatteryCollection.Battery.EN_LEVEL = MyBattery.Level
Next
[C#]
foreach (BatteryCollection.Battery MyBattery in BatteryCollection.ExistingBatteries)
{
BatteryCollection.Battery.EN_LEVEL Level = MyBattery.Level;
}
Seitenansicht 162
1 2 ... 158 159 160 161 162 163 164 165 166 167 168 ... 376 377

Kommentare zu diesen Handbüchern

Keine Kommentare