Skip to content

Network-Related Parameters#

Network-related parameters allow you optimize the performance of Basler GigE cameras.

Using the Feature#

Available Parameters#

Depending on your camera model, the following network-related parameters are available:

Parameter Name Display Name Description
BandwidthReserveMode Bandwidth Reserve Mode Allows you to configure the bandwidth reserve and bandwidth reserve accumulation (see below) in a single step.
You can set the parameter to the following values:
  • Standard: The camera is configured for use with moderate bandwidth demands.
  • Performance: The camera is configured for use with high bandwidth demands.
  • Manual: No preset is used. You can configure the bandwidth reserve and bandwidth reserve accumulation manually.
BslDeviceLinkCurrentThroughput Indicates the actual bandwidth (in bytes per second) that the camera uses to transmit image data and chunk data given the current camera settings.
If you are using the Acquisition Frame Rate parameter to control the camera's frame rate, the camera uses that parameter value to calculate the throughput. If you are using software triggering or hardware triggering to control the camera's frame rate, the camera uses the maximum possible frame rate with the current camera settings to calculate the throughput.
This parameter is read-only.
DeviceLinkThroughputLimit Device Link Throughput Limit Allows you to limit the maximum available bandwidth for data transmission. For more information, see Device Information Parameters.
GevHeartbeatTimeout Heartbeat Timeout Sets the heartbeat timeout (in milliseconds). If a timeout occurs, the camera releases the network connection and enters a state that allows reconnection.
By default, the heartbeat timeout is set to 3000 ms. Changing the value is not required for normal camera operation. However, if you are debugging an application and stop at a break point, a heartbeat timeout may occur and the connection to the camera may be lost. Therefore, you should increase the GevHeartbeatTimeout parameter value while debugging. When debugging is complete, you should return the timeout to its normal setting.
For more information, see the Debugging pylon Applications Using GigE Cameras section in the pylon API Documentation.a
GevSCBWA Bandwidth Assigned Indicates the bandwidth in bytes per second that can be used by the camera to transmit image and chunk data, to handle packet resends, and to control data transmission.
The assigned bandwidth can be adjusted by changing the inter-packet delay and the frame transmission delay settings.
This parameter is read-only.
GevSCBWR Bandwidth Reserve Specifies which portion of the assigned bandwidth is reserved to handle packet resends and to control data transmission.
The setting is expressed as a percentage of the assigned bandwidth.
Example: If a bandwidth of 30 MByte/s is assigned to the camera and the GevSCBWR parameter is set to 5 %, the bandwidth reserve will be 1.5 MByte/s.
GevSCBWRA Bandwidth Reserve Accumulation Multiplier used to set the maximum number of resends that can be held in the "accumulator pool".
You can use the GevSCBWRA parameter to handle situations when the network connection becomes unstable, e.g., because of a sudden EMI burst. In these situations, a larger number of packet resends may be needed to transmit an image. The bandwidth reserve accumulation is basically an extra pool of resends that the camera can use in unusual situations.
Example: Assume that the current bandwidth reserve setting is large enough to allow up to 5 packet resends during a frame period. Also assume that the bandwidth reserve accumulation (GevSCBWRA parameter) is set to 3. With these settings, the accumulator pool can hold a maximum of 5 x 3 = 15 resends.
GevSCDCT Device Current Throughput See Device Link Current Throughput.
GevSCDMT Device Max Throughput Indicates the maximum amount of data (in bytes per second) that the camera is theoretically able to generate given its current settings and under ideal conditions without network restrictions. This parameter doesn't take into account whether the GigE network has the capacity to carry all of the data and does not consider any bandwidth required for resends.
If you are using the Acquisition Frame Rate parameter to control the camera's frame rate, the camera uses that parameter value to calculate the GevSCDMT parameter value. If you are using software triggering or hardware triggering to control the camera's frame rate, the camera uses the maximum frame rate allowed with the current camera settings to calculate the GevSCDMT parameter value.
This parameter is read-only.
GevSCFJM Frame Jitter Max Indicates the maximum time in ticksb that the next frame transmission could be delayed due to a burst of resends.
If the bandwidth reserve accumulation is set to a high value, the camera can experience a large burst of data resends during the transmission of a frame. This burst of resends will delay the start of the transmission of the next acquired frame.
This parameter is read-only.
GevSCFTD Frame Transmission Delay Sets a delay in ticksb between when a camera would normally begin transmitting an acquired frame and when it actually begins transmission.
In most cases, this parameter should be set to zero.
However, if your network hardware can't handle spikes in network traffic (e.g., if you are triggering multiple cameras simultaneously), you can use the frame transmission delay parameter to stagger the start of image data transmissions from each camera.
GevSCPD Inter-Packet Delay Sets the inter-packet delay in ticksb.
If your network hardware can't handle the incoming packet rate, it is useful to increase the delay between packet transmissions. This may reduce the amount of dropped packets. Note that this also slows the data transmission. As a result, the camera's frame rate may decrease.
GevSCPSPacketSize Packet Size Specifies the maximum size of a data packet transmitted via Ethernet. The value is in bytes.
The parameter should always be set to the maximum size that your network hardware can handle.
By default, the packet size is set to 1 500 bytes. This will be sufficient for most configurations.c
If required, you can increase the packet size to reduce Ethernet overhead load and improve network efficiency. The size of the leader and the trailer always remains the same, regardless of the packet size. You should bear in mind that the last data packet is, in most cases, smaller than the others.
GevStreamChannelSelector Stream Channel Selector Specifies the stream channel that will be affected when other network related parameters are changed.
The GigE Vision standard specifies a mechanism for establishing several separate stream channels between the camera and the computer.
Currently, the cameras support only one stream channel, i.e., stream channel 0. Therefore, the GevStreamChannelSelector parameter is preset to StreamChannel0 and can't be changed.
PayloadSize Payload Size Indicates the total size in bytes of the image data plus any chunk data transmitted. Packet headers are not included. This parameter is read-only.

  1. The pylon API also provides a HeartbeatTimeout parameter that sets the heartbeat timeout on transport layer side. The HeartbeatTimeout and GevHeartbeatTimeout parameters are automatically synchronized. When you change one parameter, the other one adapts, and vice versa.

  2. On ace Classic/U/L cameras, one tick equals 8 ns (PTP disabled) or 1 ns (PTP enabled). On other cameras, one tick always equals 1 ns. You can determine the tick frequency by reading the GevTimestampTickFrequency parameter value. This value indicates the number of clock ticks per second.

  3. If you increase the packet size above 1 500 bytes, you must enable the so-called Jumbo Frames support on all network devices involved including any switches. Whenever you increase the packet size on the camera side, you must also adjust the packet size of your network controller card. Otherwise, streaming may fail due to blocked packets.

