P_MIXLENGTH
code: 305
# set
<module-index>/<port-index> P_MIXLENGTH [<position_index>] <frame_size>
# get
<module-index>/<port-index> P_MIXLENGTH [<position_index>] ?
Description
Allows inspecting the frame sizes defined for each position of the P_MIXWEIGHTS
command.
Depending on the port capabilities, you can also change the frame size on postion 0, 1, 14, and 15. The minimum frame size should not be less than the minimum frame size supported by the port (see P_CAPABILITIES
command). And the maximum frame size should not be greater than the maximum frame size supported by the port (see P_CAPABILITIES
command).
Actions
set, get
Parameters
frame_size
: integer, the frame size for the position.
Example
# set
input: 0/1 P_MIXLENGTH [14] 9000
output: <OK>
# get
input: 0/1 P_MIXLENGTH [14] ?
output: 0/1 P_MIXLENGTH [14] 9000