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

set command, Example 1

Page 85 highlights

Serial Interface Operation set command Use this command to change the value of an object that belongs to the HID database or a card parameter. NOTE Some data cannot modified without appropriate user access rights. Usage PDU#0>set where: = a simple object or an object of type array. = a value or a list of values separate with the pipe character ( | ). For a value of type string, the space character ' ' is taken into account. Set a single value PDU#0>set . Example 1 pdu#0>set System.Network.DHCP 1 1 pdu#0> Example 2 pdu#0>set System.Display.LcdRotation 1 1 pdu#0> where: = Rotation 0 Degree (0U) = Rotation 90 Degree (1U) = Rotation 180 Degree (0U) = Rotation 270 Degree (1U) Set value of an array PDU#0>set . 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>set System.Network.SNMP.V3.User[1].Name User 1 User 1 pdu#0> HP Monitored PDU User's Guide P-164000281-Rev 1 79

  • 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
79
set command
Use this command to change the value of an object that belongs to the HID database or a card parameter.
Usage
PDU#0>set <object> <value>
where:
<object> = a simple object or an object of type array.
<value> = a value or a list of values separate with the pipe character ( | ). For a value of type string, the
space character ' ' is taken into account.
Set a single value
PDU#0>set <path>.<name> <value>
Example 1
pdu#0>set System.Network.DHCP 1
1
pdu#0>
Example 2
pdu#0>set System.Display.LcdRotation 1
1
pdu#0>
where:
<0> = Rotation 0 Degree (0U)
<1> = Rotation 90 Degree (1U)
<2> = Rotation 180 Degree (0U)
<3> = Rotation 270 Degree (1U)
Set value of an array
PDU#0>set <path[i]>.<name> <value>
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>set System.Network.SNMP.V3.User[1].Name User 1
User 1
pdu#0>
NOTE
Some data cannot modified without appropriate user access rights.