Lockoutstate, Statusbyte – Инструкция по эксплуатации EXFO FTB-500 (Window XP)

Страница 309

Advertising
background image

Свойства и события COM

FTB-500

297

Свойства

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 на
стр. 298) to
find out why the device caused a
Service Request (SRQ).

Access

Get

Advertising