Write/Read
About Segment Sweep

ShiftLO Property (PNA does not support this setting)


Description

Sets or returns the Shift LO Property of a Segment. Enable the Shift LO Property setting using the ShiftLOOption Property of the Segments collection.

 VB Syntax

seg.ShiftLO = value

Variable

(Type) - Description

seg

A Segment (object)

 value

(boolean)
True
- Enable shift LO state.

False - Disable shift LO state.

Return Type

Boolean

Default

False

Examples

seg.ShiftLO = True 'Write

shiftstate = seg.ShiftLO 'Read

C++ Syntax

HRESULT get_ShiftLO(VARIANT_BOOL* pVal)

HRESULT put_ShiftLO(VARIANT_BOOL pVal)

Interface

ISegment3