Lockoutstate, Statusbyte – EXFO FTB-2 User Manual
Page 413

COM Properties and Events
FTB-2 and FTB-2 Pro
403
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 404) to find out why the device caused a
Service Request (SRQ).
Access
Get