Award Winning Solutions
Xena has won multiple global awards for price/performance and technical innovation. Learn more.
Technical Expertise
Copyright © 2009-2023 Teledyne LeCroy Xena ApS, Denmark
Explanation | You set this parameter to reserve, release, or relinquish a port. The port must be reserved before any of its configuration can be changed, including streams, filters, capture, and datasets.The owner of the session must already have been specified. Reservation will fail if the chassis or module is reserved to other users. |
Summary | set or get, value type: B |
Parameters | whattodo: coded byte, containing the operation to perform: RELEASE RESERVE RELINQUISH The reservation parameters are slightly asymmetric with respect to set/get. When querying for the current reservation state, the chassis will use these values: RELEASED RESERVED_BY_YOU RESERVED_BY_OTHER |
Example, set: | 0/5 P_RESERVATION RESERVE Example, get: 0/5 P_RESERVATION RESERVED_BY_YOU |
Explanation | Identify the user who has a port reserved. The empty string if the port is not currently reserved. Note that multiple connections can specify the same name with C_OWNER, but a resource can only be reserved to one connection. Therefore you cannot count on having the port just because it is reserved in your name. The port is reserved to this connection only if P_RESERVATIONreturns RESERVED_BY_YOU. |
Summary | get only, value type: O |
Parameters | username: string, containing the name of the current owner of the port. |
Example, get: | 0/5 P_RESERVEDBY ”HH” |
Explanation | Reset port-level parameters to standard values, and delete all streams, filters, capture, and dataset definitions. |
Summary | set only. |
Parameters | None |
Example, set: | 0/1 P_RESET |
Explanation | A series of integer values specifying various internal limits of a port. integer: integer, internally defined limit values. |
Summary | get only, value types: I* |
Parameters | capability: integer value |
Example, get: | 0/1 P_CAPABILITIES 1000 … The returned integers will be in the following order: |
Explanation | Obtains the physical interface type of a port. model: string, the name of the port’s physical interface. |
Summary | get only, value type: S |
Parameters | interface: string value describing the interface |
Example, get: | 0/5 P_INTERFACE ”SFP+ LR” |
Explanation | Obtains the current in-sync status for a port’s receive interface. |
Summary | get only, value type: B |
Parameters | syncstatus: coded byte, current receive sync status:
|
Example, get: | 0/5 P_RECEIVESYNC IN_SYNC |
Explanation | The description of a port. |
Summary | set and get, value type: S |
Parameters | comment: string, containing the description of the port. |
Example, set or get: | 0/5 P_COMMENT ”This port generates IPTV background traffic.” |
Explanation | Multi-parameter query, obtaining all the non-settable parameters for a port. These parameters should not be included if the port configuration is saved and reloaded at a later time. |
Summary | get only. |
Parameters | None |
Example, get: | 0/5 P_RESERVATION RESERVED_BY_OTHERS 0/5 P_RESERVEDBY ”XX” 0/5 P_INTERFACE ”SFP+ LR” 0/5 P_SPEED 100 0/5 P_TRAFFIC ON 0/5 P_CAPTURE OFF |
Explanation | Multi-parameter query, obtaining all the settable parameters for a port itself, but excluding streams, filters, etc. |
Summary | get only. |
Parameters | None |
Example, get: |
|
Explanation | Multi-parameter query, obtaining all the settable parameters for a port, including streams, filters, capture, and datasets. These parameters comprise the complete user-definable configuration for the port. |
Summary | get only. |
Parameters | None |
Example, get: |
|