C_MULTIUSER
code: 62
# set
C_MULTIUSER <on_off>
# get
C_MULTIUSER ?
Description
Enable or disable the ability to control one resource from several different TCP connections of the same username (C_OWNER). By default, C_MULTIUSER
is off, implying that if there are multiple TCP connections to the tester associated with the same username, only one connect can perform set
action to a particular port/module/chassis at a time. Enabling C_MULTIUSER
permits connections with the same username to simultaneously execute set
operations on a port/module/chassis.
Actions
set, get
Parameters
on_off
: byte, enable or disable the ability to control one resource from several different TCP connections
OFF = 0
ON = 1
Example
# set
input: C_MULTIUSER ON
output: <OK>
# get
input: C_MULTIUSER ?
output: C_MULTIUSER ON