Specifics#

Show all camera models

Camera Model Available Parameters
a2A640-240gmSWIR BandwidthReserveMode
BslDeviceLinkCurrentThroughput
DeviceLinkThroughputLimit
GevHeartbeatTimeout
GevSCBWR
GevSCBWRA
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
a2A640-240umSWIR Feature not supported
a2A1280-80gmSWIR BandwidthReserveMode
BslDeviceLinkCurrentThroughput
DeviceLinkThroughputLimit
GevHeartbeatTimeout
GevSCBWR
GevSCBWRA
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
a2A1280-125umSWIR Feature not supported
a2A1920-51gcBAS BandwidthReserveMode
BslDeviceLinkCurrentThroughput
DeviceLinkThroughputLimit
GevHeartbeatTimeout
GevSCBWR
GevSCBWRA
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
a2A1920-51gcPRO BandwidthReserveMode
BslDeviceLinkCurrentThroughput
DeviceLinkThroughputLimit
GevHeartbeatTimeout
GevSCBWR
GevSCBWRA
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
a2A1920-51gmBAS BandwidthReserveMode
BslDeviceLinkCurrentThroughput
DeviceLinkThroughputLimit
GevHeartbeatTimeout
GevSCBWR
GevSCBWRA
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
a2A1920-51gmPRO BandwidthReserveMode
BslDeviceLinkCurrentThroughput
DeviceLinkThroughputLimit
GevHeartbeatTimeout
GevSCBWR
GevSCBWRA
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
a2A1920-160ucBAS Feature not supported
a2A1920-160ucPRO Feature not supported
a2A1920-160umBAS Feature not supported
a2A1920-160umPRO Feature not supported
a2A1920-165g5cBAS BandwidthReserveMode
BslDeviceLinkCurrentThroughput
DeviceLinkThroughputLimit
GevHeartbeatTimeout
GevSCBWR
GevSCBWRA
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
a2A1920-165g5mBAS BandwidthReserveMode
BslDeviceLinkCurrentThroughput
DeviceLinkThroughputLimit
GevHeartbeatTimeout
GevSCBWR
GevSCBWRA
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
a2A2440-98g5cBAS BandwidthReserveMode
BslDeviceLinkCurrentThroughput
DeviceLinkThroughputLimit
GevHeartbeatTimeout
GevSCBWR
GevSCBWRA
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
a2A2440-98g5mBAS BandwidthReserveMode
BslDeviceLinkCurrentThroughput
DeviceLinkThroughputLimit
GevHeartbeatTimeout
GevSCBWR
GevSCBWRA
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
a2A2448-23gcBAS BandwidthReserveMode
BslDeviceLinkCurrentThroughput
DeviceLinkThroughputLimit
GevHeartbeatTimeout
GevSCBWR
GevSCBWRA
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
a2A2448-23gcPRO BandwidthReserveMode
BslDeviceLinkCurrentThroughput
DeviceLinkThroughputLimit
GevHeartbeatTimeout
GevSCBWR
GevSCBWRA
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
a2A2448-23gmBAS BandwidthReserveMode
BslDeviceLinkCurrentThroughput
DeviceLinkThroughputLimit
GevHeartbeatTimeout
GevSCBWR
GevSCBWRA
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
a2A2448-23gmPRO BandwidthReserveMode
BslDeviceLinkCurrentThroughput
DeviceLinkThroughputLimit
GevHeartbeatTimeout
GevSCBWR
GevSCBWRA
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
a2A2448-75ucBAS Feature not supported
a2A2448-75ucPRO Feature not supported
a2A2448-75umBAS Feature not supported
a2A2448-75umPRO Feature not supported
a2A2448-105g5cBAS BandwidthReserveMode
BslDeviceLinkCurrentThroughput
DeviceLinkThroughputLimit
GevHeartbeatTimeout
GevSCBWR
GevSCBWRA
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
a2A2448-105g5mBAS BandwidthReserveMode
BslDeviceLinkCurrentThroughput
DeviceLinkThroughputLimit
GevHeartbeatTimeout
GevSCBWR
GevSCBWRA
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
a2A2590-22gcBAS BandwidthReserveMode
BslDeviceLinkCurrentThroughput
DeviceLinkThroughputLimit
GevHeartbeatTimeout
GevSCBWR
GevSCBWRA
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
a2A2590-22gcPRO BandwidthReserveMode
BslDeviceLinkCurrentThroughput
DeviceLinkThroughputLimit
GevHeartbeatTimeout
GevSCBWR
GevSCBWRA
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
a2A2590-22gmBAS BandwidthReserveMode
BslDeviceLinkCurrentThroughput
DeviceLinkThroughputLimit
GevHeartbeatTimeout
GevSCBWR
GevSCBWRA
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
a2A2590-22gmPRO BandwidthReserveMode
BslDeviceLinkCurrentThroughput
DeviceLinkThroughputLimit
GevHeartbeatTimeout
GevSCBWR
GevSCBWRA
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
a2A2590-60ucBAS Feature not supported
a2A2590-60ucPRO Feature not supported
a2A2590-60umBAS Feature not supported
a2A2590-60umPRO Feature not supported
a2A2600-20gcBAS BandwidthReserveMode
BslDeviceLinkCurrentThroughput
DeviceLinkThroughputLimit
GevHeartbeatTimeout
GevSCBWR
GevSCBWRA
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
a2A2600-20gcPRO BandwidthReserveMode
BslDeviceLinkCurrentThroughput
DeviceLinkThroughputLimit
GevHeartbeatTimeout
GevSCBWR
GevSCBWRA
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
a2A2600-20gmBAS BandwidthReserveMode
BslDeviceLinkCurrentThroughput
DeviceLinkThroughputLimit
GevHeartbeatTimeout
GevSCBWR
GevSCBWRA
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
a2A2600-20gmPRO BandwidthReserveMode
BslDeviceLinkCurrentThroughput
DeviceLinkThroughputLimit
GevHeartbeatTimeout
GevSCBWR
GevSCBWRA
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
a2A2600-64ucBAS Feature not supported
a2A2600-64ucPRO Feature not supported
a2A2600-64umBAS Feature not supported
a2A2600-64umPRO Feature not supported
a2A2840-14gcBAS BandwidthReserveMode
BslDeviceLinkCurrentThroughput
DeviceLinkThroughputLimit
GevHeartbeatTimeout
GevSCBWR
GevSCBWRA
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
a2A2840-14gcPRO BandwidthReserveMode
BslDeviceLinkCurrentThroughput
DeviceLinkThroughputLimit
GevHeartbeatTimeout
GevSCBWR
GevSCBWRA
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
a2A2840-14gmBAS BandwidthReserveMode
BslDeviceLinkCurrentThroughput
DeviceLinkThroughputLimit
GevHeartbeatTimeout
GevSCBWR
GevSCBWRA
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
a2A2840-14gmPRO BandwidthReserveMode
BslDeviceLinkCurrentThroughput
DeviceLinkThroughputLimit
GevHeartbeatTimeout
GevSCBWR
GevSCBWRA
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
a2A2840-48ucBAS Feature not supported
a2A2840-48ucPRO Feature not supported
a2A2840-48umBAS Feature not supported
a2A2840-48umPRO Feature not supported
a2A2840-67g5cBAS BandwidthReserveMode
BslDeviceLinkCurrentThroughput
DeviceLinkThroughputLimit
GevHeartbeatTimeout
GevSCBWR
GevSCBWRA
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
a2A2840-67g5mBAS BandwidthReserveMode
BslDeviceLinkCurrentThroughput
DeviceLinkThroughputLimit
GevHeartbeatTimeout
GevSCBWR
GevSCBWRA
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
a2A3840-13gcBAS BandwidthReserveMode
BslDeviceLinkCurrentThroughput
DeviceLinkThroughputLimit
GevHeartbeatTimeout
GevSCBWR
GevSCBWRA
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
a2A3840-13gcPRO BandwidthReserveMode
BslDeviceLinkCurrentThroughput
DeviceLinkThroughputLimit
GevHeartbeatTimeout
GevSCBWR
GevSCBWRA
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
a2A3840-13gmBAS BandwidthReserveMode
BslDeviceLinkCurrentThroughput
DeviceLinkThroughputLimit
GevHeartbeatTimeout
GevSCBWR
GevSCBWRA
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
a2A3840-13gmPRO BandwidthReserveMode
BslDeviceLinkCurrentThroughput
DeviceLinkThroughputLimit
GevHeartbeatTimeout
GevSCBWR
GevSCBWRA
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
a2A3840-45ucBAS Feature not supported
a2A3840-45ucPRO Feature not supported
a2A3840-45umBAS Feature not supported
a2A3840-45umPRO Feature not supported
a2A4096-9gcBAS BandwidthReserveMode
BslDeviceLinkCurrentThroughput
DeviceLinkThroughputLimit
GevHeartbeatTimeout
GevSCBWR
GevSCBWRA
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
a2A4096-9gcPRO BandwidthReserveMode
BslDeviceLinkCurrentThroughput
DeviceLinkThroughputLimit
GevHeartbeatTimeout
GevSCBWR
GevSCBWRA
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
a2A4096-9gmBAS BandwidthReserveMode
BslDeviceLinkCurrentThroughput
DeviceLinkThroughputLimit
GevHeartbeatTimeout
GevSCBWR
GevSCBWRA
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
a2A4096-9gmPRO BandwidthReserveMode
BslDeviceLinkCurrentThroughput
DeviceLinkThroughputLimit
GevHeartbeatTimeout
GevSCBWR
GevSCBWRA
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
a2A4096-30ucBAS Feature not supported
a2A4096-30ucPRO Feature not supported
a2A4096-30umBAS Feature not supported
a2A4096-30umPRO Feature not supported
a2A4096-44g5cBAS BandwidthReserveMode
BslDeviceLinkCurrentThroughput
DeviceLinkThroughputLimit
GevHeartbeatTimeout
GevSCBWR
GevSCBWRA
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
a2A4096-44g5mBAS BandwidthReserveMode
BslDeviceLinkCurrentThroughput
DeviceLinkThroughputLimit
GevHeartbeatTimeout
GevSCBWR
GevSCBWRA
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
a2A4200-12gcBAS BandwidthReserveMode
BslDeviceLinkCurrentThroughput
DeviceLinkThroughputLimit
GevHeartbeatTimeout
GevSCBWR
GevSCBWRA
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
a2A4200-12gcPRO BandwidthReserveMode
BslDeviceLinkCurrentThroughput
DeviceLinkThroughputLimit
GevHeartbeatTimeout
GevSCBWR
GevSCBWRA
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
a2A4200-12gmBAS BandwidthReserveMode
BslDeviceLinkCurrentThroughput
DeviceLinkThroughputLimit
GevHeartbeatTimeout
GevSCBWR
GevSCBWRA
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
a2A4200-12gmPRO BandwidthReserveMode
BslDeviceLinkCurrentThroughput
DeviceLinkThroughputLimit
GevHeartbeatTimeout
GevSCBWR
GevSCBWRA
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
a2A4200-40ucBAS Feature not supported
a2A4200-40ucPRO Feature not supported
a2A4200-40umBAS Feature not supported
a2A4200-40umPRO Feature not supported
a2A4504-5gcBAS BandwidthReserveMode
BslDeviceLinkCurrentThroughput
DeviceLinkThroughputLimit
GevHeartbeatTimeout
GevSCBWR
GevSCBWRA
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
a2A4504-5gcPRO BandwidthReserveMode
BslDeviceLinkCurrentThroughput
DeviceLinkThroughputLimit
GevHeartbeatTimeout
GevSCBWR
GevSCBWRA
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
a2A4504-5gmBAS BandwidthReserveMode
BslDeviceLinkCurrentThroughput
DeviceLinkThroughputLimit
GevHeartbeatTimeout
GevSCBWR
GevSCBWRA
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
a2A4504-5gmPRO BandwidthReserveMode
BslDeviceLinkCurrentThroughput
DeviceLinkThroughputLimit
GevHeartbeatTimeout
GevSCBWR
GevSCBWRA
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
a2A4504-18ucBAS Feature not supported
a2A4504-18ucPRO Feature not supported
a2A4504-18umBAS Feature not supported
a2A4504-18umPRO Feature not supported
a2A4504-27g5cBAS BandwidthReserveMode
BslDeviceLinkCurrentThroughput
DeviceLinkThroughputLimit
GevHeartbeatTimeout
GevSCBWR
GevSCBWRA
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
a2A4504-27g5mBAS BandwidthReserveMode
BslDeviceLinkCurrentThroughput
DeviceLinkThroughputLimit
GevHeartbeatTimeout
GevSCBWR
GevSCBWRA
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
a2A4508-6gcBAS BandwidthReserveMode
BslDeviceLinkCurrentThroughput
DeviceLinkThroughputLimit
GevHeartbeatTimeout
GevSCBWR
GevSCBWRA
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
a2A4508-6gcPRO BandwidthReserveMode
BslDeviceLinkCurrentThroughput
DeviceLinkThroughputLimit
GevHeartbeatTimeout
GevSCBWR
GevSCBWRA
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
a2A4508-6gmBAS BandwidthReserveMode
BslDeviceLinkCurrentThroughput
DeviceLinkThroughputLimit
GevHeartbeatTimeout
GevSCBWR
GevSCBWRA
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
a2A4508-6gmPRO BandwidthReserveMode
BslDeviceLinkCurrentThroughput
DeviceLinkThroughputLimit
GevHeartbeatTimeout
GevSCBWR
GevSCBWRA
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
a2A4508-20ucBAS Feature not supported
a2A4508-20ucPRO Feature not supported
a2A4508-20umBAS Feature not supported
a2A4508-20umPRO Feature not supported
a2A5320-7gcBAS BandwidthReserveMode
BslDeviceLinkCurrentThroughput
DeviceLinkThroughputLimit
GevHeartbeatTimeout
GevSCBWR
GevSCBWRA
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
a2A5320-7gcPRO BandwidthReserveMode
BslDeviceLinkCurrentThroughput
DeviceLinkThroughputLimit
GevHeartbeatTimeout
GevSCBWR
GevSCBWRA
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
a2A5320-7gmBAS BandwidthReserveMode
BslDeviceLinkCurrentThroughput
DeviceLinkThroughputLimit
GevHeartbeatTimeout
GevSCBWR
GevSCBWRA
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
a2A5320-7gmPRO BandwidthReserveMode
BslDeviceLinkCurrentThroughput
DeviceLinkThroughputLimit
GevHeartbeatTimeout
GevSCBWR
GevSCBWRA
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
a2A5320-23ucBAS Feature not supported
a2A5320-23ucPRO Feature not supported
a2A5320-23umBAS Feature not supported
a2A5320-23umPRO Feature not supported
a2A5320-34g5cBAS BandwidthReserveMode
BslDeviceLinkCurrentThroughput
DeviceLinkThroughputLimit
GevHeartbeatTimeout
GevSCBWR
GevSCBWRA
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
a2A5320-34g5mBAS BandwidthReserveMode
BslDeviceLinkCurrentThroughput
DeviceLinkThroughputLimit
GevHeartbeatTimeout
GevSCBWR
GevSCBWRA
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
a2A5328-4gcBAS BandwidthReserveMode
BslDeviceLinkCurrentThroughput
DeviceLinkThroughputLimit
GevHeartbeatTimeout
GevSCBWR
GevSCBWRA
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
a2A5328-4gcPRO BandwidthReserveMode
BslDeviceLinkCurrentThroughput
DeviceLinkThroughputLimit
GevHeartbeatTimeout
GevSCBWR
GevSCBWRA
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
a2A5328-4gmBAS BandwidthReserveMode
BslDeviceLinkCurrentThroughput
DeviceLinkThroughputLimit
GevHeartbeatTimeout
GevSCBWR
GevSCBWRA
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
a2A5328-4gmPRO BandwidthReserveMode
BslDeviceLinkCurrentThroughput
DeviceLinkThroughputLimit
GevHeartbeatTimeout
GevSCBWR
GevSCBWRA
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
a2A5328-15ucBAS Feature not supported
a2A5328-15ucPRO Feature not supported
a2A5328-15umBAS Feature not supported
a2A5328-15umPRO Feature not supported
a2A5328-22g5cBAS BandwidthReserveMode
BslDeviceLinkCurrentThroughput
DeviceLinkThroughputLimit
GevHeartbeatTimeout
GevSCBWR
GevSCBWRA
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
a2A5328-22g5mBAS BandwidthReserveMode
BslDeviceLinkCurrentThroughput
DeviceLinkThroughputLimit
GevHeartbeatTimeout
GevSCBWR
GevSCBWRA
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
acA640-121gm GevHeartbeatTimeout
GevSCBWA
GevSCBWR
GevSCBWRA
GevSCDCT
GevSCDMT
GevSCFJM
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
acA640-300gc GevHeartbeatTimeout
GevSCBWA
GevSCBWR
GevSCBWRA
GevSCDCT
GevSCDMT
GevSCFJM
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
acA640-300gm GevHeartbeatTimeout
GevSCBWA
GevSCBWR
GevSCBWRA
GevSCDCT
GevSCDMT
GevSCFJM
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
acA640-750uc Feature not supported
acA640-750um Feature not supported
acA720-290gc GevHeartbeatTimeout
GevSCBWA
GevSCBWR
GevSCBWRA
GevSCDCT
GevSCDMT
GevSCFJM
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
acA720-290gm GevHeartbeatTimeout
GevSCBWA
GevSCBWR
GevSCBWRA
GevSCDCT
GevSCDMT
GevSCFJM
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
acA720-520uc Feature not supported
acA720-520um Feature not supported
acA800-200gc GevHeartbeatTimeout
GevSCBWA
GevSCBWR
GevSCBWRA
GevSCDCT
GevSCDMT
GevSCFJM
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
acA800-200gm GevHeartbeatTimeout
GevSCBWA
GevSCBWR
GevSCBWRA
GevSCDCT
GevSCDMT
GevSCFJM
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
acA800-510uc Feature not supported
acA800-510um Feature not supported
acA1280-60gc GevHeartbeatTimeout
GevSCBWA
GevSCBWR
GevSCBWRA
GevSCDCT
GevSCDMT
GevSCFJM
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
acA1280-60gm GevHeartbeatTimeout
GevSCBWA
GevSCBWR
GevSCBWRA
GevSCDCT
GevSCDMT
GevSCFJM
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
acA1300-60gc GevHeartbeatTimeout
GevSCBWA
GevSCBWR
GevSCBWRA
GevSCDCT
GevSCDMT
GevSCFJM
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
acA1300-60gm GevHeartbeatTimeout
GevSCBWA
GevSCBWR
GevSCBWRA
GevSCDCT
GevSCDMT
GevSCFJM
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
acA1300-60gmNIR GevHeartbeatTimeout
GevSCBWA
GevSCBWR
GevSCBWRA
GevSCDCT
GevSCDMT
GevSCFJM
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
acA1300-75gc GevHeartbeatTimeout
GevSCBWA
GevSCBWR
GevSCBWRA
GevSCDCT
GevSCDMT
GevSCFJM
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
acA1300-75gm GevHeartbeatTimeout
GevSCBWA
GevSCBWR
GevSCBWRA
GevSCDCT
GevSCDMT
GevSCFJM
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
acA1300-200uc Feature not supported
acA1300-200um Feature not supported
acA1440-73gc GevHeartbeatTimeout
GevSCBWA
GevSCBWR
GevSCBWRA
GevSCDCT
GevSCDMT
GevSCFJM
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
acA1440-73gm GevHeartbeatTimeout
GevSCBWA
GevSCBWR
GevSCBWRA
GevSCDCT
GevSCDMT
GevSCFJM
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
acA1440-220uc Feature not supported
acA1440-220um Feature not supported
acA1600-20gc GevHeartbeatTimeout
GevSCBWA
GevSCBWR
GevSCBWRA
GevSCDCT
GevSCDMT
GevSCFJM
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
acA1600-20uc Feature not supported
acA1600-60gc GevHeartbeatTimeout
GevSCBWA
GevSCBWR
GevSCBWRA
GevSCDCT
GevSCDMT
GevSCFJM
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
acA1600-60gm GevHeartbeatTimeout
GevSCBWA
GevSCBWR
GevSCBWRA
GevSCDCT
GevSCDMT
GevSCFJM
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
acA1920-25gc GevHeartbeatTimeout
GevSCBWA
GevSCBWR
GevSCBWRA
GevSCDCT
GevSCDMT
GevSCFJM
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
acA1920-25gm GevHeartbeatTimeout
GevSCBWA
GevSCBWR
GevSCBWRA
GevSCDCT
GevSCDMT
GevSCFJM
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
acA1920-25uc Feature not supported
acA1920-25um Feature not supported
acA1920-40gc GevHeartbeatTimeout
GevSCBWA
GevSCBWR
GevSCBWRA
GevSCDCT
GevSCDMT
GevSCFJM
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
acA1920-40gm GevHeartbeatTimeout
GevSCBWA
GevSCBWR
GevSCBWRA
GevSCDCT
GevSCDMT
GevSCFJM
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
acA1920-40uc Feature not supported
acA1920-40ucMED Feature not supported
acA1920-40um Feature not supported
acA1920-40umMED Feature not supported
acA1920-48gc GevHeartbeatTimeout
GevSCBWA
GevSCBWR
GevSCBWRA
GevSCDCT
GevSCDMT
GevSCFJM
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
acA1920-48gm GevHeartbeatTimeout
GevSCBWA
GevSCBWR
GevSCBWRA
GevSCDCT
GevSCDMT
GevSCFJM
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
acA1920-50gc GevHeartbeatTimeout
GevSCBWA
GevSCBWR
GevSCBWRA
GevSCDCT
GevSCDMT
GevSCFJM
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
acA1920-50gm GevHeartbeatTimeout
GevSCBWA
GevSCBWR
GevSCBWRA
GevSCDCT
GevSCDMT
GevSCFJM
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
acA1920-150uc Feature not supported
acA1920-150um Feature not supported
acA1920-155uc Feature not supported
acA1920-155ucMED Feature not supported
acA1920-155um Feature not supported
acA1920-155umMED Feature not supported
acA2000-50gc GevHeartbeatTimeout
GevSCBWA
GevSCBWR
GevSCBWRA
GevSCDCT
GevSCDMT
GevSCFJM
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
acA2000-50gm GevHeartbeatTimeout
GevSCBWA
GevSCBWR
GevSCBWRA
GevSCDCT
GevSCDMT
GevSCFJM
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
acA2000-165uc Feature not supported
acA2000-165um Feature not supported
acA2040-25gc GevHeartbeatTimeout
GevSCBWA
GevSCBWR
GevSCBWRA
GevSCDCT
GevSCDMT
GevSCFJM
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
acA2040-25gm GevHeartbeatTimeout
GevSCBWA
GevSCBWR
GevSCBWRA
GevSCDCT
GevSCDMT
GevSCFJM
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
acA2040-25gmNIR GevHeartbeatTimeout
GevSCBWA
GevSCBWR
GevSCBWRA
GevSCDCT
GevSCDMT
GevSCFJM
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
acA2040-35gc GevHeartbeatTimeout
GevSCBWA
GevSCBWR
GevSCBWRA
GevSCDCT
GevSCDMT
GevSCFJM
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
acA2040-35gm GevHeartbeatTimeout
GevSCBWA
GevSCBWR
GevSCBWRA
GevSCDCT
GevSCDMT
GevSCFJM
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
acA2040-55uc Feature not supported
acA2040-55um Feature not supported
acA2040-90uc Feature not supported
acA2040-90um Feature not supported
acA2040-90umNIR Feature not supported
acA2040-120uc Feature not supported
acA2040-120um Feature not supported
acA2440-20gc GevHeartbeatTimeout
GevSCBWA
GevSCBWR
GevSCBWRA
GevSCDCT
GevSCDMT
GevSCFJM
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
acA2440-20gm GevHeartbeatTimeout
GevSCBWA
GevSCBWR
GevSCBWRA
GevSCDCT
GevSCDMT
GevSCFJM
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
acA2440-35uc Feature not supported
acA2440-35ucMED Feature not supported
acA2440-35um Feature not supported
acA2440-35umMED Feature not supported
acA2440-75uc Feature not supported
acA2440-75ucMED Feature not supported
acA2440-75um Feature not supported
acA2440-75umMED Feature not supported
acA2500-14gc GevHeartbeatTimeout
GevSCBWA
GevSCBWR
GevSCBWRA
GevSCDCT
GevSCDMT
GevSCFJM
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
acA2500-14gm GevHeartbeatTimeout
GevSCBWA
GevSCBWR
GevSCBWRA
GevSCDCT
GevSCDMT
GevSCFJM
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
acA2500-14uc Feature not supported
acA2500-14um Feature not supported
acA2500-20gc GevHeartbeatTimeout
GevSCBWA
GevSCBWR
GevSCBWRA
GevSCDCT
GevSCDMT
GevSCFJM
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
acA2500-20gcMED GevHeartbeatTimeout
GevSCBWA
GevSCBWR
GevSCBWRA
GevSCDCT
GevSCDMT
GevSCFJM
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
acA2500-20gm GevHeartbeatTimeout
GevSCBWA
GevSCBWR
GevSCBWRA
GevSCDCT
GevSCDMT
GevSCFJM
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
acA2500-20gmMED GevHeartbeatTimeout
GevSCBWA
GevSCBWR
GevSCBWRA
GevSCDCT
GevSCDMT
GevSCFJM
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
acA2500-60uc Feature not supported
acA2500-60um Feature not supported
acA3088-16gc GevHeartbeatTimeout
GevSCBWA
GevSCBWR
GevSCBWRA
GevSCDCT
GevSCDMT
GevSCFJM
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
acA3088-16gm GevHeartbeatTimeout
GevSCBWA
GevSCBWR
GevSCBWRA
GevSCDCT
GevSCDMT
GevSCFJM
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
acA3088-57uc Feature not supported
acA3088-57ucMED Feature not supported
acA3088-57um Feature not supported
acA3088-57umMED Feature not supported
acA3800-10gc GevHeartbeatTimeout
GevSCBWA
GevSCBWR
GevSCBWRA
GevSCDCT
GevSCDMT
GevSCFJM
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
acA3800-10gm GevHeartbeatTimeout
GevSCBWA
GevSCBWR
GevSCBWRA
GevSCDCT
GevSCDMT
GevSCFJM
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
acA3800-14uc Feature not supported
acA3800-14um Feature not supported
acA4024-8gc GevHeartbeatTimeout
GevSCBWA
GevSCBWR
GevSCBWRA
GevSCDCT
GevSCDMT
GevSCFJM
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
acA4024-8gm GevHeartbeatTimeout
GevSCBWA
GevSCBWR
GevSCBWRA
GevSCDCT
GevSCDMT
GevSCFJM
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
acA4024-29uc Feature not supported
acA4024-29um Feature not supported
acA4096-11gc GevHeartbeatTimeout
GevSCBWA
GevSCBWR
GevSCBWRA
GevSCDCT
GevSCDMT
GevSCFJM
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
acA4096-11gm GevHeartbeatTimeout
GevSCBWA
GevSCBWR
GevSCBWRA
GevSCDCT
GevSCDMT
GevSCFJM
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
acA4096-30uc Feature not supported
acA4096-30ucMED Feature not supported
acA4096-30um Feature not supported
acA4096-30umMED Feature not supported
acA4096-40uc Feature not supported
acA4096-40ucMED Feature not supported
acA4096-40um Feature not supported
acA4096-40umMED Feature not supported
acA4112-8gc GevHeartbeatTimeout
GevSCBWA
GevSCBWR
GevSCBWRA
GevSCDCT
GevSCDMT
GevSCFJM
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
acA4112-8gm GevHeartbeatTimeout
GevSCBWA
GevSCBWR
GevSCBWRA
GevSCDCT
GevSCDMT
GevSCFJM
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
acA4112-20uc Feature not supported
acA4112-20ucMED Feature not supported
acA4112-20um Feature not supported
acA4112-20umMED Feature not supported
acA4112-30uc Feature not supported
acA4112-30ucMED Feature not supported
acA4112-30um Feature not supported
acA4112-30umMED Feature not supported
acA5472-5gc GevHeartbeatTimeout
GevSCBWA
GevSCBWR
GevSCBWRA
GevSCDCT
GevSCDMT
GevSCFJM
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
acA5472-5gm GevHeartbeatTimeout
GevSCBWA
GevSCBWR
GevSCBWRA
GevSCDCT
GevSCDMT
GevSCFJM
GevSCFTD
GevSCPD
GevSCPSPacketSize
GevStreamChannelSelector
PayloadSize
acA5472-17uc Feature not supported
acA5472-17ucMED Feature not supported
acA5472-17um Feature not supported
acA5472-17umMED Feature not supported
boA1936-400cc Feature not supported
boA1936-400cm Feature not supported
boA2448-250cc Feature not supported
boA2448-250cm Feature not supported
boA2832-190cc Feature not supported
boA2832-190cm Feature not supported
boA4096-93cc Feature not supported
boA4096-93cm Feature not supported
boA4096-180cc Feature not supported
boA4096-180cm Feature not supported
boA4112-68cc Feature not supported
boA4112-68cm Feature not supported
boA4500-45cc Feature not supported
boA4500-45cm Feature not supported
boA4504-100cc Feature not supported
boA4504-100cm Feature not supported
boA5120-150cc Feature not supported
boA5120-150cm Feature not supported
boA5120-230cc Feature not supported
boA5120-230cm Feature not supported
boA5320-150cc Feature not supported
boA5320-150cm Feature not supported
boA5328-100cc Feature not supported
boA5328-100cm Feature not supported
boA6500-36cc Feature not supported
boA6500-36cm Feature not supported
boA8100-16cc Feature not supported
boA8100-16cm Feature not supported
boA9344-30cc Feature not supported
boA9344-30cm Feature not supported
boA9344-70cc Feature not supported
boA9344-70cm Feature not supported
boA13440-17cm Feature not supported
daA720-520uc Feature not supported
daA720-520um Feature not supported
daA1280-54uc Feature not supported
daA1280-54um Feature not supported
daA1440-220uc Feature not supported
daA1440-220um Feature not supported
daA1600-60uc Feature not supported
daA1600-60um Feature not supported
daA1920-15um Feature not supported
daA1920-30uc Feature not supported
daA1920-30um Feature not supported
daA1920-160uc Feature not supported
daA1920-160um Feature not supported
daA2448-70uc Feature not supported
daA2448-70um Feature not supported
daA2500-14uc Feature not supported
daA2500-14um Feature not supported
daA3840-45uc Feature not supported
daA3840-45um Feature not supported
puA1280-54uc Feature not supported
puA1280-54um Feature not supported
puA1600-60uc Feature not supported
puA1600-60um Feature not supported
puA1920-30uc Feature not supported
puA1920-30um Feature not supported
puA2500-14uc Feature not supported
puA2500-14um Feature not supported