Write/Read
About Segment Sweep

ShiftLOOption Property (This command is not supported on PNA-L, PNA, PNA-X)


Description

Enables or disables ShiftLO per segment. Value is set using ShiftLO Property of a segment.

 VB Syntax

segs.ShiftLOOption = value

Variable

(Type) - Description

segs

A Segments collection (object)

 value

(boolean)
True
- Enable shift LO state.

False - Disable shift LO state.

Return Type

Boolean

Default

False

Examples

segs.ShiftLOOption = True 'Write

shiftstate = segs.ShiftLOOption 'Read

C++ Syntax

HRESULT get_ShiftLOOption(VARIANT_BOOL* pVal)

HRESULT put_ShiftLOOption(VARIANT_BOOL pVal)

Interface

ISegments6