ixLogin

ixLogin - logs in the user

SYNOPSIS

ixLogin ixiaUser

DESCRIPTION

This command logs a user in, for purposes of port ownership.

ARGUMENTS
ixiaUser

(By value) The name of the user.

RETURNS
0

No error; the command was successfully delivered to the IxServer.

1

Error; the command was delivered to the IxServer but it could not process the message.

EXAMPLES

package require IxTclHal

if {[ixLogin George] != 0} {

ixPuts "Could not log you in"

}

SEE ALSO

ixLogout, ixTakeOwnership