device serial number from the hardware description file
an array of index and subindex
Make device parameter id by providing a device serial number and object which has index and subindex properties.
if index or subindex are less than 0
combined index and subindex in uppercase hexadecimal format and device serial number, e.g. "0x60FE:02.9002-02-0000466-2339"
device serial number from the hardware description file
an object with optional index and subindex properties
Optional
index?: null | numberOptional
subindex?: null | numberMake parameter id by providing a device serial number and index and subindex.
if index or subindex are less than 0
combined index and subindex in uppercase hexadecimal format and device serial number, e.g. "0x60FE:02.9002-02-0000466-2339"
device serial number from the hardware description file
Optional
index: null | numberfrom 0x0000 to 0xFFFF for objects defined in ESI and >0xFFFF for custom object
Optional
subindex: null | numberdefaults to 0 if not provided
Generated using TypeDoc
Make device parameter id by providing a device serial number and tuple of index and subindex.
Throws
if index or subindex are less than 0
Returns
combined index and subindex in uppercase hexadecimal format and device serial number, e.g. "0x60FE:02.9002-02-0000466-2339"