IGpibIntfc::HS488CBLLength
Description
Specifies the total number of meters of GPIB cable used in the specified GPIB interface. If HS488 is not implemented, querying this attribute should return the value GPIB_HS488_NIMPL. On these systems, trying to set this attribute value will return the error E_VISA_NSUP_ATTR_STATE.
VB Prototype
Dim value As Short
value = object.HS488CBLLength
object.HS488CBLLength = value
C++ Prototype
HRESULT get_HS488CBLLength(
short* HS488CBLLength
);
HRESULT put_HS488CBLLength(
short HS488CBLLength
);
Return Value
Refer to the table of return codes.
See Also
ComponentVersion, SpecVersion, HardwareInterfaceName, HardwareInterfaceNumber, HardwareInterfaceType, LockState, OptionString, ProgID, ResourceName, SessionType, SoftwareManufacturerID, SoftwareManufacturerName, Timeout, LastStatus, AddressingState, ATNState, DevStatusByte, CICState, HS488CBLLength, NDACState, PrimaryAddress, RENState, SecondaryAddress, SRQState, SysControlState, GetAttribute, SetAttribute, LockRsrc, UnlockRsrc, Init, Close, Command, ControlATN, ControlREN, PassControl, SendIFC, IGpibIntfc Overview