CALL:SCLose
Last updated: May 24, 2006
Diagram Conventions
CALL:SCLose
|
Function
|
This immediate action causes the AN to close the currently active session. See
Session Closing State
.
|
|
Requirements
|
Test Application Revision: A.01.20 and above
Lab Application Revision: A.01 and above |
|
Programming Example
OUTPUT 714;"CALL:SCLose"
!Causes the AN to close the currently active session
|
CALL:SCLose:TIMeout
|
Function
|
Sets/queries the session close timeout time. Setting the value to zero turns off the session close timeout timer. See
Session Close
for details.
The unit defaults to second (S). Any setting you enter is rounded to the nearest minute. For example, if the session close time is set to 3 seconds, the query return is zero (because the actual value is rounded to the nearest minute).
Note that this parameter is displayed on the test set's front panel in units of minute.
|
|
Requirements |
Test Application Revision: A.05 and above
Lab Application Revision: A.02 and above |
|
Setting
|
Range: 0 to 194400 seconds (0 to 3240 minutes or 54 hours)
Resolution: 1 second
|
|
Query
|
Same as setting, but in multiple of 60 seconds
|
|
*RST Setting
|
180 seconds
|
|
Programming Example
OUTPUT 714;"CALL:SCLose:TIMout 600"
!Sets session close timeout time to 10 minutes.
|
|