beautypg.com

Lockoutstate, Statusbyte – EXFO IQS-600 Integrated Qualification System User Manual

Page 341

background image

COM Properties and Events

Integrated Qualification System

333

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 returns 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 334) to find out why the device caused a

Service Request (SRQ).

Access

Get