Write/Read
About Segment Sweep

PortIFBandwidth Property


Description

Sets or returns the IF Bandwidth per port property of the Segment. Enable the IF bandwidth per port property using the PortIFBandwidthOption Property of the Segments collection.

 VB Syntax

seg.PortIFBandwidth(port) = value

Variable

(Type) - Description

seg

A Segment (object)

port

(Long)  Port number.

value

(Double)  IF bandwidth.

Return Type

Double

Default

1000

Examples

seg.PortIFBandwidth(1) = 1000 'Write

value = seg.PortIFBandwidth(1) 'Read

C++ Syntax

HRESULT get_PortIFBandwidth(long port, double* pVal);

HRESULT put_PortIFBandwidth(long port, double pVal);

Interface

ISegment3