Lockoutstate, Statusbyte – EXFO FTB-500 (Window XP) Benutzerhandbuch

Seite 453

Advertising
background image

COM Properties and Events

FTB-500

445

Properties

LockoutState

Description

This property returns or sets the device’s lockout

state.

Syntax

object.LockoutState (to retrieve the state)
object.LockoutState=State (to set the state)
State: a Boolean value corresponding to:

True: Lockout
False: No lockout

Parameter(s)

None.

Response(s)

If the property is used to get the device’s lockout

state, the property will return a Boolean value.

Access

Get/Set

StatusByte

Description

This read-only property returns the device’s

status byte. Refer to IEEE 488.2 standard for

status byte description.

Syntax

object.StatusByte

Parameter(s)

None.

Response(s)

A value corresponding to the device’s status byte.

Notes

This property can be used in conjunction with
RequestService event (see RequestService on

page 446) to find out why the device caused a

Service Request (SRQ).

Access

Get

Advertising