Keysight VISA Options
These options are essential for VISA programmers and those who run programs developed with VISA.
Also See:
Setting | Description |
---|---|
VISA Logging Option |
VISA logging has three possible settings:
|
Default VISA Lockwait Option |
When True, VISA lockwait is enabled. When False, VISA lockwait is disabled. The default is False / off. This sets the default value for the Keysight-specific VISA ViBoolean local (per-session) attribute VI_KTATTR_LOCKWAIT. Programmatically, when a lock-abiding VISA call is made on a session to an exclusively locked resource: If VI_KTATTR_LOCKWAIT is VI_FALSE (False is selected), the call is immediately returned with a VI_ERROR_RSRC_LOCKED. If VI_KTATTR_LOCKWAIT is VI_TRUE (True is selected), the call waits for the session timeout interval for the lock to be released and the device to become available. If the device does not become available, a VI_ERROR_TMO is returned instead of VI_ERROR_RSRC_LOCKED. VISA lockwait can also be changed from the IO Control. Click the IO Control , then VISA Options > Default VISA LockWait, then click True to enable or False to disable. |
Default PXI Address Form |
This setting controls the format Connection Expert will use to display PXI instrument addresses. The format selection also controls the default format returned by the viFind() VISA attribute. However, VISA will accept either address format, regardless of this setting.
|