Module pyinsim :: Class IS_AXI
[hide private]
[frames] | no frames]

Class IS_AXI

source code

AutoX Info

Instance Methods [hide private]
 
__init__(self, ReqI=0, AXStart=0, NumCP=0, NumO=0, LName='')
Initialise the packet.
source code
string
pack(self)
Pack the packet values into a binary formatted string.
source code
 
unpack(self, data)
Unpack the packet data from a binary formatted string.
source code
Method Details [hide private]

__init__(self, ReqI=0, AXStart=0, NumCP=0, NumO=0, LName='')
(Constructor)

source code 

Initialise the packet.

Parameters:
  • ReqI - 0 unless this is a reply to an TINY_AXI request
  • AXStart - autocross start position
  • NumCP - number of checkpoints
  • NumO - number of objects
  • LName - the name of the layout last loaded (if loaded locally)

pack(self)

source code 

Pack the packet values into a binary formatted string.

Returns: string
A binary formatted string.

unpack(self, data)

source code 

Unpack the packet data from a binary formatted string.

Parameters:
  • data (string) - The packet data as a binary formatted string.