HP 11kVA 400 Volt IEC309 16A 3-Phase Input 30xC13/3xC19 HP Monitored Power Dis - Page 83

get command, Usage, Get a single value, Get the size of an array, Get a single value of an array

Page 83 highlights

Serial Interface Operation get command Use this command to view the value an object or a family of objects that belong to the HID database or a card parameter. Usage PDU#0>get where: = a simple object, an object of type array or a family of objects. Get a single value PDU#0>get . Example PDU#0>get System.Network.DHCP 1 PDU#0> Get the size of an array PDU#0>get .Count Example pdu#0>get System.NetworkManagementSystem.Count 8 pdu#0> Get a single value of an array PDU#0>get . where: [i] = the index in the array, from 1 to n. The value of n depends of the HID object and is obtained with a get command Example pdu#0>get System.NetworkManagementSystem[1].TrapCommunity public pdu#0> Get all values of an array PDU#0>get . NOTE Values are separated by the pipe character ( | ). Example pdu#0>get System.User[x].SecurityRight 0|0|0|0|0|0|0|0 pdu#0> HP Monitored PDU User's Guide P-164000281-Rev 1 77

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120

Serial Interface Operation
HP Monitored PDU User’s Guide
P-164000281—Rev 1
77
get command
Use this command to view the value an object or a family of objects that belong to the HID database or a card
parameter.
Usage
PDU#0>get <object>
where:
<object> = a simple object, an object of type array or a family of objects.
Get a single value
PDU#0>get <path>.<name>
Example
PDU#0>get System.Network.DHCP
1
PDU#0>
Get the size of an array
PDU#0>get <path>.Count
Example
pdu#0>get System.NetworkManagementSystem.Count
8
pdu#0>
Get a single value of an array
PDU#0>get <path[i]>.<name>
where:
[i] = the index in the array, from 1 to
n
. The value of
n
depends of the HID object and is obtained with a
get
command
Example
pdu#0>get System.NetworkManagementSystem[1].TrapCommunity
public
pdu#0>
Get all values of an array
PDU#0>get <path[x]>.<name>
Example
pdu#0>get System.User[x].SecurityRight
0|0|0|0|0|0|0|0
pdu#0>
NOTE
Values are separated by the pipe character ( | ).