CALL:PROTocol

CALL:PROTocol

Last updated: December 3, 2008

GPIB Command Conventions

CALL[:CELL]:PROTocol[:SELected]

CALL[:CELL]:PROTocol:DIGital856

Function

Sets/queries the protocol release that the test set is emulating. PRELease0 indicates protocol release 0 (1xEV-DO), PRA indicates protocol release A (1xEV-DO-A), PRB indicates protocol release B (1xEV-DO-B). See Protocol Rel for details.

The optional [:SELected] mnemonic in this command specifies that the protocol release being set or queried applies to the current system type (see System Type ).

Setting

Range: PRELease0|PRA |PRB

Query

Range: PREL0|PRA |PRB

*RST Setting

PRELease0

Requirements

Test Application Revision: A.06 and above.

Lab Application Revision: A.03 and above.

Test Application Revision: A.09 and above, added release B (1xEV-DO-B).

NOTE: PRA and PRB is only applicable to the feature-licensed test application.

Programming Example

 
OUTPUT 714;"CALL:PROTocol PRA" 
!Selects protocal release A (1xEV-DO-A).

CALL[:CELL]:PROTocol:ACMac

Function

Sets/queries the Access Channel MAC protocol when the test set is configured to protocol release A (1xEV-DO-A) and subtype 2 physical layer. See Access Channel MAC Subtype for details.

To set the protocol release, use CALL[:CELL]:PROTocol[:SELected] . To set the physical layer subtype, use CALL[:CELL]:PROTocol:PLAYer .

Setting

Range: ENHanced|DEFault

Query

Range: ENH|DEF

*RST Setting

ENHanced

Requirements

Test Application Revision: A.06 and above, with the required feature license
Lab Application Revision: A.03 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:ACMac DEFault"
!Sets the Access Channel MAC protocol to Default protocol.

CALL[:CELL]:PROTocol:PLAYer

Function

Sets/queries the physical layer subtype protocol when the test set is configured to protocol release A (1xEV-DO-A). See Release A Physical Layer Subtype for details.

To set the protocol release, use CALL[:CELL]:PROTocol[:SELected] .

Setting

Range: SUBType0|SUBType2

Query

Range: SUBT0|SUBT2

*RST Setting

SUBType2

Requirements

Test Application Revision: A.06 and above, with the required feature license
Lab Application Revision: A.03 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:PLAYer SUBT0"
!Sets the physical layer protocol to subtype 0.

CALL[:CELL]:PROTocol:PRB:PLAYer

Function

Sets/queries the physical layer subtype protocol when the test set is configured to protocol release B(1xEV-DO-B). See Release B Physical Layer Subtype for details.

To set the protocol release, use CALL[:CELL]:PROTocol[:SELected] .

Setting

Range: SUBType0|SUBType2|SUBType3

Query

Range: SUBT0|SUBT2|SUBType3

*RST Setting

SUBType3

Requirements

Test Application Revision: A.09 and above, with the required feature license

Programming Example

 
OUTPUT 714;"CALL:PROTocol:PRB:PLAYer SUBT3"
!Sets the physical layer protocol to subtype 3.

CALL[:CELL]:PROTocol:IP[:MFPacket]:FORWard:FLOW:CONFigure1:DTMonitor:CONText

Function

Sets/queries the Context Rx for IP Forward Configuration Rule 1. See Forward DTM Context Parms for details.

Setting

Range: NONE|C1RX|C2RX|C3RX|C4RX

Query

Same as setting

*RST Setting

C1RX

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:FORWard:FLOW:CONFigure1:DTMonitor:CONText C2RX"
!Sets the Context Rx for IP Forward Configuration Rule 1 to Context 2 Rx.

CALL[:CELL]:PROTocol:IP[:MFPacket]:FORWard:FLOW:CONFigure1:PRIority[:ANScheduler]

Function

Sets/queries the priority for the test set to use when deciding which flow to send to the AT. See MFPA AN Scheduler Priority (0 is lowest) for details.

Setting

Range: 0 - 15

Query

Same as setting

*RST Setting

7

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:FORWard:FLOW:CONFigure1:PRIority 15"
!Sets the AN Scheduler Priority to 15.

CALL[:CELL]:PROTocol:IP[:MFPacket]:FORWard:FLOW:CONFigure1:PROFile:IDENtifier

Function

Sets/queries the IP Forward Configuration Rule 1 Profile ID for Multi-Flow Packet Application. See MFPA Profile ID for details.

Setting

Range:

  • "" (Null)
  • "0000" to "FFFF"
  • "0000" to "ffff"

Query

Same as setting

*RST Setting

null string

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:FORWard:FLOW:CONFigure1:PROFile:IDENtifier `0002'"
!Sets the IP Forward Configuration Rule 1 Profile ID to 0002.

CALL[:CELL]:PROTocol:IP[:MFPacket]:FORWard:FLOW:CONFigure1:REServation[:Control]

Function

Sets/queries the Reservation Idle State for IP Forward Configuration Rule 1. See MFPA Reservation Idle State for details.

Setting

Range: NCHange|CWConnection|FCONnection

Query

Same as setting

*RST Setting

NCHange

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:FORWard:FLOW:CONFigure1:REServation CWC"
!Sets the Reservation Idle State to Close with Connection.

CALL[:CELL]:PROTocol:IP[:MFPacket]:FORWard:FLOW:CONFigure1:RLPFlow

Function

Sets/queries the RLP FLow for IP Forward Configuration Rule 1. See MFPA RLP Flow Mapping for details.

Setting

Range: FLOW0|FLOW1|FLOW2|FLOW3|FLOW4

Query

Same as setting

*RST Setting

FLOW1

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:FORWard:FLOW:CONFigure1:RLPFlow FLOW2"
!Sets the RLP FLOW for IP Forward Configuration Rule 1 to FLOW2.

CALL[:CELL]:PROTocol:IP[:MFPacket]:FORWard:FLOW:CONFigure2:DTMonitor:CONText

Function

Sets/queries the Context Rx for IP Forward Configuration Rule 2. See Forward DTM Context Parms for details.

Setting

Range: NONE|C1RX|C2RX|C3RX|C4RX

Query

Same as setting

*RST Setting

C2RX

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:FORWard:FLOW:CONFigure2:DTMonitor:CONText C3RX"
!Sets the Context Rx for IP Forward Configuration Rule 2 to Context 3 Rx.

CALL[:CELL]:PROTocol:IP[:MFPacket]:FORWard:FLOW:CONFigure2:PRIority[:ANScheduler]

Function

Sets/queries the priority for the test set to use when deciding which flow to send to the AT. See MFPA AN Scheduler Priority (0 is lowest) for details.

Setting

Range: 0 - 15

Query

Same as setting

*RST Setting

7

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:FORWard:FLOW:CONFigure2:PRIority 15"
!Sets the AN Scheduler Priority to 15.

CALL[:CELL]:PROTocol:IP[:MFPacket]:FORWard:FLOW:CONFigure2:PROFile:IDENtifier

Function

Sets/queries the IP Forward Configuration Rule 2 Profile ID for Multi-Flow Packet Application. See MFPA Profile ID for details.

Setting

Range:

  • "" (Null)
  • "0000" to "FFFF"
  • "0000" to "ffff"

Query

Same as setting

*RST Setting

null string

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:FORWard:FLOW:CONFigure2:PROFile:IDENtifier `0002'"
!Sets the IP Forward Configuration Rule 2 Profile ID to 0002.

CALL[:CELL]:PROTocol:IP[:MFPacket]:FORWard:FLOW:CONFigure2:REServation[:Control]

Function

Sets/queries the Reservation Idle State for IP Forward Configuration Rule 2. See MFPA Reservation Idle State for details.

Setting

Range: NCHange|CWConnection|FCONnection

Query

Same as setting

*RST Setting

NCHange

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:FORWard:FLOW:CONFigure2:REServation CWC"
!Sets the Reservation Idle State to Close with Connection.

CALL[:CELL]:PROTocol:IP[:MFPacket]:FORWard:FLOW:CONFigure2:RLPFlow

Function

Sets/queries the RLP FLow for IP Forward Configuration Rule 2. See MFPA RLP Flow Mapping for details.

Setting

Range: FLOW0|FLOW1|FLOW2|FLOW3|FLOW4

Query

Same as setting

*RST Setting

FLOW2

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:FORWard:FLOW:CONFigure2:RLPFlow FLOW1"
!Sets the RLP FLOW for IP Forward Configuration Rule 2 to FLOW1.

CALL[:CELL]:PROTocol:IP[:MFPacket]:FORWard:FLOW:CONFigure3:DTMonitor:CONText

Function

Sets/queries the Context Rx for IP Forward Configuration Rule 3. See Forward DTM Context Parms for details.

Setting

Range: NONE|C1RX|C2RX|C3RX|C4RX

Query

Same as setting

*RST Setting

C3RX

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:FORWard:FLOW:CONFigure3:DTMonitor:CONText C2RX"
!Sets the Context Rx for IP Forward Configuration Rule 3 to Context 2 Rx.

CALL[:CELL]:PROTocol:IP[:MFPacket]:FORWard:FLOW:CONFigure3:PRIority[:ANScheduler]

Function

Sets/queries the priority for the test set to use when deciding which flow to send to the AT. See MFPA AN Scheduler Priority (0 is lowest) for details.

Setting

Range: 0 - 15

Query

Same as setting

*RST Setting

7

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:FORWard:FLOW:CONFigure3:PRIority 15"
!Sets the AN Scheduler Priority to 15.

CALL[:CELL]:PROTocol:IP[:MFPacket]:FORWard:FLOW:CONFigure3:PROFile:IDENtifier

Function

Sets/queries the IP Forward Configuration Rule 3 Profile ID for Multi-Flow Packet Application. See MFPA Profile ID for details.

Setting

Range:

  • "" (Null)
  • "0000" to "FFFF"
  • "0000" to "ffff"

Query

Same as setting

*RST Setting

null string

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:FORWard:FLOW:CONFigure3:PROFile:IDENtifier `0002'"
!Sets the IP Forward Configuration Rule 3 Profile ID to 0002.

CALL[:CELL]:PROTocol:IP[:MFPacket]:FORWard:FLOW:CONFigure3:REServation[:Control]

Function

Sets/queries the Reservation Idle State for IP Forward Configuration Rule 3. See MFPA Reservation Idle State for details.

Setting

Range: NCHange|CWConnection|FCONnection

Query

Same as setting

*RST Setting

NCHange

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:FORWard:FLOW:CONFigure3:REServation CWC"
!Sets the Reservation Idle State to Close with Connection.

CALL[:CELL]:PROTocol:IP[:MFPacket]:FORWard:FLOW:CONFigure3:RLPFlow

Function

Sets/queries the RLP FLow for IP Forward Configuration Rule 3. See MFPA RLP Flow Mapping for details.

Setting

Range: FLOW0|FLOW1|FLOW2|FLOW3|FLOW4

Query

Same as setting

*RST Setting

FLOW3

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:FORWard:FLOW:CONFigure3:RLPFlow FLOW1"
!Sets the RLP FLOW for IP Forward Configuration Rule 3 to FLOW1.

CALL[:CELL]:PROTocol:IP[:MFPacket]:FORWard:FLOW:CONFigure4:DTMonitor:CONText

Function

Sets/queries the Context Rx for IP Forward Configuration Rule 4. See Forward DTM Context Parms for details.

Setting

Range: NONE|C1RX|C2RX|C3RX|C4RX

Query

Same as setting

*RST Setting

C4RX

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:FORWard:FLOW:CONFigure4:DTMonitor:CONText C2RX"
!Sets the Context Rx for IP Forward Configuration Rule 4 to Context 2 Rx.

CALL[:CELL]:PROTocol:IP[:MFPacket]:FORWard:FLOW:CONFigure4:PRIority[:ANScheduler]

Function

Sets/queries the priority for the test set to use when deciding which flow to send to the AT. See MFPA AN Scheduler Priority (0 is lowest) for details.

Setting

Range: 0 - 15

Query

Same as setting

*RST Setting

7

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:FORWard:FLOW:CONFigure4:PRIority 15"
!Sets the AN Scheduler Priority to 15.

CALL[:CELL]:PROTocol:IP[:MFPacket]:FORWard:FLOW:CONFigure4:PROFile:IDENtifier

Function

Sets/queries the IP Forward Configuration Rule 4 Profile ID for Multi-Flow Packet Application. See MFPA Profile ID for details.

Setting

Range:

  • "" (Null)
  • "0000" to "FFFF"
  • "0000" to "ffff"

Query

Same as setting

*RST Setting

null string

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:FORWard:FLOW:CONFigure4:PROFile:IDENtifier `0002'"
!Sets the IP Forward Configuration Rule 4 Profile ID to 0002.

CALL[:CELL]:PROTocol:IP[:MFPacket]:FORWard:FLOW:CONFigure4:REServation[:Control]

Function

Sets/queries the Reservation Idle State for IP Forward Configuration Rule 4. See MFPA Reservation Idle State for details.

Setting

Range: NCHange|CWConnection|FCONnection

Query

Same as setting

*RST Setting

NCHange

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:FORWard:FLOW:CONFigure4:REServation CWC"
!Sets the Reservation Idle State to Close with Connection.

CALL[:CELL]:PROTocol:IP[:MFPacket]:FORWard:FLOW:CONFigure4:RLPFlow

Function

Sets/queries the RLP FLow for IP Forward Configuration Rule 4. See MFPA RLP Flow Mapping for details.

Setting

Range: FLOW0|FLOW1|FLOW2|FLOW3|FLOW4

Query

Same as setting

*RST Setting

FLOW4

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:FORWard:FLOW:CONFigure4:RLPFlow FLOW1"
!Sets the RLP FLOW for IP Forward Configuration Rule 4 to FLOW1.

CALL[:CELL]:PROTocol:IP[:MFPacket]:FORWard:FLOW:CONFigure5:DTMonitor:CONText

Function

Sets/queries the Context Rx for IP Forward Configuration Rule 5. See Forward DTM Context Parms for details.

Setting

Range: NONE|C1RX|C2RX|C3RX|C4RX

Query

Same as setting

*RST Setting

NONE

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:FORWard:FLOW:CONFigure5:DTMonitor:CONText C2RX"
!Sets the Context Rx for IP Forward Configuration Rule 5 to Context 2 Rx.

CALL[:CELL]:PROTocol:IP[:MFPacket]:FORWard:FLOW:CONFigure5:PRIority[:ANScheduler]

Function

Sets/queries the priority for the test set to use when deciding which flow to send to the AT. See MFPA AN Scheduler Priority (0 is lowest) for details.

Setting

Range: 0 - 15

Query

Same as setting

*RST Setting

7

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:FORWard:FLOW:CONFigure5:PRIority 15"
!Sets the AN Scheduler Priority to 15.

CALL[:CELL]:PROTocol:IP[:MFPacket]:FORWard:FLOW:CONFigure5:PROFile:IDENtifier

Function

Sets/queries the IP Forward Configuration Rule 5 Profile ID for Multi-Flow Packet Application. See MFPA Profile ID for details.

Setting

Range:

  • "" (Null)
  • "0000" to "FFFF"
  • "0000" to "ffff"

Query

Same as setting

*RST Setting

null string

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:FORWard:FLOW:CONFigure5:PROFile:IDENtifier `0002'"
!Sets the IP Forward Configuration Rule 5 Profile ID to 0002.

CALL[:CELL]:PROTocol:IP[:MFPacket]:FORWard:FLOW:CONFigure5:REServation[:Control]

Function

Sets/queries the Reservation Idle State for IP Forward Configuration Rule 5. See MFPA Reservation Idle State for details.

Setting

Range: NCHange|CWConnection|FCONnection

Query

Same as setting

*RST Setting

NCHange

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:FORWard:FLOW:CONFigure5:REServation CWC"
!Sets the Reservation Idle State to Close with Connection.

CALL[:CELL]:PROTocol:IP[:MFPacket]:FORWard:FLOW:CONFigure5:RLPFlow

Function

Sets/queries the RLP FLow for IP Forward Configuration Rule 5. See MFPA RLP Flow Mapping for details.

Setting

Range: FLOW0|FLOW1|FLOW2|FLOW3|FLOW4

Query

Same as setting

*RST Setting

FLOW0

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:FORWard:FLOW:CONFigure5:RLPFlow FLOW1"
!Sets the RLP FLOW for IP Forward Configuration Rule 5 to FLOW1.

CALL[:CELL]:PROTocol:IP[:MFPacket]:FORWard:FLOW:CONFigure6:DTMonitor:CONText

Function

Sets/queries the Context Rx for IP Forward Configuration Rule 6. See Forward DTM Context Parms for details.

Setting

Range: NONE|C1RX|C2RX|C3RX|C4RX

Query

Same as setting

*RST Setting

NONE

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:FORWard:FLOW:CONFigure6:DTMonitor:CONText C2RX"
!Sets the Context Rx for IP Forward Configuration Rule 6 to Context 2 Rx.

CALL[:CELL]:PROTocol:IP[:MFPacket]:FORWard:FLOW:CONFigure6:PRIority[:ANScheduler]

Function

Sets/queries the priority for the test set to use when deciding which flow to send to the AT. See MFPA AN Scheduler Priority (0 is lowest) for details.

Setting

Range: 0 - 15

Query

Same as setting

*RST Setting

7

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:FORWard:FLOW:CONFigure6:PRIority 15"
!Sets the AN Scheduler Priority to 15.

CALL[:CELL]:PROTocol:IP[:MFPacket]:FORWard:FLOW:CONFigure6:PROFile:IDENtifier

Function

Sets/queries the IP Forward Configuration Rule 6 Profile ID for Multi-Flow Packet Application. See MFPA Profile ID for details.

Setting

Range:

  • "" (Null)
  • "0000" to "FFFF"
  • "0000" to "ffff"

Query

Same as setting

*RST Setting

null string

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:FORWard:FLOW:CONFigure6:PROFile:IDENtifier `0002'"
!Sets the IP Forward Configuration Rule 6 Profile ID to 0002.

CALL[:CELL]:PROTocol:IP[:MFPacket]:FORWard:FLOW:CONFigure6:REServation[:Control]

Function

Sets/queries the Reservation Idle State for IP Forward Configuration Rule 6. See MFPA Reservation Idle State for details.

Setting

Range: NCHange|CWConnection|FCONnection

Query

Same as setting

*RST Setting

NCHange

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:FORWard:FLOW:CONFigure6:REServation CWC"
!Sets the Reservation Idle State to Close with Connection.

CALL[:CELL]:PROTocol:IP[:MFPacket]:FORWard:FLOW:CONFigure6:RLPFlow

Function

Sets/queries the RLP FLow for IP Forward Configuration Rule 6. See MFPA RLP Flow Mapping for details.

Setting

Range: FLOW0|FLOW1|FLOW2|FLOW3|FLOW4

Query

Same as setting

*RST Setting

FLOW0

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:FORWard:FLOW:CONFigure6:RLPFlow FLOW1"
!Sets the RLP FLOW for IP Forward Configuration Rule 6 to FLOW1.

CALL[:CELL]:PROTocol:IP[:MFPacket]:FORWard:FLOW:CDEFault:DTMonitor:CONText

Function

Sets/queries the Context Rx for IP Forward Default Configuration Rule . See Forward DTM Context Parms for details.

Setting

Range: NONE|C1RX|C2RX|C3RX|C4RX

Query

Same as setting

*RST Setting

NONE

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:FORWard:FLOW:CDEFault:DTMonitor:CONText C2RX"
!Sets the Context Rx for IP Forward Default Configuration Rule to Context 2 Rx.

CALL[:CELL]:PROTocol:IP[:MFPacket]:FORWard:FLOW:CDEFault:PRIority[:ANScheduler]

Function

Sets/queries the priority for the test set to use when deciding which flow to send to the AT. See MFPA AN Scheduler Priority (0 is lowest) for details.

Setting

Range: 0 - 15

Query

Same as setting

*RST Setting

7

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:FORWard:FLOW:CDEFault:PRIority 15"
!Sets the AN Scheduler Priority to 15.

CALL[:CELL]:PROTocol:IP[:MFPacket]:FORWard:FLOW:CDEFault:REServation[:Control]

Function

Sets/queries the Reservation Idle State for IP Forward Default Configuration Rule. See MFPA Reservation Idle State for details.

Setting

Range: NCHange|CWConnection|FCONnection

Query

Same as setting

*RST Setting

NCHange

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:FORWard:FLOW:CDEFault:REServation CWC"
!Sets the Reservation Idle State to Close with Connection.

CALL[:CELL]:PROTocol:IP[:MFPacket]:FORWard:FLOW:CDEFault:RLPFlow

Function

Sets/queries the RLP FLow for IP Forward Default Configuration Rule. See MFPA RLP Flow Mapping for details.

Setting

Range: FLOW0|FLOW1|FLOW2|FLOW3|FLOW4

Query

Same as setting

*RST Setting

FLOW0

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:FORWard:FLOW:CDEFault:RLPFlow FLOW1"
!Sets the RLP FLOW for IP Forward Default Configuration Rule to FLOW1.

CALL[:CELL]:PROTocol:IP[:MFPacket]:REVerse:FLOW:CONFigure1:PROFile:IDENtifier

Function

Sets/queries the IP Reverse Configuration Rule 1 Profile ID for Multi-Flow Packet Application. See MFPA Profile ID for details.

Setting

Range:

  • "" (Null)
  • "0000" to "FFFF"
  • "0000" to "ffff"

Query

Same as setting

*RST Setting

null string

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:REVerse:FLOW:CONFigure1:PROFile:IDENtifier `0002'"
!Sets the IP Reverse Configuration Rule 1 Profile ID to 0002.

CALL[:CELL]:PROTocol:IP[:MFPacket]:REVerse:FLOW:CONFigure1:REServation[:Control]

Function

Sets/queries the Reservation Idle State for IP Reverse Configuration Rule 1. See MFPA Reservation Idle State for details.

Setting

Range: NCHange|CWConnection|FCONnection

Query

Same as setting

*RST Setting

NCHange

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:REVerse:FLOW:CONFigure1:REServation CWC"
!Sets the Reservation Idle State to Close with Connection.

CALL[:CELL]:PROTocol:IP[:MFPacket]:REVerse:FLOW:CONFigure1:RLPFlow

Function

Sets/queries the RLP FLow for IP Reverse Configuration Rule 1. See MFPA RLP Flow Mapping for details.

Setting

Range: FLOW0|FLOW1|FLOW2|FLOW3|FLOW4

Query

Same as setting

*RST Setting

FLOW1

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:REVerse:FLOW:CONFigure1:RLPFlow FLOW2"
!Sets the RLP FLOW for IP Reverse Configuration Rule 1 to FLOW2.

CALL[:CELL]:PROTocol:IP[:MFPacket]:REVerse:FLOW:CONFigure2:PROFile:IDENtifier

Function

Sets/queries the IP Reverse Configuration Rule 2 Profile ID for Multi-Flow Packet Application. See MFPA Profile ID for details.

Setting

Range:

  • "" (Null)
  • "0000" to "FFFF"
  • "0000" to "ffff"

Query

Same as setting

*RST Setting

null string

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:REVerse:FLOW:CONFigure2:PROFile:IDENtifier `0002'"
!Sets the IP Reverse Configuration Rule 2 Profile ID to 0002.

CALL[:CELL]:PROTocol:IP[:MFPacket]:REVerse:FLOW:CONFigure2:REServation[:Control]

Function

Sets/queries the Reservation Idle State for IP Reverse Configuration Rule 2. See MFPA Reservation Idle State for details.

Setting

Range: NCHange|CWConnection|FCONnection

Query

Same as setting

*RST Setting

NCHange

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:REVerse:FLOW:CONFigure2:REServation CWC"
!Sets the Reservation Idle State to Close with Connection.

CALL[:CELL]:PROTocol:IP[:MFPacket]:REVerse:FLOW:CONFigure2:RLPFlow

Function

Sets/queries the RLP FLow for IP Reverse Configuration Rule 2. See MFPA RLP Flow Mapping for details.

Setting

Range: FLOW0|FLOW1|FLOW2|FLOW3|FLOW4

Query

Same as setting

*RST Setting

FLOW2

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:REVerse:FLOW:CONFigure2:RLPFlow FLOW1"
!Sets the RLP FLOW for IP Reverse Configuration Rule 2 to FLOW1.

CALL[:CELL]:PROTocol:IP[:MFPacket]:REVerse:FLOW:CONFigure3:PROFile:IDENtifier

Function

Sets/queries the IP Reverse Configuration Rule 3 Profile ID for Multi-Flow Packet Application. See MFPA Profile ID for details.

Setting

Range:

  • "" (Null)
  • "0000" to "FFFF"
  • "0000" to "ffff"

Query

Same as setting

*RST Setting

null string

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:REVerse:FLOW:CONFigure3:PROFile:IDENtifier `0002'"
!Sets the IP Reverse Configuration Rule 3 Profile ID to 0002.

CALL[:CELL]:PROTocol:IP[:MFPacket]:REVerse:FLOW:CONFigure3:REServation[:Control]

Function

Sets/queries the Reservation Idle State for IP Reverse Configuration Rule 3. See MFPA Reservation Idle State for details.

Setting

Range: NCHange|CWConnection|FCONnection

Query

Same as setting

*RST Setting

NCHange

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:REVerse:FLOW:CONFigure3:REServation CWC"
!Sets the Reservation Idle State to Close with Connection.

CALL[:CELL]:PROTocol:IP[:MFPacket]:REVerse:FLOW:CONFigure3:RLPFlow

Function

Sets/queries the RLP FLow for IP Reverse Configuration Rule 3. See MFPA RLP Flow Mapping for details.

Setting

Range: FLOW0|FLOW1|FLOW2|FLOW3|FLOW4

Query

Same as setting

*RST Setting

FLOW3

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:REVerse:FLOW:CONFigure3:RLPFlow FLOW1"
!Sets the RLP FLOW for IP Reverse Configuration Rule 3 to FLOW1.

CALL[:CELL]:PROTocol:IP[:MFPacket]:REVerse:FLOW:CONFigure4:PROFile:IDENtifier

Function

Sets/queries the IP Reverse Configuration Rule 4 Profile ID for Multi-Flow Packet Application. See MFPA Profile ID for details.

Setting

Range:

  • "" (Null)
  • "0000" to "FFFF"
  • "0000" to "ffff"

Query

Same as setting

*RST Setting

null string

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:REVerse:FLOW:CONFigure4:PROFile:IDENtifier `0002'"
!Sets the IP Reverse Configuration Rule 4 Profile ID to 0002.

CALL[:CELL]:PROTocol:IP[:MFPacket]:REVerse:FLOW:CONFigure4:REServation[:Control]

Function

Sets/queries the Reservation Idle State for IP Reverse Configuration Rule 4. See MFPA Reservation Idle State for details.

Setting

Range: NCHange|CWConnection|FCONnection

Query

Same as setting

*RST Setting

NCHange

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:REVerse:FLOW:CONFigure4:REServation CWC"
!Sets the Reservation Idle State to Close with Connection.

CALL[:CELL]:PROTocol:IP[:MFPacket]:REVerse:FLOW:CONFigure4:RLPFlow

Function

Sets/queries the RLP FLow for IP Reverse Configuration Rule 4. See MFPA RLP Flow Mapping for details.

Setting

Range: FLOW0|FLOW1|FLOW2|FLOW3|FLOW4

Query

Same as setting

*RST Setting

FLOW4

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:REVerse:FLOW:CONFigure4:RLPFlow FLOW1"
!Sets the RLP FLOW for IP Reverse Configuration Rule 4 to FLOW1.

CALL[:CELL]:PROTocol:IP[:MFPacket]:REVerse:FLOW:CONFigure5:PROFile:IDENtifier

Function

Sets/queries the IP Reverse Configuration Rule 5 Profile ID for Multi-Flow Packet Application. See MFPA Profile ID for details.

Setting

Range:

  • "" (Null)
  • "0000" to "FFFF"
  • "0000" to "ffff"

Query

Same as setting

*RST Setting

null string

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:REVerse:FLOW:CONFigure5:PROFile:IDENtifier `0002'"
!Sets the IP Reverse Configuration Rule 5 Profile ID to 0002.

CALL[:CELL]:PROTocol:IP[:MFPacket]:REVerse:FLOW:CONFigure5:REServation[:Control]

Function

Sets/queries the Reservation Idle State for IP Reverse Configuration Rule 5. See MFPA Reservation Idle State for details.

Setting

Range: NCHange|CWConnection|FCONnection

Query

Same as setting

*RST Setting

NCHange

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:REVerse:FLOW:CONFigure5:REServation CWC"
!Sets the Reservation Idle State to Close with Connection.

CALL[:CELL]:PROTocol:IP[:MFPacket]:REVerse:FLOW:CONFigure5:RLPFlow

Function

Sets/queries the RLP FLow for IP Reverse Configuration Rule 5. See MFPA RLP Flow Mapping for details.

Setting

Range: FLOW0|FLOW1|FLOW2|FLOW3|FLOW4

Query

Same as setting

*RST Setting

FLOW0

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:REVerse:FLOW:CONFigure5:RLPFlow FLOW1"
!Sets the RLP FLOW for IP Reverse Configuration Rule 5 to FLOW1.

CALL[:CELL]:PROTocol:IP[:MFPacket]:REVerse:FLOW:CONFigure6:PROFile:IDENtifier

Function

Sets/queries the IP Reverse Configuration Rule 6 Profile ID for Multi-Flow Packet Application. See MFPA Profile ID for details.

Setting

Range:

  • "" (Null)
  • "0000" to "FFFF"
  • "0000" to "ffff"

Query

Same as setting

*RST Setting

null string

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:REVerse:FLOW:CONFigure6:PROFile:IDENtifier `0002'"
!Sets the IP Reverse Configuration Rule 6 Profile ID to 0002.

CALL[:CELL]:PROTocol:IP[:MFPacket]:REVerse:FLOW:CONFigure6:REServation[:Control]

Function

Sets/queries the Reservation Idle State for IP Reverse Configuration Rule 6. See MFPA Reservation Idle State for details.

Setting

Range: NCHange|CWConnection|FCONnection

Query

Same as setting

*RST Setting

NCHange

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:REVerse:FLOW:CONFigure6:REServation CWC"
!Sets the Reservation Idle State to Close with Connection.

CALL[:CELL]:PROTocol:IP[:MFPacket]:REVerse:FLOW:CONFigure6:RLPFlow

Function

Sets/queries the RLP FLow for IP Reverse Configuration Rule 6. See MFPA RLP Flow Mapping for details.

Setting

Range: FLOW0|FLOW1|FLOW2|FLOW3|FLOW4

Query

Same as setting

*RST Setting

FLOW0

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:REVerse:FLOW:CONFigure6:RLPFlow FLOW1"
!Sets the RLP FLOW for IP Reverse Configuration Rule 6 to FLOW1.

CALL[:CELL]:PROTocol:IP[:MFPacket]:REVerse:FLOW:CDEFault:REServation[:Control]

Function

Sets/queries the Reservation Idle State for IP Reverse Default Configuration Rule. See MFPA Reservation Idle State for details.

Setting

Range: NCHange|CWConnection|FCONnection

Query

Same as setting

*RST Setting

NCHange

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:REVerse:FLOW:CDEFault:REServation CWC"
!Sets the Reservation Idle State to Close with Connection.

CALL[:CELL]:PROTocol:IP[:MFPacket]:REVerse:FLOW:CDEFault:RLPFlow

Function

Sets/queries the RLP FLow for IP Reverse Default Configuration Rule. See MFPA RLP Flow Mapping for details.

Setting

Range: FLOW0|FLOW1|FLOW2|FLOW3|FLOW4

Query

Same as setting

*RST Setting

FLOW0

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:REVerse:FLOW:CDEFault:RLPFlow FLOW1"
!Sets the RLP FLOW for IP Reverse Default Configuration Rule to FLOW1.

CALL[:CELL]:PROTocol:IP:EMFPacket:FORWard:FLOW:CONFigure1:DTMonitor:CONText

Function

Sets/queries the Context Rx for IP Forward Configuration Rule 1. See Forward DTM Context Parms for details.

Setting

Range: NONE|C1RX|C2RX|C3RX|C4RX

Query

Same as setting

*RST Setting

C1RX

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:EMFPacket:FORWard:FLOW:CONFigure1:DTMonitor:CONText C2RX"
!Sets the Context Rx for IP Forward Configuration Rule 1 to Context 2 Rx.

CALL[:CELL]:PROTocol:IP:EMFPacket:FORWard:FLOW:CONFigure1:PRIority[:ANScheduler]

Function

Sets/queries the priority for the test set to use when deciding which flow to send to the AT. See EMPA AN Scheduler Priority (0 is lowest) for details.

Setting

Range: 0 - 15

Query

Same as setting

*RST Setting

7

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:EMFPacket:FORWard:FLOW:CONFigure1:PRIority 15"
!Sets the AN Scheduler Priority to 15.

CALL[:CELL]:PROTocol:IP:EMFPacket:FORWard:FLOW:CONFigure1:PROFile:IDENtifier

Function

Sets/queries the IP Forward Configuration Rule 1 Profile ID for Enhanced Multi-Flow Packet Application. See EMPA Profile ID for details.

Setting

Range:

  • "" (Null)
  • "0000" to "FFFF"
  • "0000" to "ffff"

Query

Same as setting

*RST Setting

null string

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:EMFPacket:FORWard:FLOW:CONFigure1:PROFile:IDENtifier `0002'"
!Sets the IP Forward Configuration Rule 1 Profile ID to 0002.

CALL[:CELL]:PROTocol:IP:EMFPacket:FORWard:FLOW:CONFigure1:REServation[:Control]

Function

Sets/queries the Reservation Idle State for IP Forward Configuration Rule 1. See EMPA Reservation Idle State for details.

Setting

Range: NCHange|CWConnection|FCONnection

Query

Same as setting

*RST Setting

NCHange

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:EMFPacket:FORWard:FLOW:CONFigure1:REServation CWC"
!Sets the Reservation Idle State to Close with Connection.

CALL[:CELL]:PROTocol:IP:EMFPacket:FORWard:FLOW:CONFigure1:RLPFlow

Function

Sets/queries the RLP FLow for IP Forward Configuration Rule 1. See EMPA Link Flow Mapping for details.

Setting

Range: FLOW0|FLOW1|FLOW2|FLOW3|FLOW4

Query

Same as setting

*RST Setting

FLOW1

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:EMFPacket:FORWard:FLOW:CONFigure1:RLPFlow FLOW2"
!Sets the Link Flow for IP Forward Configuration Rule 1 to FLOW2.

CALL[:CELL]:PROTocol:IP:EMFPacket:FORWard:FLOW:CONFigure2:DTMonitor:CONText

Function

Sets/queries the Context Rx for IP Forward Configuration Rule 2. See Forward DTM Context Parms for details.

Setting

Range: NONE|C1RX|C2RX|C3RX|C4RX

Query

Same as setting

*RST Setting

C1RX

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:EMFPacket:FORWard:FLOW:CONFigure2:DTMonitor:CONText C2RX"
!Sets the Context Rx for IP Forward Configuration Rule 2 to Context 2 Rx.

CALL[:CELL]:PROTocol:IP:EMFPacket:FORWard:FLOW:CONFigure2:PRIority[:ANScheduler]

Function

Sets/queries the priority for the test set to use when deciding which flow to send to the AT. See EMPA AN Scheduler Priority (0 is lowest) for details.

Setting

Range: 0 - 15

Query

Same as setting

*RST Setting

7

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:EMFPacket:FORWard:FLOW:CONFigure2:PRIority 15"
!Sets the AN Scheduler Priority to 15.

CALL[:CELL]:PROTocol:IP:EMFPacket:FORWard:FLOW:CONFigure2:PROFile:IDENtifier

Function

Sets/queries the IP Forward Configuration Rule 2 Profile ID for Enhanced Multi-Flow Packet Application. See EMPA Profile ID for details.

Setting

Range:

  • "" (Null)
  • "0000" to "FFFF"
  • "0000" to "ffff"

Query

Same as setting

*RST Setting

null string

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:EMFPacket:FORWard:FLOW:CONFigure2:PROFile:IDENtifier `0002'"
!Sets the IP Forward Configuration Rule 2 Profile ID to 0002.

CALL[:CELL]:PROTocol:IP:EMFPacket:FORWard:FLOW:CONFigure2:REServation[:Control]

Function

Sets/queries the Reservation Idle State for IP Forward Configuration Rule 2. See EMPA Reservation Idle State for details.

Setting

Range: NCHange|CWConnection|FCONnection

Query

Same as setting

*RST Setting

NCHange

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:EMFPacket:FORWard:FLOW:CONFigure2:REServation CWC"
!Sets the Reservation Idle State to Close with Connection.

CALL[:CELL]:PROTocol:IP:EMFPacket:FORWard:FLOW:CONFigure2:RLPFlow

Function

Sets/queries the RLP FLow for IP Forward Configuration Rule 2. See EMPA Link Flow Mapping for details.

Setting

Range: FLOW0|FLOW1|FLOW2|FLOW3|FLOW4

Query

Same as setting

*RST Setting

FLOW1

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:EMFPacket:FORWard:FLOW:CONFigure2:RLPFlow FLOW2"
!Sets the Link Flow for IP Forward Configuration Rule 2 to FLOW2.

CALL[:CELL]:PROTocol:IP:EMFPacket:FORWard:FLOW:CONFigure3:DTMonitor:CONText

Function

Sets/queries the Context Rx for IP Forward Configuration Rule 3. See Forward DTM Context Parms for details.

Setting

Range: NONE|C1RX|C2RX|C3RX|C4RX

Query

Same as setting

*RST Setting

C1RX

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:EMFPacket:FORWard:FLOW:CONFigure3:DTMonitor:CONText C2RX"
!Sets the Context Rx for IP Forward Configuration Rule 3 to Context 2 Rx.

CALL[:CELL]:PROTocol:IP:EMFPacket:FORWard:FLOW:CONFigure3:PRIority[:ANScheduler]

Function

Sets/queries the priority for the test set to use when deciding which flow to send to the AT. See EMPA AN Scheduler Priority (0 is lowest) for details.

Setting

Range: 0 - 15

Query

Same as setting

*RST Setting

7

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:EMFPacket:FORWard:FLOW:CONFigure3:PRIority 15"
!Sets the AN Scheduler Priority to 15.

CALL[:CELL]:PROTocol:IP:EMFPacket:FORWard:FLOW:CONFigure3:PROFile:IDENtifier

Function

Sets/queries the IP Forward Configuration Rule 3 Profile ID for Enhanced Multi-Flow Packet Application. See EMPA Profile ID for details.

Setting

Range:

  • "" (Null)
  • "0000" to "FFFF"
  • "0000" to "ffff"

Query

Same as setting

*RST Setting

null string

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:EMFPacket:FORWard:FLOW:CONFigure3:PROFile:IDENtifier `0002'"
!Sets the IP Forward Configuration Rule 3 Profile ID to 0002.

CALL[:CELL]:PROTocol:IP:EMFPacket:FORWard:FLOW:CONFigure3:REServation[:Control]

Function

Sets/queries the Reservation Idle State for IP Forward Configuration Rule 3. See EMPA Reservation Idle State for details.

Setting

Range: NCHange|CWConnection|FCONnection

Query

Same as setting

*RST Setting

NCHange

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:EMFPacket:FORWard:FLOW:CONFigure3:REServation CWC"
!Sets the Reservation Idle State to Close with Connection.

CALL[:CELL]:PROTocol:IP:EMFPacket:FORWard:FLOW:CONFigure3:RLPFlow

Function

Sets/queries the RLP FLow for IP Forward Configuration Rule 3. See EMPA Link Flow Mapping for details.

Setting

Range: FLOW0|FLOW1|FLOW2|FLOW3|FLOW4

Query

Same as setting

*RST Setting

FLOW1

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:EMFPacket:FORWard:FLOW:CONFigure3:RLPFlow FLOW2"
!Sets the Link Flow for IP Forward Configuration Rule 3 to FLOW2.

CALL[:CELL]:PROTocol:IP:EMFPacket:FORWard:FLOW:CONFigure4:DTMonitor:CONText

Function

Sets/queries the Context Rx for IP Forward Configuration Rule 4. See Forward DTM Context Parms for details.

Setting

Range: NONE|C1RX|C2RX|C3RX|C4RX

Query

Same as setting

*RST Setting

C1RX

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:EMFPacket:FORWard:FLOW:CONFigure4:DTMonitor:CONText C2RX"
!Sets the Context Rx for IP Forward Configuration Rule 4 to Context 2 Rx.

CALL[:CELL]:PROTocol:IP:EMFPacket:FORWard:FLOW:CONFigure4:PRIority[:ANScheduler]

Function

Sets/queries the priority for the test set to use when deciding which flow to send to the AT. See EMPA AN Scheduler Priority (0 is lowest) for details.

Setting

Range: 0 - 15

Query

Same as setting

*RST Setting

7

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:EMFPacket:FORWard:FLOW:CONFigure4:PRIority 15"
!Sets the AN Scheduler Priority to 15.

CALL[:CELL]:PROTocol:IP:EMFPacket:FORWard:FLOW:CONFigure4:PROFile:IDENtifier

Function

Sets/queries the IP Forward Configuration Rule 4 Profile ID for Enhanced Multi-Flow Packet Application. See EMPA Profile ID for details.

Setting

Range:

  • "" (Null)
  • "0000" to "FFFF"
  • "0000" to "ffff"

Query

Same as setting

*RST Setting

null string

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:EMFPacket:FORWard:FLOW:CONFigure4:PROFile:IDENtifier `0002'"
!Sets the IP Forward Configuration Rule 4 Profile ID to 0002.

CALL[:CELL]:PROTocol:IP:EMFPacket:FORWard:FLOW:CONFigure4:REServation[:Control]

Function

Sets/queries the Reservation Idle State for IP Forward Configuration Rule 4. See EMPA Reservation Idle State for details.

Setting

Range: NCHange|CWConnection|FCONnection

Query

Same as setting

*RST Setting

NCHange

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:EMFPacket:FORWard:FLOW:CONFigure4:REServation CWC"
!Sets the Reservation Idle State to Close with Connection.

CALL[:CELL]:PROTocol:IP:EMFPacket:FORWard:FLOW:CONFigure4:RLPFlow

Function

Sets/queries the RLP FLow for IP Forward Configuration Rule 4. See EMPA Link Flow Mapping for details.

Setting

Range: FLOW0|FLOW1|FLOW2|FLOW3|FLOW4

Query

Same as setting

*RST Setting

FLOW1

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:EMFPacket:FORWard:FLOW:CONFigure4:RLPFlow FLOW2"
!Sets the Link Flow for IP Forward Configuration Rule 4 to FLOW2.

CALL[:CELL]:PROTocol:IP:EMFPacket:FORWard:FLOW:CONFigure5:DTMonitor:CONText

Function

Sets/queries the Context Rx for IP Forward Configuration Rule 5. See Forward DTM Context Parms for details.

Setting

Range: NONE|C1RX|C2RX|C3RX|C4RX

Query

Same as setting

*RST Setting

C1RX

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:EMFPacket:FORWard:FLOW:CONFigure5:DTMonitor:CONText C2RX"
!Sets the Context Rx for IP Forward Configuration Rule 5 to Context 2 Rx.

CALL[:CELL]:PROTocol:IP:EMFPacket:FORWard:FLOW:CONFigure5:PRIority[:ANScheduler]

Function

Sets/queries the priority for the test set to use when deciding which flow to send to the AT. See EMPA AN Scheduler Priority (0 is lowest) for details.

Setting

Range: 0 - 15

Query

Same as setting

*RST Setting

7

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:EMFPacket:FORWard:FLOW:CONFigure5:PRIority 15"
!Sets the AN Scheduler Priority to 15.

CALL[:CELL]:PROTocol:IP:EMFPacket:FORWard:FLOW:CONFigure5:PROFile:IDENtifier

Function

Sets/queries the IP Forward Configuration Rule 5 Profile ID for Enhanced Multi-Flow Packet Application. See EMPA Profile ID for details.

Setting

Range:

  • "" (Null)
  • "0000" to "FFFF"
  • "0000" to "ffff"

Query

Same as setting

*RST Setting

null string

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:EMFPacket:FORWard:FLOW:CONFigure5:PROFile:IDENtifier `0002'"
!Sets the IP Forward Configuration Rule 5 Profile ID to 0002.

CALL[:CELL]:PROTocol:IP:EMFPacket:FORWard:FLOW:CONFigure5:REServation[:Control]

Function

Sets/queries the Reservation Idle State for IP Forward Configuration Rule 5. See EMPA Reservation Idle State for details.

Setting

Range: NCHange|CWConnection|FCONnection

Query

Same as setting

*RST Setting

NCHange

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:EMFPacket:FORWard:FLOW:CONFigure5:REServation CWC"
!Sets the Reservation Idle State to Close with Connection.

CALL[:CELL]:PROTocol:IP:EMFPacket:FORWard:FLOW:CONFigure5:RLPFlow

Function

Sets/queries the RLP FLow for IP Forward Configuration Rule 5. See EMPA Link Flow Mapping for details.

Setting

Range: FLOW0|FLOW1|FLOW2|FLOW3|FLOW4

Query

Same as setting

*RST Setting

FLOW1

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:EMFPacket:FORWard:FLOW:CONFigure5:RLPFlow FLOW2"
!Sets the Link Flow for IP Forward Configuration Rule 5 to FLOW2.

CALL[:CELL]:PROTocol:IP:EMFPacket:FORWard:FLOW:CONFigure6:DTMonitor:CONText

Function

Sets/queries the Context Rx for IP Forward Configuration Rule 6. See Forward DTM Context Parms for details.

Setting

Range: NONE|C1RX|C2RX|C3RX|C4RX

Query

Same as setting

*RST Setting

C1RX

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:EMFPacket:FORWard:FLOW:CONFigure6:DTMonitor:CONText C2RX"
!Sets the Context Rx for IP Forward Configuration Rule 6 to Context 2 Rx.

CALL[:CELL]:PROTocol:IP:EMFPacket:FORWard:FLOW:CONFigure6:PRIority[:ANScheduler]

Function

Sets/queries the priority for the test set to use when deciding which flow to send to the AT. See EMPA AN Scheduler Priority (0 is lowest) for details.

Setting

Range: 0 - 15

Query

Same as setting

*RST Setting

7

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:EMFPacket:FORWard:FLOW:CONFigure6:PRIority 15"
!Sets the AN Scheduler Priority to 15.

CALL[:CELL]:PROTocol:IP:EMFPacket:FORWard:FLOW:CONFigure6:PROFile:IDENtifier

Function

Sets/queries the IP Forward Configuration Rule 6 Profile ID for Enhanced Multi-Flow Packet Application. See EMPA Profile ID for details.

Setting

Range:

  • "" (Null)
  • "0000" to "FFFF"
  • "0000" to "ffff"

Query

Same as setting

*RST Setting

null string

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:EMFPacket:FORWard:FLOW:CONFigure6:PROFile:IDENtifier `0002'"
!Sets the IP Forward Configuration Rule 6 Profile ID to 0002.

CALL[:CELL]:PROTocol:IP:EMFPacket:FORWard:FLOW:CONFigure6:REServation[:Control]

Function

Sets/queries the Reservation Idle State for IP Forward Configuration Rule 6. See EMPA Reservation Idle State for details.

Setting

Range: NCHange|CWConnection|FCONnection

Query

Same as setting

*RST Setting

NCHange

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:EMFPacket:FORWard:FLOW:CONFigure6:REServation CWC"
!Sets the Reservation Idle State to Close with Connection.

CALL[:CELL]:PROTocol:IP:EMFPacket:FORWard:FLOW:CONFigure6:RLPFlow

Function

Sets/queries the RLP FLow for IP Forward Configuration Rule 6. See EMPA Link Flow Mapping for details.

Setting

Range: FLOW0|FLOW1|FLOW2|FLOW3|FLOW4

Query

Same as setting

*RST Setting

FLOW1

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:EMFPacket:FORWard:FLOW:CONFigure6:RLPFlow FLOW2"
!Sets the Link Flow for IP Forward Configuration Rule 6 to FLOW2.

CALL[:CELL]:PROTocol:IP:EMFPacket:FORWard:FLOW:CDEFault:DTMonitor:CONText

Function

Sets/queries the Context Rx for IP Forward Default Configuration Rule . See Forward DTM Context Parms for details.

Setting

Range: NONE|C1RX|C2RX|C3RX|C4RX

Query

Same as setting

*RST Setting

NONE

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:EMFPacket:FORWard:FLOW:CDEFault:DTMonitor:CONText C2RX"
!Sets the Context Rx for IP Forward Default Configuration Rule to Context 2 Rx.

CALL[:CELL]:PROTocol:IP:EMFPacket:FORWard:FLOW:CDEFault:PRIority[:ANScheduler]

Function

Sets/queries the priority for the test set to use when deciding which flow to send to the AT. See EMPA AN Scheduler Priority (0 is lowest) for details.

Setting

Range: 0 - 15

Query

Same as setting

*RST Setting

7

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:EMFPacket:FORWard:FLOW:CDEFault:PRIority 15"
!Sets the AN Scheduler Priority to 15.

CALL[:CELL]:PROTocol:IP:EMFPacket:FORWard:FLOW:CDEFault:REServation[:Control]

Function

Sets/queries the Reservation Idle State for IP Forward Default Configuration Rule. See EMPA Reservation Idle State for details.

Setting

Range: NCHange|CWConnection|FCONnection

Query

Same as setting

*RST Setting

NCHange

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:EMFPacket:FORWard:FLOW:CDEFault:REServation CWC"
!Sets the Reservation Idle State to Close with Connection.

CALL[:CELL]:PROTocol:IP:EMFPacket:FORWard:FLOW:CDEFault:RLPFlow

Function

Sets/queries the RLP FLow for IP Forward Default Configuration Rule. See EMPA Link Flow Mapping for details.

Setting

Range: FLOW0|FLOW1|FLOW2|FLOW3|FLOW4

Query

Same as setting

*RST Setting

FLOW0

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:EMFPacket:FORWard:FLOW:CDEFault:RLPFlow FLOW1"
!Sets the Link Flow for IP Forward Default Configuration Rule to FLOW1.

CALL[:CELL]:PROTocol:IP:EMFPacket:REVerse:FLOW:CONFigure1:PROFile:IDENtifier

Function

Sets/queries the IP Reverse Configuration Rule 1 Profile ID for Enhanced Multi-Flow Packet Application. See EMPA Profile ID for details.

Setting

Range:

  • "" (Null)
  • "0000" to "FFFF"
  • "0000" to "ffff"

Query

Same as setting

*RST Setting

null string

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:EMFPacket:REVerse:FLOW:CONFigure1:PROFile:IDENtifier `0002'"
!Sets the IP Reverse Configuration Rule 1 Profile ID to 0002.

CALL[:CELL]:PROTocol:IP:EMFPacket:REVerse:FLOW:CONFigure1:REServation[:Control]

Function

Sets/queries the Reservation Idle State for IP Reverse Configuration Rule 1. See EMPA Reservation Idle State for details.

Setting

Range: NCHange|CWConnection|FCONnection

Query

Same as setting

*RST Setting

NCHange

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:EMFPacket:REVerse:FLOW:CONFigure1:REServation CWC"
!Sets the Reservation Idle State to Close with Connection.

CALL[:CELL]:PROTocol:IP:EMFPacket:REVerse:FLOW:CONFigure1:RLPFlow

Function

Sets/queries the RLP FLow for IP Reverse Configuration Rule 1. See EMPA Link Flow Mapping for details.

Setting

Range: FLOW0|FLOW1|FLOW2|FLOW3|FLOW4

Query

Same as setting

*RST Setting

FLOW1

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:EMFPacket:REVerse:FLOW:CONFigure1:RLPFlow FLOW2"
!Sets the Link Flow for IP Reverse Configuration Rule 1 to FLOW2.

CALL[:CELL]:PROTocol:IP:EMFPacket:REVerse:FLOW:CONFigure2:PROFile:IDENtifier

Function

Sets/queries the IP Reverse Configuration Rule 2 Profile ID for Enhanced Multi-Flow Packet Application. See EMPA Profile ID for details.

Setting

Range:

  • "" (Null)
  • "0000" to "FFFF"
  • "0000" to "ffff"

Query

Same as setting

*RST Setting

null string

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:EMFPacket:REVerse:FLOW:CONFigure2:PROFile:IDENtifier `0002'"
!Sets the IP Reverse Configuration Rule 2 Profile ID to 0002.

CALL[:CELL]:PROTocol:IP:EMFPacket:REVerse:FLOW:CONFigure2:REServation[:Control]

Function

Sets/queries the Reservation Idle State for IP Reverse Configuration Rule 2. See EMPA Reservation Idle State for details.

Setting

Range: NCHange|CWConnection|FCONnection

Query

Same as setting

*RST Setting

NCHange

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:EMFPacket:REVerse:FLOW:CONFigure2:REServation CWC"
!Sets the Reservation Idle State to Close with Connection.

CALL[:CELL]:PROTocol:IP:EMFPacket:REVerse:FLOW:CONFigure2:RLPFlow

Function

Sets/queries the RLP FLow for IP Reverse Configuration Rule 2. See EMPA Link Flow Mapping for details.

Setting

Range: FLOW0|FLOW1|FLOW2|FLOW3|FLOW4

Query

Same as setting

*RST Setting

FLOW1

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:EMFPacket:REVerse:FLOW:CONFigure2:RLPFlow FLOW2"
!Sets the Link Flow for IP Reverse Configuration Rule 2 to FLOW2.

CALL[:CELL]:PROTocol:IP:EMFPacket:REVerse:FLOW:CONFigure3:PROFile:IDENtifier

Function

Sets/queries the IP Reverse Configuration Rule 3 Profile ID for Enhanced Multi-Flow Packet Application. See EMPA Profile ID for details.

Setting

Range:

  • "" (Null)
  • "0000" to "FFFF"
  • "0000" to "ffff"

Query

Same as setting

*RST Setting

null string

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:EMFPacket:REVerse:FLOW:CONFigure3:PROFile:IDENtifier `0002'"
!Sets the IP Reverse Configuration Rule 3 Profile ID to 0002.

CALL[:CELL]:PROTocol:IP:EMFPacket:REVerse:FLOW:CONFigure3:REServation[:Control]

Function

Sets/queries the Reservation Idle State for IP Reverse Configuration Rule 3. See EMPA Reservation Idle State for details.

Setting

Range: NCHange|CWConnection|FCONnection

Query

Same as setting

*RST Setting

NCHange

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:EMFPacket:REVerse:FLOW:CONFigure3:REServation CWC"
!Sets the Reservation Idle State to Close with Connection.

CALL[:CELL]:PROTocol:IP:EMFPacket:REVerse:FLOW:CONFigure3:RLPFlow

Function

Sets/queries the RLP FLow for IP Reverse Configuration Rule 3. See EMPA Link Flow Mapping for details.

Setting

Range: FLOW0|FLOW1|FLOW2|FLOW3|FLOW4

Query

Same as setting

*RST Setting

FLOW1

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:EMFPacket:REVerse:FLOW:CONFigure3:RLPFlow FLOW2"
!Sets the Link Flow for IP Reverse Configuration Rule 3 to FLOW2.

CALL[:CELL]:PROTocol:IP:EMFPacket:REVerse:FLOW:CONFigure4:PROFile:IDENtifier

Function

Sets/queries the IP Reverse Configuration Rule 4 Profile ID for Enhanced Multi-Flow Packet Application. See EMPA Profile ID for details.

Setting

Range:

  • "" (Null)
  • "0000" to "FFFF"
  • "0000" to "ffff"

Query

Same as setting

*RST Setting

null string

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:EMFPacket:REVerse:FLOW:CONFigure4:PROFile:IDENtifier `0002'"
!Sets the IP Reverse Configuration Rule 4 Profile ID to 0002.

CALL[:CELL]:PROTocol:IP:EMFPacket:REVerse:FLOW:CONFigure4:REServation[:Control]

Function

Sets/queries the Reservation Idle State for IP Reverse Configuration Rule 4. See EMPA Reservation Idle State for details.

Setting

Range: NCHange|CWConnection|FCONnection

Query

Same as setting

*RST Setting

NCHange

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:EMFPacket:REVerse:FLOW:CONFigure4:REServation CWC"
!Sets the Reservation Idle State to Close with Connection.

CALL[:CELL]:PROTocol:IP:EMFPacket:REVerse:FLOW:CONFigure4:RLPFlow

Function

Sets/queries the RLP FLow for IP Reverse Configuration Rule 4. See EMPA Link Flow Mapping for details.

Setting

Range: FLOW0|FLOW1|FLOW2|FLOW3|FLOW4

Query

Same as setting

*RST Setting

FLOW1

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:EMFPacket:REVerse:FLOW:CONFigure4:RLPFlow FLOW2"
!Sets the Link Flow for IP Reverse Configuration Rule 4 to FLOW2.

CALL[:CELL]:PROTocol:IP:EMFPacket:REVerse:FLOW:CONFigure5:PROFile:IDENtifier

Function

Sets/queries the IP Reverse Configuration Rule 5 Profile ID for Enhanced Multi-Flow Packet Application. See EMPA Profile ID for details.

Setting

Range:

  • "" (Null)
  • "0000" to "FFFF"
  • "0000" to "ffff"

Query

Same as setting

*RST Setting

null string

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:EMFPacket:REVerse:FLOW:CONFigure5:PROFile:IDENtifier `0002'"
!Sets the IP Reverse Configuration Rule 5 Profile ID to 0002.

CALL[:CELL]:PROTocol:IP:EMFPacket:REVerse:FLOW:CONFigure5:REServation[:Control]

Function

Sets/queries the Reservation Idle State for IP Reverse Configuration Rule 5. See EMPA Reservation Idle State for details.

Setting

Range: NCHange|CWConnection|FCONnection

Query

Same as setting

*RST Setting

NCHange

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:EMFPacket:REVerse:FLOW:CONFigure5:REServation CWC"
!Sets the Reservation Idle State to Close with Connection.

CALL[:CELL]:PROTocol:IP:EMFPacket:REVerse:FLOW:CONFigure5:RLPFlow

Function

Sets/queries the RLP FLow for IP Reverse Configuration Rule 5. See EMPA Link Flow Mapping for details.

Setting

Range: FLOW0|FLOW1|FLOW2|FLOW3|FLOW4

Query

Same as setting

*RST Setting

FLOW1

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:EMFPacket:REVerse:FLOW:CONFigure5:RLPFlow FLOW2"
!Sets the Link Flow for IP Reverse Configuration Rule 5 to FLOW2.

CALL[:CELL]:PROTocol:IP:EMFPacket:REVerse:FLOW:CONFigure6:PROFile:IDENtifier

Function

Sets/queries the IP Reverse Configuration Rule 6 Profile ID for Enhanced Multi-Flow Packet Application. See EMPA Profile ID for details.

Setting

Range:

  • "" (Null)
  • "0000" to "FFFF"
  • "0000" to "ffff"

Query

Same as setting

*RST Setting

null string

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:EMFPacket:REVerse:FLOW:CONFigure6:PROFile:IDENtifier `0002'"
!Sets the IP Reverse Configuration Rule 6 Profile ID to 0002.

CALL[:CELL]:PROTocol:IP:EMFPacket:REVerse:FLOW:CONFigure6:REServation[:Control]

Function

Sets/queries the Reservation Idle State for IP Reverse Configuration Rule 6. See EMPA Reservation Idle State for details.

Setting

Range: NCHange|CWConnection|FCONnection

Query

Same as setting

*RST Setting

NCHange

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:EMFPacket:REVerse:FLOW:CONFigure6:REServation CWC"
!Sets the Reservation Idle State to Close with Connection.

CALL[:CELL]:PROTocol:IP:EMFPacket:REVerse:FLOW:CONFigure6:RLPFlow

Function

Sets/queries the RLP FLow for IP Reverse Configuration Rule 6. See EMPA Link Flow Mapping for details.

Setting

Range: FLOW0|FLOW1|FLOW2|FLOW3|FLOW4

Query

Same as setting

*RST Setting

FLOW1

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:EMFPacket:REVerse:FLOW:CONFigure6:RLPFlow FLOW2"
!Sets the Link Flow for IP Reverse Configuration Rule 6 to FLOW2.

CALL[:CELL]:PROTocol:IP:EMFPacket:REVerse:FLOW:CDEFault:REServation[:Control]

Function

Sets/queries the Reservation Idle State for IP Reverse Default Configuration Rule. See EMPA Reservation Idle State for details.

Setting

Range: NCHange|CWConnection|FCONnection

Query

Same as setting

*RST Setting

NCHange

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:EMFPacket:REVerse:FLOW:CDEFault:REServation CWC"
!Sets the Reservation Idle State to Close with Connection.

CALL[:CELL]:PROTocol:IP:EMFPacket:REVerse:FLOW:CDEFault:RLPFlow

Function

Sets/queries the RLP FLow for IP Reverse Default Configuration Rule. See EMPA Link Flow Mapping for details.

Setting

Range: FLOW0|FLOW1|FLOW2|FLOW3|FLOW4

Query

Same as setting

*RST Setting

FLOW0

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:IP:EMFPacket:REVerse:FLOW:CDEFault:RLPFlow FLOW1"
!Sets the Link Flow for IP Reverse Default Configuration Rule to FLOW1.

CALL[:CELL]:PROTocol:ISTate

Function

Sets/queries the Idle State Subtype. See Idle State Subtype

Setting

Range: DEFault|ENHanced

Query

Same as setting

*RST Setting

DEFault

Requirements

Lab Application Revision: B.01 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:ISTate ENHanced"
!Sets the the Idle State Subtype to Subtype 1.

CALL[:CELL]:PROTocol:RLP[:MFPacket]:FORWard:FLOW:COUNt

Function

Sets/queries the number of Forward RLP Flows the test set will configure and activate, including the Default Flow (Flow 00).

Setting

Range: 1 - 5

Query

Same as setting

*RST Setting

1

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:FORWard:FLOW:COUNt 4"
!Sets the number of Forward RLP Flows the test set will configure and activate to 4.

CALL[:CELL]:PROTocol:RLP[:MFPacket]:FORWard:RLPFlow00:NAK:STATe

Function

Sets/queries if the AT enables sending NAKs for missing packets on the associated Forward RLP Flow 00. See MFPA NAK Enable for details.

Setting

Range: 1|ON|0|OFF

Query

Same as setting

*RST Setting

ON

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:FORWard:RLPFlow00:NAK:STATe 0"
!Sets the NAK Enable to OFF for RLP FLow 00.

CALL[:CELL]:PROTocol:RLP[:MFPacket]:FORWard:RLPFlow00:ABORt:TIMer

Function

Sets/queries the MFPA Abort Timer for the forward RLP Flow 00.

Setting

Range: 0 - 500 ms

Resolution: 1 ms

Query

Same as setting

*RST Setting

500ms

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:FORWard:RLPFlow00:ABORt:TIMer 450ms"
!Sets the abort timer to 450ms.

CALL[:CELL]:PROTocol:RLP[:MFPacket]:FORWard:RLPFlow00:FLUSh:TIMer

Function

Sets/queries the MFPA Flush Timer for the forward RLP Flow 00.

Setting

Range: 0 - 500 ms

Resolution: 1 ms

Query

Same as setting

*RST Setting

300ms

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:FORWard:RLPFlow00:FLUSh:TIMer 450ms"
!Sets the flush timer to 450ms.

CALL[:CELL]:PROTocol:RLP[:MFPacket]:FORWard:RLPFlow00:HEADer[:SIZe]

Function

Sets/queries the MFPA Header Size for the forward RLP Flow 00.

Setting

Range: BIT14|BIT22

Query

Same as setting

*RST Setting

BIT22

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:FORWard:RLPFlow00:HEADer BIT14"
!Sets the Header Size to 14 bits for RLP Flow 00.

CALL[:CELL]:PROTocol:RLP[:MFPacket]:FORWard:RLPFlow00:IDENtifier

Function

Sets/queries the MFPA RLP ID (Binary) for the forward RLP Flow 00.

Setting

Range: "0" to "11111111"

Query

Same as setting

*RST Setting

"000"

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:FORWard:RLPFlow00:IDENtifier `001'"
!Sets the RLP ID for RLP Flow 00 to 001.

CALL[:CELL]:PROTocol:RLP[:MFPacket]:FORWard:RLPFlow01:NAK:STATe

Function

Sets/queries if the AT enables sending NAKs for missing packets on the associated Forward RLP Flow 01. See MFPA NAK Enable for details.

Setting

Range: 1|ON|0|OFF

Query

Same as setting

*RST Setting

ON

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:FORWard:RLPFlow01:NAK:STATe 0"
!Sets the NAK Enable to OFF for RLP FLow 01.

CALL[:CELL]:PROTocol:RLP[:MFPacket]:FORWard:RLPFlow01:ABORt:TIMer

Function

Sets/queries the MFPA Abort Timer for the forward RLP Flow 01.

Setting

Range: 0 - 500 ms

Resolution: 1 ms

Query

Same as setting

*RST Setting

500ms

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:FORWard:RLPFlow01:ABORt:TIMer 450ms"
!Sets the abort timer to 450ms.

CALL[:CELL]:PROTocol:RLP[:MFPacket]:FORWard:RLPFlow01:FLUSh:TIMer

Function

Sets/queries the MFPA Flush Timer for the forward RLP Flow 01.

Setting

Range: 0 - 500 ms

Resolution: 1 ms

Query

Same as setting

*RST Setting

300ms

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:FORWard:RLPFlow01:FLUSh:TIMer 450ms"
!Sets the flush timer to 450ms.

CALL[:CELL]:PROTocol:RLP[:MFPacket]:FORWard:RLPFlow01:HEADer[:SIZe]

Function

Sets/queries the MFPA Header Size for the forward RLP Flow 01.

Setting

Range: BIT14|BIT22

Query

Same as setting

*RST Setting

BIT22

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:FORWard:RLPFlow01:HEADer BIT14"
!Sets the Header Size to 14 bits for RLP Flow 01.

CALL[:CELL]:PROTocol:RLP[:MFPacket]:FORWard:RLPFlow01:IDENtifier

Function

Sets/queries the MFPA RLP ID (Binary) for the forward RLP Flow 00.

Setting

Range: "0" to "11111111"

Query

Same as setting

*RST Setting

"110000"

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:FORWard:RLPFlow01:IDENtifier `110001'"
!Sets the RLP ID for RLP Flow 01 to 110001.

CALL[:CELL]:PROTocol:RLP[:MFPacket]:FORWard:RLPFlow02:NAK:STATe

Function

Sets/queries if the AT enables sending NAKs for missing packets on the associated Forward RLP Flow 02. See MFPA NAK Enable for details.

Setting

Range: 1|ON|0|OFF

Query

Same as setting

*RST Setting

ON

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:FORWard:RLPFlow02:NAK:STATe 0"
!Sets the NAK Enable to OFF for RLP FLow 02.

CALL[:CELL]:PROTocol:RLP[:MFPacket]:FORWard:RLPFlow02:ABORt:TIMer

Function

Sets/queries the MFPA Abort Timer for the forward RLP Flow 02.

Setting

Range: 0 - 500 ms

Resolution: 1 ms

Query

Same as setting

*RST Setting

500ms

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:FORWard:RLPFlow02:ABORt:TIMer 450ms"
!Sets the abort timer to 450ms.

CALL[:CELL]:PROTocol:RLP[:MFPacket]:FORWard:RLPFlow02:FLUSh:TIMer

Function

Sets/queries the MFPA Flush Timer for the forward RLP Flow 02.

Setting

Range: 0 - 500 ms

Resolution: 1 ms

Query

Same as setting

*RST Setting

300ms

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:FORWard:RLPFlow02:FLUSh:TIMer 450ms"
!Sets the flush timer to 450ms.

CALL[:CELL]:PROTocol:RLP[:MFPacket]:FORWard:RLPFlow02:HEADer[:SIZe]

Function

Sets/queries the MFPA Header Size for the forward RLP Flow 02.

Setting

Range: BIT14|BIT22

Query

Same as setting

*RST Setting

BIT22

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:FORWard:RLPFlow02:HEADer BIT14"
!Sets the Header Size to 14 bits for RLP Flow 02.

CALL[:CELL]:PROTocol:RLP[:MFPacket]:FORWard:RLPFlow02:IDENtifier

Function

Sets/queries the MFPA RLP ID (Binary) for the forward RLP Flow 02.

Setting

Range: "0" to "11111111"

Query

Same as setting

*RST Setting

"110110"

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:FORWard:RLPFlow02:IDENtifier `110111'"
!Sets the RLP ID for RLP Flow 02 to 110111.

CALL[:CELL]:PROTocol:RLP[:MFPacket]:FORWard:RLPFlow03:NAK:STATe

Function

Sets/queries if the AT enables sending NAKs for missing packets on the associated Forward RLP Flow 03. See MFPA NAK Enable for details.

Setting

Range: 1|ON|0|OFF

Query

Same as setting

*RST Setting

ON

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:FORWard:RLPFlow03:NAK:STATe 0"
!Sets the NAK Enable to OFF for RLP FLow 03.

CALL[:CELL]:PROTocol:RLP[:MFPacket]:FORWard:RLPFlow03:ABORt:TIMer

Function

Sets/queries the MFPA Abort Timer for the forward RLP Flow 03.

Setting

Range: 0 - 500 ms

Resolution: 1 ms

Query

Same as setting

*RST Setting

500ms

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:FORWard:RLPFlow03:ABORt:TIMer 450ms"
!Sets the abort timer to 450ms.

CALL[:CELL]:PROTocol:RLP[:MFPacket]:FORWard:RLPFlow03:FLUSh:TIMer

Function

Sets/queries the MFPA Flush Timer for the forward RLP Flow 03.

Setting

Range: 0 - 500 ms

Resolution: 1 ms

Query

Same as setting

*RST Setting

300ms

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:FORWard:RLPFlow03:FLUSh:TIMer 450ms"
!Sets the flush timer to 450ms.

CALL[:CELL]:PROTocol:RLP[:MFPacket]:FORWard:RLPFlow03:HEADer[:SIZe]

Function

Sets/queries the MFPA Header Size for the forward RLP Flow 03.

Setting

Range: BIT14|BIT22

Query

Same as setting

*RST Setting

BIT22

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:FORWard:RLPFlow03:HEADer BIT14"
!Sets the Header Size to 14 bits for RLP Flow 03.

CALL[:CELL]:PROTocol:RLP[:MFPacket]:FORWard:RLPFlow03:IDENtifier

Function

Sets/queries the MFPA RLP ID (Binary) for the forward RLP Flow 03.

Setting

Range: "0" to "11111111"

Query

Same as setting

*RST Setting

"10"

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:FORWard:RLPFlow03:IDENtifier `11'"
!Sets the RLP ID for RLP Flow 03 to 11.

CALL[:CELL]:PROTocol:RLP[:MFPacket]:FORWard:RLPFlow04:NAK:STATe

Function

Sets/queries if the AT enables sending NAKs for missing packets on the associated Forward RLP Flow 04. See MFPA NAK Enable for details.

Setting

Range: 1|ON|0|OFF

Query

Same as setting

*RST Setting

ON

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:FORWard:RLPFlow04:NAK:STATe 0"
!Sets the NAK Enable to OFF for RLP FLow 04.

CALL[:CELL]:PROTocol:RLP[:MFPacket]:FORWard:RLPFlow04:ABORt:TIMer

Function

Sets/queries the MFPA Abort Timer for the forward RLP Flow 04.

Setting

Range: 0 - 500 ms

Resolution: 1 ms

Query

Same as setting

*RST Setting

500ms

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:FORWard:RLPFlow04:ABORt:TIMer 450ms"
!Sets the abort timer to 450ms.

CALL[:CELL]:PROTocol:RLP[:MFPacket]:FORWard:RLPFlow04:FLUSh:TIMer

Function

Sets/queries the MFPA Flush Timer for the forward RLP Flow 04.

Setting

Range: 0 - 500 ms

Resolution: 1 ms

Query

Same as setting

*RST Setting

300ms

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:FORWard:RLPFlow04:FLUSh:TIMer 450ms"
!Sets the flush timer to 450ms.

CALL[:CELL]:PROTocol:RLP[:MFPacket]:FORWard:RLPFlow04:HEADer[:SIZe]

Function

Sets/queries the MFPA Header Size for the forward RLP Flow 04.

Setting

Range: BIT14|BIT22

Query

Same as setting

*RST Setting

BIT22

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:FORWard:RLPFlow04:HEADer BIT14"
!Sets the Header Size to 14 bits for RLP Flow 04.

CALL[:CELL]:PROTocol:RLP[:MFPacket]:FORWard:RLPFlow04:IDENtifier

Function

Sets/queries the MFPA RLP ID (Binary) for the forward RLP Flow 04.

Setting

Range: "0" to "11111111"

Query

Same as setting

*RST Setting

"110001"

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:FORWard:RLPFlow04:IDENtifier `110000'"
!Sets the RLP ID for RLP Flow 04 to 110000.

CALL[:CELL]:PROTocol:RLP[:MFPacket]:REVerse:FLOW:COUNt

Function

Sets/queries the number of Reverse RLP Flows the test set will configure and activate, including the Default Flow (Flow 00).

Setting

Range: 1 - 5

Query

Same as setting

*RST Setting

1

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:REVerse:FLOW:COUNt 4"
!Sets the number of Reverse RLP Flows the test set will configure and activate to 4.

CALL[:CELL]:PROTocol:RLP[:MFPacket]:REVerse:RLPFlow00:ABORt:TIMer

Function

Sets/queries the MFPA Abort Timer for the reverse RLP Flow 00.

Setting

Range: 0 - 500 ms

Resolution: 1 ms

Query

Same as setting

*RST Setting

500ms

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:REVerse:RLPFlow00:ABORt:TIMer 450ms"
!Sets the abort timer to 450ms.

CALL[:CELL]:PROTocol:RLP[:MFPacket]:REVerse:RLPFlow00:DOSignaling:STATe

Function

Sets/queries the Data Over Signaling Allowed state on the associated reverse RLP Flow 00. See MFPA Data Over Signaling Allowed for details.

Setting

Range: 1|ON|0|OFF

Query

Same as setting

*RST Setting

ON

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:REVerse:RLPFlow00:DOSignaling:STATe 0"
!Sets the Data Over Signaling Allowed to OFF for RLP FLow 00.

CALL[:CELL]:PROTocol:RLP[:MFPacket]:REVerse:RLPFlow00:DTMonitor:CONText

Function

Sets/queries the Context Tx for RLP Reverse Flow 00. See Reverse DTM Context Parms for details.

Setting

Range: NONE|C1TX|C2TX|C3TX|C4TX

Query

Same as setting

*RST Setting

NONE

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:REVerse:RLPFlow00:DTMonitor:CONText C1TX"
!Sets the Context Tx for RLP Reverse FLow 00 to Context 1 Rx.

CALL[:CELL]:PROTocol:RLP[:MFPacket]:REVerse:RLPFlow00:FLUSh:TIMer

Function

Sets/queries the MFPA Flush Timer for the reverse RLP Flow 00.

Setting

Range: 0 - 500 ms

Resolution: 1 ms

Query

Same as setting

*RST Setting

300ms

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:REVerse:RLPFlow00:FLUSh:TIMer 450ms"
!Sets the flush timer to 450ms.

CALL[:CELL]:PROTocol:RLP[:MFPacket]:REVerse:RLPFlow00:HEADer[:SIZe]

Function

Sets/queries the MFPA Header Size for the reverse RLP Flow 00.

Setting

Range: BIT14|BIT22

Query

Same as setting

*RST Setting

BIT22

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:REVerse:RLPFlow00:HEADer BIT14"
!Sets the Header Size to 14 bits for RLP Flow 00.

CALL[:CELL]:PROTocol:RLP[:MFPacket]:REVerse:RLPFlow00:IDENtifier

Function

Sets/queries the MFPA RLP ID (Binary) for the reverse RLP Flow 00.

Setting

Range: "0" to "11111111"

Query

Same as setting

*RST Setting

"000"

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:REVerse:RLPFlow00:IDENtifier `001'"
!Sets the RLP ID for RLP Flow 00 to 001.

CALL[:CELL]:PROTocol:RLP[:MFPacket]:REVerse:RLPFlow00:MAPPing:MACFlow

Function

Sets/queries the RTCMAC Flow that the RLP reverse FLow 00 map. See MFPA RTC MAC Flow Mapping for details.

Setting

Range: FLOW1|FLOW2|FLOW3|FLOW4

Query

Same as setting

*RST Setting

FLOW1

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:REVerse:RLPFlow00:MAPPing:MACFlow FLOW2"
!Sets the RTCMAC FLow that the RLP Reverse Flow 00 map to FLOW2.

CALL[:CELL]:PROTocol:RLP[:MFPacket]:REVerse:RLPFlow00:NAK:STATe

Function

Sets/queries if the AN enables sending NAKs for missing packets on the associated reverse RLP Flow 00. See MFPA NAK Enable for details.

Setting

Range: 1|ON|0|OFF

Query

Same as setting

*RST Setting

ON

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:REVerse:RLPFlow00:NAK:STATe 0"
!Sets the NAK Enable to OFF for RLP FLow 00.

CALL[:CELL]:PROTocol:RLP[:MFPacket]:REVerse:RLPFlow00:NAKPhysical:STATe

Function

Sets/queries if the AT is enabled to react to NAKs and resend on the associated reverse RLP Flow Flow 00 if the packet has not already been resent by the RLP layer. See MFPA Physical Layer NAK Enable for details.

Setting

Range: 1|ON|0|OFF

Query

Same as setting

*RST Setting

ON

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:REVerse:RLPFlow00:NAKPhysical:STATe 0"
!Sets the Physical Layer NAK Enable to OFF for RLP FLow 00.

CALL[:CELL]:PROTocol:RLP[:MFPacket]:REVerse:RLPFlow01:ABORt:TIMer

Function

Sets/queries the MFPA Abort Timer for the reverse RLP Flow 01.

Setting

Range: 0 - 500 ms

Resolution: 1 ms

Query

Same as setting

*RST Setting

500ms

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:REVerse:RLPFlow01:ABORt:TIMer 450ms"
!Sets the abort timer to 450ms.

CALL[:CELL]:PROTocol:RLP[:MFPacket]:REVerse:RLPFlow01:DOSignaling:STATe

Function

Sets/queries the Data Over Signaling Allowed state on the associated reverse RLP Flow 01. See MFPA Data Over Signaling Allowed for details.

Setting

Range: 1|ON|0|OFF

Query

Same as setting

*RST Setting

ON

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:REVerse:RLPFlow01:DOSignaling:STATe 0"
!Sets the Data Over Signaling Allowed to OFF for RLP FLow 01.

CALL[:CELL]:PROTocol:RLP[:MFPacket]:REVerse:RLPFlow01:DTMonitor:CONText

Function

Sets/queries the Context Tx for RLP Reverse Flow 01. See Reverse DTM Context Parms for details.

Setting

Range: NONE|C1TX|C2TX|C3TX|C4TX

Query

Same as setting

*RST Setting

C1TX

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:REVerse:RLPFlow01:DTMonitor:CONText C2TX"
!Sets the Context Tx for RLP Reverse FLow 01 to Context 2 Rx.

CALL[:CELL]:PROTocol:RLP[:MFPacket]:REVerse:RLPFlow01:FLUSh:TIMer

Function

Sets/queries the MFPA Flush Timer for the reverse RLP Flow 01.

Setting

Range: 0 - 500 ms

Resolution: 1 ms

Query

Same as setting

*RST Setting

300ms

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:REVerse:RLPFlow01:FLUSh:TIMer 450ms"
!Sets the flush timer to 450ms.

CALL[:CELL]:PROTocol:RLP[:MFPacket]:REVerse:RLPFlow01:HEADer[:SIZe]

Function

Sets/queries the MFPA Header Size for the reverse RLP Flow 01.

Setting

Range: BIT14|BIT22

Query

Same as setting

*RST Setting

BIT22

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:REVerse:RLPFlow01:HEADer BIT14"
!Sets the Header Size to 14 bits for RLP Flow 01.

CALL[:CELL]:PROTocol:RLP[:MFPacket]:REVerse:RLPFlow01:IDENtifier

Function

Sets/queries the MFPA RLP ID (Binary) for the reverse RLP Flow 01.

Setting

Range: "0" to "11111111"

Query

Same as setting

*RST Setting

"110000"

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:REVerse:RLPFlow01:IDENtifier `110001'"
!Sets the RLP ID for RLP Flow 01 to 110001.

CALL[:CELL]:PROTocol:RLP[:MFPacket]:REVerse:RLPFlow01:MAPPing:MACFlow

Function

Sets/queries the RTCMAC Flow that the RLP reverse FLow 01 map. See MFPA RTC MAC Flow Mapping for details.

Setting

Range: FLOW1|FLOW2|FLOW3|FLOW4

Query

Same as setting

*RST Setting

FLOW2

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:REVerse:RLPFlow01:MAPPing:MACFlow FLOW1"
!Sets the RTCMAC FLow that the RLP Reverse Flow 01 map to FLOW1.

CALL[:CELL]:PROTocol:RLP[:MFPacket]:REVerse:RLPFlow01:NAK:STATe

Function

Sets/queries if the AN enables sending NAKs for missing packets on the associated reverse RLP Flow 01. See MFPA NAK Enable for details.

Setting

Range: 1|ON|0|OFF

Query

Same as setting

*RST Setting

ON

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:REVerse:RLPFlow01:NAK:STATe 0"
!Sets the NAK Enable to OFF for RLP FLow 01.

CALL[:CELL]:PROTocol:RLP[:MFPacket]:REVerse:RLPFlow01:NAKPhysical:STATe

Function

Sets/queries if the AT is enabled to react to NAKs and resend on the associated reverse RLP Flow 01 if the packet has not already been resent by the RLP layer. See MFPA Physical Layer NAK Enable for details.

Setting

Range: 1|ON|0|OFF

Query

Same as setting

*RST Setting

ON

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:REVerse:RLPFlow01:NAKPhysical:STATe 0"
!Sets the Physical Layer NAK Enable to OFF for RLP FLow 01.

CALL[:CELL]:PROTocol:RLP[:MFPacket]:REVerse:RLPFlow02:ABORt:TIMer

Function

Sets/queries the MFPA Abort Timer for the reverse RLP Flow 02.

Setting

Range: 0 - 500 ms

Resolution: 1 ms

Query

Same as setting

*RST Setting

500ms

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:REVerse:RLPFlow02:ABORt:TIMer 450ms"
!Sets the abort timer to 450ms.

CALL[:CELL]:PROTocol:RLP[:MFPacket]:REVerse:RLPFlow02:DOSignaling:STATe

Function

Sets/queries the Data Over Signaling Allowed state on the associated reverse RLP Flow 02. See MFPA Data Over Signaling Allowed for details.

Setting

Range: 1|ON|0|OFF

Query

Same as setting

*RST Setting

ON

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:REVerse:RLPFlow02:DOSignaling:STATe 0"
!Sets the Data Over Signaling Allowed to OFF for RLP FLow 02.

CALL[:CELL]:PROTocol:RLP[:MFPacket]:REVerse:RLPFlow02:DTMonitor:CONText

Function

Sets/queries the Context Tx for RLP Reverse Flow 02. See Reverse DTM Context Parms for details.

Setting

Range: NONE|C1TX|C2TX|C3TX|C4TX

Query

Same as setting

*RST Setting

C2TX

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:REVerse:RLPFlow02:DTMonitor:CONText C1TX"
!Sets the Context Tx for RLP Reverse FLow 02 to Context 1 Rx.

CALL[:CELL]:PROTocol:RLP[:MFPacket]:REVerse:RLPFlow02:FLUSh:TIMer

Function

Sets/queries the MFPA Flush Timer for the reverse RLP Flow 02.

Setting

Range: 0 - 500 ms

Resolution: 1 ms

Query

Same as setting

*RST Setting

300ms

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:REVerse:RLPFlow02:FLUSh:TIMer 450ms"
!Sets the flush timer to 450ms.

CALL[:CELL]:PROTocol:RLP[:MFPacket]:REVerse:RLPFlow02:HEADer[:SIZe]

Function

Sets/queries the MFPA Header Size for the reverse RLP Flow 02.

Setting

Range: BIT14|BIT22

Query

Same as setting

*RST Setting

BIT22

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:REVerse:RLPFlow02:HEADer BIT14"
!Sets the Header Size to 14 bits for RLP Flow 02.

CALL[:CELL]:PROTocol:RLP[:MFPacket]:REVerse:RLPFlow02:IDENtifier

Function

Sets/queries the MFPA RLP ID (Binary) for the reverse RLP Flow 02.

Setting

Range: "0" to "11111111"

Query

Same as setting

*RST Setting

"110100"

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:REVerse:RLPFlow02:IDENtifier `110101'"
!Sets the RLP ID for RLP Flow 02 to 110101.

CALL[:CELL]:PROTocol:RLP[:MFPacket]:REVerse:RLPFlow02:MAPPing:MACFlow

Function

Sets/queries the RTCMAC Flow that the RLP reverse FLow 02 map. See MFPA RTC MAC Flow Mapping for details.

Setting

Range: FLOW1|FLOW2|FLOW3|FLOW4

Query

Same as setting

*RST Setting

FLOW2

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:REVerse:RLPFlow02:MAPPing:MACFlow FLOW1"
!Sets the RTCMAC FLow that the RLP Reverse Flow 02 map to FLOW1.

CALL[:CELL]:PROTocol:RLP[:MFPacket]:REVerse:RLPFlow02:NAK:STATe

Function

Sets/queries if the AN enables sending NAKs for missing packets on the associated reverse RLP Flow 02. See MFPA NAK Enable for details.

Setting

Range: 1|ON|0|OFF

Query

Same as setting

*RST Setting

ON

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:REVerse:RLPFlow02:NAK:STATe 0"
!Sets the NAK Enable to OFF for RLP FLow 02.

CALL[:CELL]:PROTocol:RLP[:MFPacket]:REVerse:RLPFlow02:NAKPhysical:STATe

Function

Sets/queries if the AT is enabled to react to NAKs and resend on the associated reverse RLP Flow 02 if the packet has not already been resent by the RLP layer. See MFPA Physical Layer NAK Enable for details.

Setting

Range: 1|ON|0|OFF

Query

Same as setting

*RST Setting

ON

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:REVerse:RLPFlow02:NAKPhysical:STATe 0"
!Sets the Physical Layer NAK Enable to OFF for RLP FLow 02.

CALL[:CELL]:PROTocol:RLP[:MFPacket]:REVerse:RLPFlow03:ABORt:TIMer

Function

Sets/queries the MFPA Abort Timer for the reverse RLP Flow 03.

Setting

Range: 0 - 500 ms

Resolution: 1 ms

Query

Same as setting

*RST Setting

500ms

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:REVerse:RLPFlow03:ABORt:TIMer 450ms"
!Sets the abort timer to 450ms.

CALL[:CELL]:PROTocol:RLP[:MFPacket]:REVerse:RLPFlow03:DOSignaling:STATe

Function

Sets/queries the Data Over Signaling Allowed state on the associated reverse RLP Flow 03. See MFPA Data Over Signaling Allowed for details.

Setting

Range: 1|ON|0|OFF

Query

Same as setting

*RST Setting

ON

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:REVerse:RLPFlow03:DOSignaling:STATe 0"
!Sets the Data Over Signaling Allowed to OFF for RLP FLow 03.

CALL[:CELL]:PROTocol:RLP[:MFPacket]:REVerse:RLPFlow03:DTMonitor:CONText

Function

Sets/queries the Context Tx for RLP Reverse Flow 03. See Reverse DTM Context Parms for details.

Setting

Range: NONE|C1TX|C2TX|C3TX|C4TX

Query

Same as setting

*RST Setting

C3TX

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:REVerse:RLPFlow03:DTMonitor:CONText C1TX"
!Sets the Context Tx for RLP Reverse FLow 03 to Context 1 Rx.

CALL[:CELL]:PROTocol:RLP[:MFPacket]:REVerse:RLPFlow03:FLUSh:TIMer

Function

Sets/queries the MFPA Flush Timer for the reverse RLP Flow 03.

Setting

Range: 0 - 500 ms

Resolution: 1 ms

Query

Same as setting

*RST Setting

300ms

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:REVerse:RLPFlow03:FLUSh:TIMer 450ms"
!Sets the flush timer to 450ms.

CALL[:CELL]:PROTocol:RLP[:MFPacket]:REVerse:RLPFlow03:HEADer[:SIZe]

Function

Sets/queries the MFPA Header Size for the reverse RLP Flow 03.

Setting

Range: BIT14|BIT22

Query

Same as setting

*RST Setting

BIT22

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:REVerse:RLPFlow03:HEADer BIT14"
!Sets the Header Size to 14 bits for RLP Flow 03.

CALL[:CELL]:PROTocol:RLP[:MFPacket]:REVerse:RLPFlow03:IDENtifier

Function

Sets/queries the MFPA RLP ID (Binary) for the reverse RLP Flow 03.

Setting

Range: "0" to "11111111"

Query

Same as setting

*RST Setting

"10"

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:REVerse:RLPFlow03:IDENtifier `11'"
!Sets the RLP ID for RLP Flow 03 to 11.

CALL[:CELL]:PROTocol:RLP[:MFPacket]:REVerse:RLPFlow03:MAPPing:MACFlow

Function

Sets/queries the RTCMAC Flow that the RLP reverse FLow 03 map. See MFPA RTC MAC Flow Mapping for details.

Setting

Range: FLOW1|FLOW2|FLOW3|FLOW4

Query

Same as setting

*RST Setting

FLOW2

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:REVerse:RLPFlow03:MAPPing:MACFlow FLOW1"
!Sets the RTCMAC FLow that the RLP Reverse Flow 03 map to FLOW1.

CALL[:CELL]:PROTocol:RLP[:MFPacket]:REVerse:RLPFlow03:NAK:STATe

Function

Sets/queries if the AN enables sending NAKs for missing packets on the associated reverse RLP Flow 03. See MFPA NAK Enable for details.

Setting

Range: 1|ON|0|OFF

Query

Same as setting

*RST Setting

ON

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:REVerse:RLPFlow03:NAK:STATe 0"
!Sets the NAK Enable to OFF for RLP FLow 03.

CALL[:CELL]:PROTocol:RLP[:MFPacket]:REVerse:RLPFlow03:NAKPhysical:STATe

Function

Sets/queries if the AT is enabled to react to NAKs and resend on the associated reverse RLP Flow 03 if the packet has not already been resent by the RLP layer. See MFPA Physical Layer NAK Enable for details.

Setting

Range: 1|ON|0|OFF

Query

Same as setting

*RST Setting

ON

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:REVerse:RLPFlow03:NAKPhysical:STATe 0"
!Sets the Physical Layer NAK Enable to OFF for RLP FLow 03.

CALL[:CELL]:PROTocol:RLP[:MFPacket]:REVerse:RLPFlow04:ABORt:TIMer

Function

Sets/queries the MFPA Abort Timer for the reverse RLP Flow 04.

Setting

Range: 0 - 500 ms

Resolution: 1 ms

Query

Same as setting

*RST Setting

500ms

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:REVerse:RLPFlow04:ABORt:TIMer 450ms"
!Sets the abort timer to 450ms.

CALL[:CELL]:PROTocol:RLP[:MFPacket]:REVerse:RLPFlow04:DOSignaling:STATe

Function

Sets/queries the Data Over Signaling Allowed state on the associated reverse RLP Flow 04. See MFPA Data Over Signaling Allowed for details.

Setting

Range: 1|ON|0|OFF

Query

Same as setting

*RST Setting

ON

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:REVerse:RLPFlow04:DOSignaling:STATe 0"
!Sets the Data Over Signaling Allowed to OFF for RLP FLow 04.

CALL[:CELL]:PROTocol:RLP[:MFPacket]:REVerse:RLPFlow04:DTMonitor:CONText

Function

Sets/queries the Context Tx for RLP Reverse Flow 04. See Reverse DTM Context Parms for details.

Setting

Range: NONE|C1TX|C2TX|C3TX|C4TX

Query

Same as setting

*RST Setting

C4TX

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:REVerse:RLPFlow04:DTMonitor:CONText C1TX"
!Sets the Context Tx for RLP Reverse FLow 04 to Context 1 Rx.

CALL[:CELL]:PROTocol:RLP[:MFPacket]:REVerse:RLPFlow04:FLUSh:TIMer

Function

Sets/queries the MFPA Flush Timer for the reverse RLP Flow 04.

Setting

Range: 0 - 500 ms

Resolution: 1 ms

Query

Same as setting

*RST Setting

300ms

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:REVerse:RLPFlow04:FLUSh:TIMer 450ms"
!Sets the flush timer to 450ms.

CALL[:CELL]:PROTocol:RLP[:MFPacket]:REVerse:RLPFlow04:HEADer[:SIZe]

Function

Sets/queries the MFPA Header Size for the reverse RLP Flow 04.

Setting

Range: BIT14|BIT22

Query

Same as setting

*RST Setting

BIT22

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:REVerse:RLPFlow04:HEADer BIT14"
!Sets the Header Size to 14 bits for RLP Flow 04.

CALL[:CELL]:PROTocol:RLP[:MFPacket]:REVerse:RLPFlow04:IDENtifier

Function

Sets/queries the MFPA RLP ID (Binary) for the reverse RLP Flow 04.

Setting

Range: "0" to "11111111"

Query

Same as setting

*RST Setting

"110001"

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:REVerse:RLPFlow04:IDENtifier `110000'"
!Sets the RLP ID for RLP Flow 04 to 110000.

CALL[:CELL]:PROTocol:RLP[:MFPacket]:REVerse:RLPFlow04:MAPPing:MACFlow

Function

Sets/queries the RTCMAC Flow that the RLP reverse FLow 04 map. See MFPA RTC MAC Flow Mapping for details.

Setting

Range: FLOW1|FLOW2|FLOW3|FLOW4

Query

Same as setting

*RST Setting

FLOW2

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:REVerse:RLPFlow04:MAPPing:MACFlow FLOW1"
!Sets the RTCMAC FLow that the RLP Reverse Flow 04 map to FLOW1.

CALL[:CELL]:PROTocol:RLP[:MFPacket]:REVerse:RLPFlow04:NAK:STATe

Function

Sets/queries if the AN enables sending NAKs for missing packets on the associated reverse RLP Flow 04. See MFPA NAK Enable for details.

Setting

Range: 1|ON|0|OFF

Query

Same as setting

*RST Setting

ON

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:REVerse:RLPFlow04:NAK:STATe 0"
!Sets the NAK Enable to OFF for RLP FLow 04.

CALL[:CELL]:PROTocol:RLP[:MFPacket]:REVerse:RLPFlow04:NAKPhysical:STATe

Function

Sets/queries if the AT is enabled to react to NAKs and resend on the associated reverse RLP Flow 04 if the packet has not already been resent by the RLP layer. See MFPA Physical Layer NAK Enable for details.

Setting

Range: 1|ON|0|OFF

Query

Same as setting

*RST Setting

ON

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:REVerse:RLPFlow04:NAKPhysical:STATe 0"
!Sets the Physical Layer NAK Enable to OFF for RLP FLow 04.

CALL[:CELL]:PROTocol:RLP:EMFPacket:FORWard:FLOW:COUNt

Function

Sets/queries the number of Forward Link Flows the test set will configure and activate, including the Default Flow (Flow 00).

Setting

Range: 1 - 5

Query

Same as setting

*RST Setting

1

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:FORWard:FLOW:COUNt 4"
!Sets the number of Forward Link Flows the test set will configure and activate to 4.

CALL[:CELL]:PROTocol:RLP:EMFPacket:FORWard:LFLow00:NAK:STATe

Function

Sets/queries if the AT enables sending NAKs for missing packets on the associated Forward Link Flow 00. See EMPA NAK Enable for details.

Setting

Range: 1|ON|0|OFF

Query

Same as setting

*RST Setting

ON

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:FORWard:LFLow00:NAK:STATe 0"
!Sets the NAK Enable to OFF for Link FLow 00.

CALL[:CELL]:PROTocol:RLP:EMFPacket:FORWard:LFLow00:ABORt:TIMer

Function

Sets/queries the EMPA Abort Timer (ms) for the forward Link Flow 00.

Setting

Range: 0 - 500 ms

Resolution: 1 ms

Query

Same as setting

*RST Setting

500ms

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:FORWard:LFLow00:ABORt:TIMer 450ms"
!Sets the abort timer to 450ms.

CALL[:CELL]:PROTocol:RLP:EMFPacket:FORWard:LFLow00:FLUSh:TIMer

Function

Sets/queries the EMPA Flush Timer (ms) for the forward Link Flow 00.

Setting

Range: 0 - 500 ms

Resolution: 1 ms

Query

Same as setting

*RST Setting

300ms

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:FORWard:LFLow00:FLUSh:TIMer 450ms"
!Sets the flush timer to 450ms.

CALL[:CELL]:PROTocol:RLP:EMFPacket:FORWard:LFLow00:SLENgth

Function

Sets/queries the EMPA Sequence Length (bits) for the forward Link Flow 00.

Setting

Range: BIT6|BIT14|BIT22

Query

Same as setting

*RST Setting

BIT22

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:FORWard:LFLow00:SLENgth BIT14"
!Sets the Sequence Length to 14 bits for Link Flow 00.

CALL[:CELL]:PROTocol:RLP:EMFPacket:FORWard:LFLow00:AOODelivery[:STATe]

Function

Sets/queries the EMPA Out of Order Delivery Allowed for the forward Link Flow 00.

Setting

Range: 1|ON|0|OFF

Query

Same as setting

*RST Setting

Off

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:FORWard:LFLow00:AOODelivery On"
!Sets the EMPA Out Of Order Delivery Allowed for Link Flow 00 to On.

CALL[:CELL]:PROTocol:RLP:EMFPacket:FORWard:LFLow01:NAK:STATe

Function

Sets/queries if the AT enables sending NAKs for missing packets on the associated Forward Link Flow 01. See EMPA NAK Enable for details.

Setting

Range: 1|ON|0|OFF

Query

Same as setting

*RST Setting

ON

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:FORWard:LFLow01:NAK:STATe 0"
!Sets the NAK Enable to OFF for Link FLow 01.

CALL[:CELL]:PROTocol:RLP:EMFPacket:FORWard:LFLow01:ABORt:TIMer

Function

Sets/queries the EMPA Abort Timer (ms) for the forward Link Flow 01.

Setting

Range: 0 - 500 ms

Resolution: 1 ms

Query

Same as setting

*RST Setting

500ms

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:FORWard:LFLow01:ABORt:TIMer 450ms"
!Sets the abort timer to 450ms.

CALL[:CELL]:PROTocol:RLP:EMFPacket:FORWard:LFLow01:FLUSh:TIMer

Function

Sets/queries the EMPA Flush Timer (ms) for the forward Link Flow 01.

Setting

Range: 0 - 500 ms

Resolution: 1 ms

Query

Same as setting

*RST Setting

300ms

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:FORWard:LFLow01:FLUSh:TIMer 450ms"
!Sets the flush timer to 450ms.

CALL[:CELL]:PROTocol:RLP:EMFPacket:FORWard:LFLow01:SLENgth

Function

Sets/queries the EMPA Sequence Length (bits) for the forward Link Flow 01.

Setting

Range: BIT6|BIT14|BIT22

Query

Same as setting

*RST Setting

BIT22

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:FORWard:LFLow01:SLENgth BIT14"
!Sets the Sequence Length to 14 bits for Link Flow 01.

CALL[:CELL]:PROTocol:RLP:EMFPacket:FORWard:LFLow01:CONFigure[:DATA] HFRaming | POCTet | PPACket

Function

Sets/queries the EMPA Data Configuration for the forward Link Flow 01.

Setting

Range: HDLC Framing| Packet/Octet| Packet/Packet

Query

Same as setting

*RST Setting

Packet/Octet

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:FORWard:LFLow01:CONFigure HFRaming"
!Sets the EMPA Data Configuration of HDLC Framing for Link Flow 01.

CALL[:CELL]:PROTocol:RLP:EMFPacket:FORWard:LFLow01:AOODelivery[:STATe]

Function

Sets/queries the EMPA Out of Order Delivery Allowed for the forward Link Flow 01.

Setting

Range: 1|ON|0|OFF

Query

Same as setting

*RST Setting

Off

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:FORWard:LFLow01:AOODelivery On"
!Sets the EMPA Out Of Order Delivery Allowed for Link Flow 01 to On.

CALL[:CELL]:PROTocol:RLP:EMFPacket:FORWard:LFLow02:NAK:STATe

Function

Sets/queries if the AT enables sending NAKs for missing packets on the associated Forward Link Flow 02. See EMPA NAK Enable for details.

Setting

Range: 1|ON|0|OFF

Query

Same as setting

*RST Setting

ON

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:FORWard:LFLow02:NAK:STATe 0"
!Sets the NAK Enable to OFF for Link FLow 02.

CALL[:CELL]:PROTocol:RLP:EMFPacket:FORWard:LFLow02:ABORt:TIMer

Function

Sets/queries the EMPA Abort Timer (ms) for the forward Link Flow 02.

Setting

Range: 0 - 500 ms

Resolution: 1 ms

Query

Same as setting

*RST Setting

500ms

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:FORWard:LFLow02:ABORt:TIMer 450ms"
!Sets the abort timer to 450ms.

CALL[:CELL]:PROTocol:RLP:EMFPacket:FORWard:LFLow02:FLUSh:TIMer

Function

Sets/queries the EMPA Flush Timer (ms) for the forward Link Flow 02.

Setting

Range: 0 - 500 ms

Resolution: 1 ms

Query

Same as setting

*RST Setting

300ms

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:FORWard:LFLow02:FLUSh:TIMer 450ms"
!Sets the flush timer to 450ms.

CALL[:CELL]:PROTocol:RLP:EMFPacket:FORWard:LFLow02:SLENgth

Function

Sets/queries the EMPA Sequence Length (bits) for the forward Link Flow 02.

Setting

Range: BIT6|BIT14|BIT22

Query

Same as setting

*RST Setting

BIT22

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:FORWard:LFLow02:SLENgth BIT14"
!Sets the Sequence Length to 14 bits for Link Flow 02.

CALL[:CELL]:PROTocol:RLP:EMFPacket:FORWard:LFLow02:CONFigure[:DATA] HFRaming | POCTet | PPACket | RPPacket | RPOCtet

Function

Sets/queries the EMPA Data Configuration for the forward Link Flow 02.

Setting

Range:

HDLC Framing | Packet/Octet | Packet/Packet | ROHC Packet/Packet | ROHC Packet/Octet

Query

Same as setting

*RST Setting

Packet/Octet

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:FORWard:LFLow02:CONFigure HFRaming"
!Sets the EMPA Data Configuration of HDLC Framing for Link Flow 02.

CALL[:CELL]:PROTocol:RLP:EMFPacket:FORWard:LFLow02:AOODelivery[:STATe]

Function

Sets/queries the EMPA Out of Order Delivery Allowed for the forward Link Flow 02.

Setting

Range: 1|ON|0|OFF

Query

Same as setting

*RST Setting

Off

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:FORWard:LFLow02:AOODelivery On"
!Sets the EMPA Out Of Order Delivery Allowed for Link Flow 02 to On.

CALL[:CELL]:PROTocol:RLP:EMFPacket:FORWard:LFLow02:ROHC:CIDLarge[:STATe]

Function

Sets/queries if the testset supports Large CID in the forward Link Flow 2 for the ROHC channel. See Large CID State for details.

Setting

Range: 1|ON|0|OFF

Query

Same as setting

*RST Setting

Off

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:FORWard:LFLow02:ROHC:CIDLarge 0"
!Sets the CID State to OFF for Link FLow 02.

CALL[:CELL]:PROTocol:RLP:EMFPacket:FORWard:LFLow02:ROHC:CIDMaximum[:SELected]

Function

Sets/queries the value of Max CID in the current CID state in the forward Link Flow 2 for the ROHC channel.

Setting

When Large CID Supported is On, range: 0-16383

When Large CID Supported is Off, range: 0-15

Query

Same as setting

*RST Setting

0

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:FORWard:LFLow02:ROHC:CIDMaximum 1"
!Sets the Max CID to 1 in the current CID state for Link FLow 02.

CALL[:CELL]:PROTocol:RLP:EMFPacket:FORWard:LFLow02:ROHC:CIDMaximum:LARGe

Function

Sets/queries the value of Max CID in the Large CID Supported state in the forward Link Flow 2 for the ROHC channel.

Setting

Range: 0-16383

Query

Same as setting

*RST Setting

0

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:FORWard:LFLow02:ROHC:CIDMaximum:LARGe 16000"
!Sets the Max CID to 16000 in the Large CID Supported state for Link FLow 02.

CALL[:CELL]:PROTocol:RLP:EMFPacket:FORWard:LFLow02:ROHC:CIDMaximum:NLARge

Function

Sets/queries the value of Max CID in the Large CID Unsupported state in the forward Link Flow 2 for the ROHC channel.

Setting

Range: 0-15

Query

Same as setting

*RST Setting

0

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:FORWard:LFLow02:ROHC:CIDMaximum:NLARge 1"
!Sets the Max CID to 1 in the current CID state for Link FLow 02.

CALL[:CELL]:PROTocol:RLP:EMFPacket:FORWard:LFLow02:ROHC:MRRU

Function

Sets/queries the value of Maximum Reconstructed Reception Unit(MRRU) in the forward Link Flow 2 for the ROHC channel.

Setting

Range: 0-65535

Query

Same as setting

*RST Setting

0

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:FORWard:LFLow02:ROHC:MRRU 1024"
!Sets the MRRU to 1024 for Link FLow 02.

CALL[:CELL]:PROTocol:RLP:EMFPacket:FORWard:LFLow02:ROHC:PROFile:COUNt

Function

Sets/queries the value of Profile Count in the forward Link Flow 2 for the ROHC channel.

Setting

Range: 1-3

Query

Same as setting

*RST Setting

2

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:FORWard:LFLow02:ROHC:PROFile:COUNt 1"
!Sets the Profile Count to 1 for Link FLow 02.

CALL[:CELL]:PROTocol:RLP:EMFPacket:FORWard:LFLow02:ROHC:PROFile1 UNCompressed | RTP | UDP | ESP

Function

Sets/queries the value of Profile X in the forward Link Flow 2 for the ROHC channel.

Setting

Range:

ROHC uncompressed | ROHC RTP | ROHC UDP | ROHC ESP

Query

Same as setting

*RST Setting

ROHC uncompressed

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:FORWard:LFLow02:ROHC:PROFile1 UNCompressed"
!Sets the Profile1 Compression type to uncompressed for Link FLow 02.

CALL[:CELL]:PROTocol:RLP:EMFPacket:FORWard:LFLow02:ROHC:PROFile2 UNCompressed | RTP | UDP | ESP

Function

Sets/queries the value of Profile X in the forward Link Flow 2 for the ROHC channel.

Setting

Range:

ROHC uncompressed | ROHC RTP | ROHC UDP | ROHC ESP

Query

Same as setting

*RST Setting

ROHC RTP

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:FORWard:LFLow02:ROHC:PROFile2 UNCompressed"
!Sets the Profile2 Compression type to uncompressed for Link FLow 02.

CALL[:CELL]:PROTocol:RLP:EMFPacket:FORWard:LFLow02:ROHC:PROFile3 UNCompressed | RTP | UDP | ESP

Function

Sets/queries the value of Profile X in the forward Link Flow 2 for the ROHC channel.

Setting

Range:

ROHC uncompressed | ROHC RTP | ROHC UDP | ROHC ESP

Query

Same as setting

*RST Setting

ROHC UDP

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:FORWard:LFLow02:ROHC:PROFile3 UNCompressed"
!Sets the Profile3 Compression type to uncompressed for Link FLow 02.

CALL[:CELL]:PROTocol:RLP:EMFPacket:FORWard:LFLow03:NAK:STATe

Function

Sets/queries if the AT enables sending NAKs for missing packets on the associated Forward Link Flow 03. See EMPA NAK Enable for details.

Setting

Range: 1|ON|0|OFF

Query

Same as setting

*RST Setting

ON

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:FORWard:LFLow03:NAK:STATe 0"
!Sets the NAK Enable to OFF for Link FLow 03.

CALL[:CELL]:PROTocol:RLP:EMFPacket:FORWard:LFLow03:ABORt:TIMer

Function

Sets/queries the EMPA Abort Timer (ms) for the forward Link Flow 03.

Setting

Range: 0 - 500 ms

Resolution: 1 ms

Query

Same as setting

*RST Setting

500ms

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:FORWard:LFLow03:ABORt:TIMer 450ms"
!Sets the abort timer to 450ms.

CALL[:CELL]:PROTocol:RLP:EMFPacket:FORWard:LFLow03:FLUSh:TIMer

Function

Sets/queries the EMPA Flush Timer (ms) for the forward Link Flow 03.

Setting

Range: 0 - 500 ms

Resolution: 1 ms

Query

Same as setting

*RST Setting

300ms

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:FORWard:LFLow03:FLUSh:TIMer 450ms"
!Sets the flush timer to 450ms.

CALL[:CELL]:PROTocol:RLP:EMFPacket:FORWard:LFLow03:SLENgth

Function

Sets/queries the EMPA Sequence Length (bits) for the forward Link Flow 03.

Setting

Range: BIT6|BIT14|BIT22

Query

Same as setting

*RST Setting

BIT22

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:FORWard:LFLow03:SLENgth BIT14"
!Sets the Sequence Length to 14 bits for Link Flow 03.

CALL[:CELL]:PROTocol:RLP:EMFPacket:FORWard:LFLow03:CONFigure[:DATA] HFRaming | POCTet | PPACket | RPPacket | RPOCtet

Function

Sets/queries the EMPA Data Configuration for the forward Link Flow 03.

Setting

Range:

HDLC Framing | Packet/Octet | Packet/Packet | ROHC Packet/Packet | ROHC Packet/Octet

Query

Same as setting

*RST Setting

Packet/Octet

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:FORWard:LFLow03:CONFigure PPACket"
!Sets the EMPA Data Configuration of Packet/Packet for Link Flow 03.

CALL[:CELL]:PROTocol:RLP:EMFPacket:FORWard:LFLow03:AOODelivery[:STATe]

Function

Sets/queries the EMPA Out of Order Delivery Allowed for the forward Link Flow 03.

Setting

Range: 1|ON|0|OFF

Query

Same as setting

*RST Setting

Off

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:FORWard:LFLow03:AOODelivery On"
!Sets the EMPA Out Of Order Delivery Allowed for Link Flow 03 to On.

CALL[:CELL]:PROTocol:RLP:EMFPacket:FORWard:LFLow03:ROHC:CIDLarge[:STATe]

Function

Sets/queries if the testset supports Large CID in the forward Link Flow 3 for the ROHC channel. See Large CID State for details.

Setting

Range: 1|ON|0|OFF

Query

Same as setting

*RST Setting

Off

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:FORWard:LFLow03:ROHC:CIDLarge 0"
!Sets the CID State to OFF for Link FLow 03.

CALL[:CELL]:PROTocol:RLP:EMFPacket:FORWard:LFLow03:ROHC:CIDMaximum[:SELected]

Function

Sets/queries the value of Max CID in the current CID state in the forward Link Flow 3 for the ROHC channel.

Setting

When Large CID Supported is On, range: 0-16383

When Large CID Supported is Off, range: 0-15

Query

Same as setting

*RST Setting

0

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:FORWard:LFLow03:ROHC:CIDMaximum 1"
!Sets the Max CID to 1 in the current CID state for Link FLow 03.

CALL[:CELL]:PROTocol:RLP:EMFPacket:FORWard:LFLow03:ROHC:CIDMaximum:LARGe

Function

Sets/queries the value of Max CID in the Large CID Supported state in the forward Link Flow 3 for the ROHC channel.

Setting

Range: 0-16383

Query

Same as setting

*RST Setting

0

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:FORWard:LFLow03:ROHC:CIDMaximum:LARGe 1"
!Sets the Max CID to 1 in the Large CID Supported state for Link FLow 03.

CALL[:CELL]:PROTocol:RLP:EMFPacket:FORWard:LFLow03:ROHC:CIDMaximum:NLARge

Function

Sets/queries the value of Max CID in the Large CID Unsupported state in the forward Link Flow 3 for the ROHC channel.

Setting

Range: 0-15

Query

Same as setting

*RST Setting

0

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:FORWard:LFLow03:ROHC:CIDMaximum:NLARge 1"
!Sets the Max CID to 1 in the current CID state for Link FLow 03.

CALL[:CELL]:PROTocol:RLP:EMFPacket:FORWard:LFLow03:ROHC:MRRU

Function

Sets/queries the value of Maximum Reconstructed Reception Unit(MRRU) in the forward Link Flow 3 for the ROHC channel.

Setting

Range: 0-65535

Query

Same as setting

*RST Setting

0

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:FORWard:LFLow03:ROHC:MRRU 1024"
!Sets the MRRU to 1024 for Link FLow 03.

CALL[:CELL]:PROTocol:RLP:EMFPacket:FORWard:LFLow03:ROHC:PROFile:COUNt

Function

Sets/queries the value of Profile Count in the forward Link Flow 3 for the ROHC channel.

Setting

Range: 1-3

Query

Same as setting

*RST Setting

2

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:FORWard:LFLow03:ROHC:PROFile:COUNt 1"
!Sets the Profile Count to 1 for Link FLow 03.

CALL[:CELL]:PROTocol:RLP:EMFPacket:FORWard:LFLow03:ROHC:PROFile1 UNCompressed | RTP | UDP | ESP

Function

Sets/queries the value of Profile X in the forward Link Flow 3 for the ROHC channel.

Setting

Range:

ROHC uncompressed | ROHC RTP | ROHC UDP | ROHC ESP

Query

Same as setting

*RST Setting

ROHC uncompressed

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:FORWard:LFLow03:ROHC:PROFile1 UNCompressed"
!Sets the Profile1 Compression type to uncompressed for Link FLow 03.

CALL[:CELL]:PROTocol:RLP:EMFPacket:FORWard:LFLow03:ROHC:PROFile2 UNCompressed | RTP | UDP | ESP

Function

Sets/queries the value of Profile X in the forward Link Flow 3 for the ROHC channel.

Setting

Range:

ROHC uncompressed | ROHC RTP | ROHC UDP | ROHC ESP

Query

Same as setting

*RST Setting

ROHC RTP

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:FORWard:LFLow03:ROHC:PROFile2 UNCompressed"
!Sets the Profile2 Compression type to uncompressed for Link FLow 03.

CALL[:CELL]:PROTocol:RLP:EMFPacket:FORWard:LFLow03:ROHC:PROFile3 UNCompressed | RTP | UDP | ESP

Function

Sets/queries the value of Profile X in the forward Link Flow 3 for the ROHC channel.

Setting

Range:

ROHC uncompressed | ROHC RTP | ROHC UDP | ROHC ESP

Query

Same as setting

*RST Setting

ROHC UDP

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:FORWard:LFLow03:ROHC:PROFile3 UNCompressed"
!Sets the Profile3 Compression type to uncompressed for Link FLow 03.

CALL[:CELL]:PROTocol:RLP:EMFPacket:FORWard:LFLow04:NAK:STATe

Function

Sets/queries if the AT enables sending NAKs for missing packets on the associated Forward Link Flow 04. See EMPA NAK Enable for details.

Setting

Range: 1|ON|0|OFF

Query

Same as setting

*RST Setting

ON

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:FORWard:LFLow04:NAK:STATe 0"
!Sets the NAK Enable to OFF for Link FLow 04.

CALL[:CELL]:PROTocol:RLP:EMFPacket:FORWard:LFLow04:ABORt:TIMer

Function

Sets/queries the EMPA Abort Timer (ms) for the forward Link Flow 04.

Setting

Range: 0 - 500 ms

Resolution: 1 ms

Query

Same as setting

*RST Setting

500ms

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:FORWard:LFLow04:ABORt:TIMer 450ms"
!Sets the abort timer to 450ms.

CALL[:CELL]:PROTocol:RLP:EMFPacket:FORWard:LFLow04:FLUSh:TIMer

Function

Sets/queries the EMPA Flush Timer (ms) for the forward Link Flow 04.

Setting

Range: 0 - 500 ms

Resolution: 1 ms

Query

Same as setting

*RST Setting

300ms

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:FORWard:LFLow04:FLUSh:TIMer 450ms"
!Sets the flush timer to 450ms.

CALL[:CELL]:PROTocol:RLP:EMFPacket:FORWard:LFLow04:SLENgth

Function

Sets/queries the EMPA Sequence Length (bits) for the forward Link Flow 04.

Setting

Range: BIT6|BIT14|BIT22

Query

Same as setting

*RST Setting

BIT22

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:FORWard:LFLow04:SLENgth BIT14"
!Sets the Sequence Length to 14 bits for Link Flow 04.

CALL[:CELL]:PROTocol:RLP:EMFPacket:FORWard:LFLow04:CONFigure[:DATA] HFRaming | POCTet | PPACket | RPPacket | RPOCtet

Function

Sets/queries the EMPA Data Configuration for the forward Link Flow 04.

Setting

Range:

HDLC Framing | Packet/Octet | Packet/Packet | ROHC Packet/Packet | ROHC Packet/Octet

Query

Same as setting

*RST Setting

Packet/Octet

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:FORWard:LFLow04:CONFigure HFRaming"
!Sets the EMPA Data Configuration of HDLC Framing for Link Flow 04.

CALL[:CELL]:PROTocol:RLP:EMFPacket:FORWard:LFLow04:AOODelivery[:STATe]

Function

Sets/queries the EMPA Out of Order Delivery Allowed for the forward Link Flow 04.

Setting

Range: 1|ON|0|OFF

Query

Same as setting

*RST Setting

Off

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:FORWard:LFLow04:AOODelivery On"
!Sets the EMPA Out Of Order Delivery Allowed for Link Flow 04 to On.

CALL[:CELL]:PROTocol:RLP:EMFPacket:FORWard:LFLow04:ROHC:CIDLarge[:STATe]

Function

Sets/queries if the testset supports Large CID in the forward Link Flow 4 for the ROHC channel. See Large CID State for details.

Setting

Range: 1|ON|0|OFF

Query

Same as setting

*RST Setting

Off

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:FORWard:LFLow04:ROHC:CIDLarge 0"
!Sets the CID State to OFF for Link FLow 04.

CALL[:CELL]:PROTocol:RLP:EMFPacket:FORWard:LFLow04:ROHC:CIDMaximum[:SELected]

Function

Sets/queries the value of Max CID in the current CID state in the forward Link Flow 4 for the ROHC channel.

Setting

When Large CID Supported is On, range: 0-16383

When Large CID Supported is Off, range: 0-15

Query

Same as setting

*RST Setting

0

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:FORWard:LFLow04:ROHC:CIDMaximum 1"
!Sets the Max CID to 1 in the current CID state for Link FLow 04.

CALL[:CELL]:PROTocol:RLP:EMFPacket:FORWard:LFLow04:ROHC:CIDMaximum:LARGe

Function

Sets/queries the value of Max CID in the Large CID Supported state in the forward Link Flow 4 for the ROHC channel.

Setting

Range: 0-16383

Query

Same as setting

*RST Setting

0

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:FORWard:LFLow04:ROHC:CIDMaximum:LARGe 1"
!Sets the Max CID to 1 in the Large CID Supported state for Link FLow 04.

CALL[:CELL]:PROTocol:RLP:EMFPacket:FORWard:LFLow04:ROHC:CIDMaximum:NLARge

Function

Sets/queries the value of Max CID in the Large CID Unsupported state in the forward Link Flow 4 for the ROHC channel.

Setting

Range: 0-15

Query

Same as setting

*RST Setting

0

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:FORWard:LFLow04:ROHC:CIDMaximum:NLARge 1"
!Sets the Max CID to 1 in the current CID state for Link FLow 04.

CALL[:CELL]:PROTocol:RLP:EMFPacket:FORWard:LFLow04:ROHC:MRRU

Function

Sets/queries the value of Maximum Reconstructed Reception Unit(MRRU) in the forward Link Flow 4 for the ROHC channel.

Setting

Range: 0-65535

Query

Same as setting

*RST Setting

0

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:FORWard:LFLow04:ROHC:MRRU 1024"
!Sets the MRRU to 1024 for Link FLow 04.

CALL[:CELL]:PROTocol:RLP:EMFPacket:FORWard:LFLow04:ROHC:PROFile:COUNt

Function

Sets/queries the value of Profile Count in the forward Link Flow 4 for the ROHC channel.

Setting

Range: 1-3

Query

Same as setting

*RST Setting

2

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:FORWard:LFLow04:ROHC:PROFile:COUNt 1"
!Sets the Profile Count to 1 for Link FLow 04.

CALL[:CELL]:PROTocol:RLP:EMFPacket:FORWard:LFLow04:ROHC:PROFile1 UNCompressed | RTP | UDP | ESP

Function

Sets/queries the value of Profile X in the forward Link Flow 4 for the ROHC channel.

Setting

Range:

ROHC uncompressed | ROHC RTP | ROHC UDP | ROHC ESP

Query

Same as setting

*RST Setting

ROHC uncompressed

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:FORWard:LFLow04:ROHC:PROFile1 UNCompressed"
!Sets the Profile1 Compression type to uncompressed for Link FLow 04.

CALL[:CELL]:PROTocol:RLP:EMFPacket:FORWard:LFLow04:ROHC:PROFile2 UNCompressed | RTP | UDP | ESP

Function

Sets/queries the value of Profile X in the forward Link Flow 4 for the ROHC channel.

Setting

Range:

ROHC uncompressed | ROHC RTP | ROHC UDP | ROHC ESP

Query

Same as setting

*RST Setting

ROHC RTP

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:FORWard:LFLow04:ROHC:PROFile2 UNCompressed"
!Sets the Profile2 Compression type to uncompressed for Link FLow 04.

CALL[:CELL]:PROTocol:RLP:EMFPacket:FORWard:LFLow04:ROHC:PROFile3 UNCompressed | RTP | UDP | ESP

Function

Sets/queries the value of Profile X in the forward Link Flow 4 for the ROHC channel.

Setting

Range:

ROHC uncompressed | ROHC RTP | ROHC UDP | ROHC ESP

Query

Same as setting

*RST Setting

ROHC UDP

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:FORWard:LFLow04:ROHC:PROFile3 UNCompressed"
!Sets the Profile3 Compression type to uncompressed for Link FLow 04.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:FLOW:COUNt

Function

Sets/queries the number of Reverse Link Flows the test set will configure and activate, including the Default Flow (Flow 00).

Setting

Range: 1 - 5

Query

Same as setting

*RST Setting

1

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:FLOW:COUNt 4"
!Sets the number of Reverse Link Flows the test set will configure and activate to 4.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow00:ABORt:TIMer

Function

Sets/queries the EMPA Abort Timer (ms) for the reverse Link Flow 00.

Setting

Range: 0 - 500 ms

Resolution: 1 ms

Query

Same as setting

*RST Setting

500ms

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:EMFPacket:REVerse:LFLow00:ABORt:TIMer 450ms"
!Sets the abort timer to 450ms.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow00:DOSignaling:STATe

Function

Sets/queries the Data Over Signaling Allowed state on the associated reverse Link Flow 00. See EMPA Data Over Signaling Allowed for details.

Setting

Range: 1|ON|0|OFF

Query

Same as setting

*RST Setting

ON

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow00:DOSignaling:STATe 0"
!Sets the Data Over Signaling Allowed to OFF for Link FLow 00.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow00:DTMonitor:CONText

Function

Sets/queries the Context Tx for RLP Reverse Link 00. See EMPA Reverse Link Flow DTM Context for details.

Setting

Range: NONE|C1TX|C2TX|C3TX|C4TX

Query

Same as setting

*RST Setting

NONE

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow00:DTMonitor:CONText C1TX"
!Sets the Context Tx for Link Reverse FLow 00 to Context 1 Rx.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow00:FLUSh:TIMer

Function

Sets/queries the EMPA Flush Timer (ms) for the reverse Link Flow 00.

Setting

Range: 0 - 500 ms

Resolution: 1 ms

Query

Same as setting

*RST Setting

300ms

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow00:FLUSh:TIMer 450ms"
!Sets the flush timer to 450ms.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow00:MAPPing:MACFlow

Function

Sets/queries the RTCMAC Flow that the Link reverse FLow 00 map. See EMPA RTC MAC Flow Mapping for details.

Setting

Range: FLOW1|FLOW2|FLOW3|FLOW4

Query

Same as setting

*RST Setting

FLOW1

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow00:MAPPing:MACFlow FLOW2"
!Sets the RTCMAC FLow that the Link Reverse Flow 00 map to FLOW2.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow00:NAK:STATe

Function

Sets/queries if the AN enables sending NAKs for missing packets on the associated reverse Link Flow 00. See EMPA NAK Enable for details.

Setting

Range: 1|ON|0|OFF

Query

Same as setting

*RST Setting

ON

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow00:NAK:STATe 0"
!Sets the NAK Enable to OFF for Link FLow 00.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow00:NAKPhysical:STATe

Function

Sets/queries if the AT is enabled to react to NAKs and resend on the associated reverse Link Flow 00 if the packet has not already been resent by the RLP layer. See EMPA Physical Layer NAK Enable for details.

Setting

Range: 1|ON|0|OFF

Query

Same as setting

*RST Setting

ON

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow00:NAKPhysical:STATe 0"
!Sets the Physical Layer NAK Enable to OFF for Link FLow 00.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow00:SLENgth

Function

Sets/queries the EMPA Sequence Length (bits) for the reverse Link Flow 00.

Setting

Range: BIT6|BIT14|BIT22

Query

Same as setting

*RST Setting

BIT22

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow00:SLENgth BIT14"
!Sets the Sequence Length to 14 bits for Link Flow 00.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow00:TABort:TIMer:SPECified[:STATe]

Function

Sets/queries the EMPA Transmit Abort Timer Specified State for the reverse Link Flow 00.

Setting

Range: SPECified|NSPecified

Query

Same as setting

*RST Setting

NSP

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow00:TABort:TIMer:SPECified SPEC"
!Sets the transmit abort timer to On.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow00:TABort:TIMer:VALue

Function

Sets/queries the EMPA Transmit Abort Timer (ms) for the reverse Link Flow 00.

Setting

Range: 5 - 5000 ms

Resolution: 5ms

Query

Same as setting

*RST Setting

1000ms

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow00:TABort:TIMer:VALue 450ms"
!Sets the transmit abort timer to 450ms.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow01:ABORt:TIMer

Function

Sets/queries the EMPA Abort Timer (ms) for the reverse Link Flow 01.

Setting

Range: 0 - 500 ms

Resolution: 1 ms

Query

Same as setting

*RST Setting

500ms

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:EMFPacket:REVerse:LFLow01:ABORt:TIMer 450ms"
!Sets the abort timer to 450ms.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow01:DOSignaling:STATe

Function

Sets/queries the Data Over Signaling Allowed state on the associated reverse Link Flow 01. See EMPA Data Over Signaling Allowed for details.

Setting

Range: 1|ON|0|OFF

Query

Same as setting

*RST Setting

ON

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow01:DOSignaling:STATe 0"
!Sets the Data Over Signaling Allowed to OFF for Link FLow 01.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow01:DTMonitor:CONText

Function

Sets/queries the Context Tx for RLP Reverse Link 01. See EMPA Reverse Link Flow DTM Context for details.

Setting

Range: NONE|C1TX|C2TX|C3TX|C4TX

Query

Same as setting

*RST Setting

NONE

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow01:DTMonitor:CONText C1TX"
!Sets the Context Tx for Link Reverse FLow 01 to Context 1 Rx.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow01:FLUSh:TIMer

Function

Sets/queries the EMPA Flush Timer (ms) for the reverse Link Flow 01.

Setting

Range: 0 - 500 ms

Resolution: 1 ms

Query

Same as setting

*RST Setting

300ms

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow01:FLUSh:TIMer 450ms"
!Sets the flush timer to 450ms.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow01:MAPPing:MACFlow

Function

Sets/queries the RTCMAC Flow that the Link reverse FLow 01 map. See EMPA RTC MAC Flow Mapping for details.

Setting

Range: FLOW1|FLOW2|FLOW3|FLOW4

Query

Same as setting

*RST Setting

FLOW1

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow01:MAPPing:MACFlow FLOW2"
!Sets the RTCMAC FLow that the Link Reverse Flow 01 map to FLOW2.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow01:NAK:STATe

Function

Sets/queries if the AN enables sending NAKs for missing packets on the associated reverse Link Flow 01. See EMPA NAK Enable for details.

Setting

Range: 1|ON|0|OFF

Query

Same as setting

*RST Setting

ON

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow01:NAK:STATe 0"
!Sets the NAK Enable to OFF for Link FLow 01.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow01:NAKPhysical:STATe

Function

Sets/queries if the AT is enabled to react to NAKs and resend on the associated reverse Link Flow 01 if the packet has not already been resent by the RLP layer. See EMPA Physical Layer NAK Enable for details.

Setting

Range: 1|ON|0|OFF

Query

Same as setting

*RST Setting

ON

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow01:NAKPhysical:STATe 0"
!Sets the Physical Layer NAK Enable to OFF for Link FLow 01.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow01:SLENgth

Function

Sets/queries the EMPA Sequence Length (bits) for the reverse Link Flow 01.

Setting

Range: BIT6|BIT14|BIT22

Query

Same as setting

*RST Setting

BIT22

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow01:SLENgth BIT14"
!Sets the Sequence Length to 14 bits for Link Flow 01.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow01:CONFigure[:DATA] HFRaming | POCTet | PPACket

Function

Sets/queries the EMPA Data Configuration for the Reverse Link Flow 01.

Setting

Range : HDLC Framing | Packet/Octet | Packet/Packet

Query

Same as setting

*RST Setting

Packet/Octet

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow01:CONFigure HFRaming"
!Sets the EMPA Data Configuration of HDLC Framing for Link Flow 01.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow01:TABort:TIMer:SPECified[:STATe]

Function

Sets/queries the EMPA Transmit Abort Timer Specified State for the reverse Link Flow 01.

Setting

Range: SPECified|NSPecified

Query

Same as setting

*RST Setting

NSP

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow01:TABort:TIMer:SPECified SPEC"
!Sets the transmit abort timer to On.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow01:TABort:TIMer:VALue

Function

Sets/queries the EMPA Transmit Abort Timer (ms) for the reverse Link Flow 01.

Setting

Range: 5 - 5000 ms

Resolution: 5ms

Query

Same as setting

*RST Setting

1000ms

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow01:TABort:TIMer:VALue 450ms"
!Sets the transmit abort timer to 450ms.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow02:ABORt:TIMer

Function

Sets/queries the EMPA Abort Timer (ms) for the reverse Link Flow 02.

Setting

Range: 0 - 500 ms

Resolution: 1 ms

Query

Same as setting

*RST Setting

500ms

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:EMFPacket:REVerse:LFLow02:ABORt:TIMer 450ms"
!Sets the abort timer to 450ms.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow02:DOSignaling:STATe

Function

Sets/queries the Data Over Signaling Allowed state on the associated reverse Link Flow 02. See EMPA Data Over Signaling Allowed for details.

Setting

Range: 1|ON|0|OFF

Query

Same as setting

*RST Setting

ON

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow02:DOSignaling:STATe 0"
!Sets the Data Over Signaling Allowed to OFF for Link FLow 02.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow02:DTMonitor:CONText

Function

Sets/queries the Context Tx for RLP Reverse Link 02. See EMPA Reverse Link Flow DTM Context for details.

Setting

Range: NONE|C1TX|C2TX|C3TX|C4TX

Query

Same as setting

*RST Setting

NONE

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow02:DTMonitor:CONText C1TX"
!Sets the Context Tx for Link Reverse FLow 02 to Context 1 Rx.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow02:FLUSh:TIMer

Function

Sets/queries the EMPA Flush Timer (ms) for the reverse Link Flow 02.

Setting

Range: 0 - 500 ms

Resolution: 1 ms

Query

Same as setting

*RST Setting

300ms

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow02:FLUSh:TIMer 450ms"
!Sets the flush timer to 450ms.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow02:MAPPing:MACFlow

Function

Sets/queries the RTCMAC Flow that the Link reverse FLow 02 map. See EMPA RTC MAC Flow Mapping for details.

Setting

Range: FLOW1|FLOW2|FLOW3|FLOW4

Query

Same as setting

*RST Setting

FLOW1

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow02:MAPPing:MACFlow FLOW2"
!Sets the RTCMAC FLow that the Link Reverse Flow 02 map to FLOW2.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow02:NAK:STATe

Function

Sets/queries if the AN enables sending NAKs for missing packets on the associated reverse Link Flow 02. See EMPA NAK Enable for details.

Setting

Range: 1|ON|0|OFF

Query

Same as setting

*RST Setting

ON

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow02:NAK:STATe 0"
!Sets the NAK Enable to OFF for Link FLow 02.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow02:NAKPhysical:STATe

Function

Sets/queries if the AT is enabled to react to NAKs and resend on the associated reverse Link Flow 02 if the packet has not already been resent by the RLP layer. See EMPA Physical Layer NAK Enable for details.

Setting

Range: 1|ON|0|OFF

Query

Same as setting

*RST Setting

ON

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow02:NAKPhysical:STATe 0"
!Sets the Physical Layer NAK Enable to OFF for Link FLow 02.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow02:SLENgth

Function

Sets/queries the EMPA Sequence Length (bits) for the reverse Link Flow 02.

Setting

Range: BIT6|BIT14|BIT22

Query

Same as setting

*RST Setting

BIT22

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow02:SLENgth BIT14"
!Sets the Sequence Length to 14 bits for Link Flow 02.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow02:CONFigure[:DATA] HFRaming | POCTet | PPACket | RPPacket | RPOCtet

Function

Sets/queries the EMPA Data Configuration for the reverse Link Flow 02.

Setting

Range:

HDLC Framing | Packet/Octet | Packet/Packet | ROHC Packet/Packet | ROHC Packet/Octet

Query

Same as setting

*RST Setting

Packet/Octet

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow02:CONFigure HFRaming"
!Sets the EMPA Data Configuration of HDLC Framing for Link Flow 02.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow02:TABort:TIMer:SPECified[:STATe]

Function

Sets/queries the EMPA Transmit Abort Timer Specified State for the reverse Link Flow 02.

Setting

Range: SPECified|NSPecified

Query

Same as setting

*RST Setting

NSP

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow02:TABort:TIMer:SPECified SPEC"
!Sets the transmit abort timer to On.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow02:TABort:TIMer:VALue

Function

Sets/queries the EMPA Transmit Abort Timer (ms) for the reverse Link Flow 02.

Setting

Range: 5 - 5000 ms

Resolution: 5ms

Query

Same as setting

*RST Setting

1000ms

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow02:TABort:TIMer:VALue 450ms"
!Sets the transmit abort timer to 450ms.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow02:ROHC:MODE OMODe | RMODe | UMODe

Function

Sets/queries the value of ROHC Mode in the reverse Link Flow 2 for the ROHC channel.

Setting

Range: O-Mode | R-Mode | U-Mode

Query

Same as setting

*RST Setting

O-Mode

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow02:ROHC:MODE OMODe"
!Sets the ROHC Mode of O-Mode for Link FLow 02.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow02:ROHC:CIDLarge[:STATe]

Function

Sets/queries if the test set supports Large CID in the reverse Link Flow 2 for the ROHC channel. See Large CID State for details.

Setting

Range: 1|ON|0|OFF

Query

Same as setting

*RST Setting

Off

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow02:ROHC:CIDLarge 0"
!Sets the CID State to OFF for Link FLow 02.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow02:ROHC:CIDMaximum[:SELected]

Function

Sets/queries the value of Max CID in the current CID state in the reverse Link Flow 2 for the ROHC channel.

Setting

When Large CID Supported is On, range: 0-16383

When Large CID Supported is Off, range: 0-15

Query

Same as setting

*RST Setting

0

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow02:ROHC:CIDMaximum 1"
!Sets the Max CID to 1 in the current CID state for Link FLow 02.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow02:ROHC:CIDMaximum:LARGe

Function

Sets/queries the value of Max CID in the Large CID Supported state in the reverse Link Flow 2 for the ROHC channel.

Setting

Range: 0-16383

Query

Same as setting

*RST Setting

0

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow02:ROHC:CIDMaximum:LARGe 1"
!Sets the Max CID to 1 in the Large CID Supported state for Link FLow 02.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow02:ROHC:CIDMaximum:NLARge

Function

Sets/queries the value of Max CID in the Large CID Unsupported state in the Reverse Link Flow 2 for the ROHC channel.

Setting

Range: 0-15

Query

Same as setting

*RST Setting

0

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow02:ROHC:CIDMaximum:NLARge 1"
!Sets the Max CID to 1 in the current CID state for Link FLow 02.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow02:ROHC:MRRU

Function

Sets/queries the value of Maximum Reconstructed Reception Unit (MRRU) in the Reverse Link Flow 2 for the ROHC channel.

Setting

Range: 0-65535

Query

Same as setting

*RST Setting

0

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow02:ROHC:MRRU 1024"
!Sets the MRRU to 1024 for Link FLow 02.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow02:ROHC:TBCompress[:STATe]

Function

Sets/queries if the testset supports timer based compression in the Reverse Link Flow 2 for the ROHC channel. See Timer Based Compression State for details.

Setting

Range: 1|ON|0|OFF

Query

Same as setting

*RST Setting

On

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow02:ROHC:TBCompress Off"
!Sets the state of timer based compression to Off for Link FLow 02.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow02:ROHC:PROFile:COUNt

Function

Sets/queries the value of Profile Count in the Reverse Link Flow 2 for the ROHC channel.

Setting

Range: 1-3

Query

Same as setting

*RST Setting

2

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow02:ROHC:PROFile:COUNt 1"
!Sets the Profile Count to 1 for Link FLow 02.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow02:ROHC:PROFile1 UNCompressed | RTP | UDP | ESP

Function

Sets/queries the value of Profile X in the Reverse Link Flow 2 for the ROHC channel.

Setting

Range:

ROHC uncompressed | ROHC RTP | ROHC UDP | ROHC ESP

Query

Same as setting

*RST Setting

ROHC uncompressed

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow02:ROHC:PROFile1 UNCompressed"
!Sets the Profile1 Compression type to uncompressed for Link FLow 02.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow02:ROHC:PROFile2 UNCompressed | RTP | UDP | ESP

Function

Sets/queries the value of Profile X in the Reverse Link Flow 2 for the ROHC channel.

Setting

Range:

ROHC uncompressed | ROHC RTP | ROHC UDP | ROHC ESP

Query

Same as setting

*RST Setting

ROHC RTP

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow02:ROHC:PROFile2 UNCompressed"
!Sets the Profile2 Compression type to uncompressed for Link FLow 02.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow02:ROHC:PROFile3 UNCompressed | RTP | UDP | ESP

Function

Sets/queries the value of Profile X in the Reverse Link Flow 2 for the ROHC channel.

Setting

Range:

ROHC uncompressed | ROHC RTP | ROHC UDP | ROHC ESP

Query

Same as setting

*RST Setting

ROHC UDP

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow02:ROHC:PROFile3 UNCompressed"
!Sets the Profile3 Compression type to uncompressed for Link FLow 02.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow03:ABORt:TIMer

Function

Sets/queries the EMPA Abort Timer (ms) for the reverse Link Flow 03.

Setting

Range: 0 - 500 ms

Resolution: 1 ms

Query

Same as setting

*RST Setting

500ms

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:EMFPacket:REVerse:LFLow03:ABORt:TIMer 450ms"
!Sets the abort timer to 450ms.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow03:DOSignaling:STATe

Function

Sets/queries the Data Over Signaling Allowed state on the associated reverse Link Flow 03. See EMPA Data Over Signaling Allowed for details.

Setting

Range: 1|ON|0|OFF

Query

Same as setting

*RST Setting

ON

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow03:DOSignaling:STATe 0"
!Sets the Data Over Signaling Allowed to OFF for Link FLow 03.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow03:DTMonitor:CONText

Function

Sets/queries the Context Tx for RLP Reverse Link 03. See EMPA Reverse Link Flow DTM Context for details.

Setting

Range: NONE|C1TX|C2TX|C3TX|C4TX

Query

Same as setting

*RST Setting

NONE

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow03:DTMonitor:CONText C1TX"
!Sets the Context Tx for Link Reverse FLow 03 to Context 1 Rx.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow03:FLUSh:TIMer

Function

Sets/queries the EMPA Flush Timer (ms) for the reverse Link Flow 03.

Setting

Range: 0 - 500 ms

Resolution: 1 ms

Query

Same as setting

*RST Setting

300ms

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow03:FLUSh:TIMer 450ms"
!Sets the flush timer to 450ms.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow03:MAPPing:MACFlow

Function

Sets/queries the RTCMAC Flow that the Link reverse FLow 03 map. See EMPA RTC MAC Flow Mapping for details.

Setting

Range: FLOW1|FLOW2|FLOW3|FLOW4

Query

Same as setting

*RST Setting

FLOW1

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow03:MAPPing:MACFlow FLOW2"
!Sets the RTCMAC FLow that the Link Reverse Flow 03 map to FLOW2.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow03:NAK:STATe

Function

Sets/queries if the AN enables sending NAKs for missing packets on the associated reverse Link Flow 03. See EMPA NAK Enable for details.

Setting

Range: 1|ON|0|OFF

Query

Same as setting

*RST Setting

ON

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow03:NAK:STATe 0"
!Sets the NAK Enable to OFF for Link FLow 03.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow03:NAKPhysical:STATe

Function

Sets/queries if the AT is enabled to react to NAKs and resend on the associated reverse Link Flow 03 if the packet has not already been resent by the RLP layer. See EMPA Physical Layer NAK Enable for details.

Setting

Range: 1|ON|0|OFF

Query

Same as setting

*RST Setting

ON

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow03:NAKPhysical:STATe 0"
!Sets the Physical Layer NAK Enable to OFF for Link FLow 03.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow03:SLENgth

Function

Sets/queries the EMPA Sequence Length (bits) for the reverse Link Flow 03.

Setting

Range: BIT6|BIT14|BIT22

Query

Same as setting

*RST Setting

BIT22

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow03:SLENgth BIT14"
!Sets the Sequence Length to 14 bits for Link Flow 03.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow03:CONFigure[:DATA] HFRaming | POCTet | PPACket | RPPacket | RPOCtet

Function

Sets/queries the EMPA Data Configuration for the Reverse Link Flow 03.

Setting

Range:

HDLC Framing | Packet/Octet | Packet/Packet | ROHC Packet/Packet | ROHC Packet/Octet

Query

Same as setting

*RST Setting

Packet/Octet

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow03:CONFigure PPACket"
!Sets the EMPA Data Configuration of Packet/Packet for Link Flow 03.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow03:TABort:TIMer:SPECified[:STATe]

Function

Sets/queries the EMPA Transmit Abort Timer Specified State for the reverse Link Flow 03.

Setting

Range: SPECified|NSPecified

Query

Same as setting

*RST Setting

NSP

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow03:TABort:TIMer:SPECified SPEC"
!Sets the transmit abort timer to On.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow03:TABort:TIMer:VALue

Function

Sets/queries the EMPA Transmit Abort Timer (ms) for the reverse Link Flow 03.

Setting

Range: 5 - 5000 ms

Resolution: 5ms

Query

Same as setting

*RST Setting

1000ms

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow03:TABort:TIMer:VALue 450ms"
!Sets the transmit abort timer to 450ms.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow03:ROHC:MODE OMODe | RMODe | UMODe

Function

Sets/queries the value of ROHC Mode in the reverse Link Flow 3 for the ROHC channel.

Setting

Range: O-Mode | R-Mode | U-Mode

Query

Same as setting

*RST Setting

O-Mode

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow03:ROHC:MODE OMODe"
!Sets the ROHC Mode of O-Mode for Link FLow 03.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow03:ROHC:CIDLarge[:STATe]

Function

Sets/queries if the testset supports Large CID in the Reverse Link Flow 3 for the ROHC channel. See Large CID State for details.

Setting

Range: 1|ON|0|OFF

Query

Same as setting

*RST Setting

Off

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow03:ROHC:CIDLarge 0"
!Sets the CID State to OFF for Link FLow 03.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow03:ROHC:CIDMaximum[:SELected]

Function

Sets/queries the value of Max CID in the current CID state in the Reverse Link Flow 3 for the ROHC channel.

Setting

When Large CID Supported is On, range: 0-16383

When Large CID Supported is Off, range: 0-15

Query

Same as setting

*RST Setting

0

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow03:ROHC:CIDMaximum 1"
!Sets the Max CID to 1 in the current CID state for Link FLow 03.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow03:ROHC:CIDMaximum:LARGe

Function

Sets/queries the value of Max CID in the Large CID Supported state in the Reverse Link Flow 3 for the ROHC channel.

Setting

Range: 0-16383

Query

Same as setting

*RST Setting

0

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow03:ROHC:CIDMaximum:LARGe 1"
!Sets the Max CID to 1 in the Large CID Supported state for Link FLow 03.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow03:ROHC:CIDMaximum:NLARge

Function

Sets/queries the value of Max CID in the Large CID Unsupported state in the Reverse Link Flow 3 for the ROHC channel.

Setting

Range: 0-15

Query

Same as setting

*RST Setting

0

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow03:ROHC:CIDMaximum:NLARge 1"
!Sets the Max CID to 1 in the current CID state for Link FLow 03.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow03:ROHC:MRRU

Function

Sets/queries the value of Maximum Reconstructed Reception Unit (MRRU) in the Reverse Link Flow 3 for the ROHC channel.

Setting

Range: 0-65535

Query

Same as setting

*RST Setting

0

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow03:ROHC:MRRU 1024"
!Sets the MRRU to 1024 for Link FLow 03.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow03:ROHC:TBCompress[:STATe]

Function

Sets/queries if the testset supports timer based compression in the Reverse Link Flow 3 for the ROHC channel. See Timer Based Compression State for details.

Setting

Range: 1|ON|0|OFF

Query

Same as setting

*RST Setting

On

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow03:ROHC:TBCompress Off"
!Sets the state of timer based compression to Off for Link FLow 03.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow03:ROHC:PROFile:COUNt

Function

Sets/queries the value of Profile Count in the Reverse Link Flow 3 for the ROHC channel.

Setting

Range: 1-3

Query

Same as setting

*RST Setting

2

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow03:ROHC:PROFile:COUNt 1"
!Sets the Profile Count to 1 for Link FLow 03.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow03:ROHC:PROFile1 UNCompressed | RTP | UDP | ESP

Function

Sets/queries the value of Profile X in the Reverse Link Flow 3 for the ROHC channel.

Setting

Range:

ROHC uncompressed | ROHC RTP | ROHC UDP | ROHC ESP

Query

Same as setting

*RST Setting

ROHC uncompressed

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow03:ROHC:PROFile1 UNCompressed"
!Sets the Profile1 Compression type to uncompressed for Link FLow 03.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow03:ROHC:PROFile2 UNCompressed | RTP | UDP | ESP

Function

Sets/queries the value of Profile X in the Reverse Link Flow 3 for the ROHC channel.

Setting

Range:

ROHC uncompressed | ROHC RTP | ROHC UDP | ROHC ESP

Query

Same as setting

*RST Setting

ROHC RTP

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow03:ROHC:PROFile2 UNCompressed"
!Sets the Profile2 Compression type to uncompressed for Link FLow 03.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow03:ROHC:PROFile3 UNCompressed | RTP | UDP | ESP

Function

Sets/queries the value of Profile X in the Reverse Link Flow 3 for the ROHC channel.

Setting

Range:

ROHC uncompressed | ROHC RTP | ROHC UDP | ROHC ESP

Query

Same as setting

*RST Setting

ROHC UDP

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow03:ROHC:PROFile3 UNCompressed"
!Sets the Profile3 Compression type to uncompressed for Link FLow 03.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow04:ABORt:TIMer

Function

Sets/queries the EMPA Abort Timer (ms) for the reverse Link Flow 04.

Setting

Range: 0 - 500 ms

Resolution: 1 ms

Query

Same as setting

*RST Setting

500ms

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:EMFPacket:REVerse:LFLow03:ABORt:TIMer 450ms"
!Sets the abort timer to 450ms.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow04:DOSignaling:STATe

Function

Sets/queries the Data Over Signaling Allowed state on the associated reverse Link Flow 04. See EMPA Data Over Signaling Allowed for details.

Setting

Range: 1|ON|0|OFF

Query

Same as setting

*RST Setting

ON

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow04:DOSignaling:STATe 0"
!Sets the Data Over Signaling Allowed to OFF for Link FLow 04.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow04:DTMonitor:CONText

Function

Sets/queries the Context Tx for RLP Reverse Link 04. See EMPA Reverse Link Flow DTM Context for details.

Setting

Range: NONE|C1TX|C2TX|C3TX|C4TX

Query

Same as setting

*RST Setting

NONE

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow04:DTMonitor:CONText C1TX"
!Sets the Context Tx for Link Reverse FLow 04 to Context 1 Rx.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow04:FLUSh:TIMer

Function

Sets/queries the EMPA Flush Timer (ms) for the reverse Link Flow 04.

Setting

Range: 0 - 500 ms

Resolution: 1 ms

Query

Same as setting

*RST Setting

300ms

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow04:FLUSh:TIMer 450ms"
!Sets the flush timer to 450ms.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow04:MAPPing:MACFlow

Function

Sets/queries the RTCMAC Flow that the Link reverse FLow 04 map. See EMPA RTC MAC Flow Mapping for details.

Setting

Range: FLOW1|FLOW2|FLOW3|FLOW4

Query

Same as setting

*RST Setting

FLOW1

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow04:MAPPing:MACFlow FLOW2"
!Sets the RTCMAC FLow that the Link Reverse Flow 04 map to FLOW2.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow04:NAK:STATe

Function

Sets/queries if the AN enables sending NAKs for missing packets on the associated reverse Link Flow 04. See EMPA NAK Enable for details.

Setting

Range: 1|ON|0|OFF

Query

Same as setting

*RST Setting

ON

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow04:NAK:STATe 0"
!Sets the NAK Enable to OFF for Link FLow 04.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow04:NAKPhysical:STATe

Function

Sets/queries if the AT is enabled to react to NAKs and resend on the associated reverse Link Flow 04 if the packet has not already been resent by the RLP layer. See EMPA Physical Layer NAK Enable for details.

Setting

Range: 1|ON|0|OFF

Query

Same as setting

*RST Setting

ON

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow04:NAKPhysical:STATe 0"
!Sets the Physical Layer NAK Enable to OFF for Link FLow 04.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow04:SLENgth

Function

Sets/queries the EMPA Sequence Length (bits) for the reverse Link Flow 04.

Setting

Range: BIT6|BIT14|BIT22

Query

Same as setting

*RST Setting

BIT22

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow04:SLENgth BIT14"
!Sets the Sequence Length to 14 bits for Link Flow 04.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow04:CONFigure[:DATA] HFRaming | POCTet | PPACket | RPPacket | RPOCtet

Function

Sets/queries the EMPA Data Configuration for the Reverse Link Flow 04.

Setting

Range:

HDLC Framing | Packet/Octet | Packet/Packet | ROHC Packet/Packet | ROHC Packet/Octet

Query

Same as setting

*RST Setting

Packet/Octet

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow04:CONFigure HFRaming"
!Sets the EMPA Data Configuration of HDLC Framing for Link Flow 04.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow04:TABort:TIMer:SPECified[:STATe]

Function

Sets/queries the EMPA Transmit Abort Timer Specified State for the reverse Link Flow 04.

Setting

Range: SPECified|NSPecified

Query

Same as setting

*RST Setting

NSP

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow04:TABort:TIMer:SPECified SPEC"
!Sets the transmit abort timer to On.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow04:TABort:TIMer:VALue

Function

Sets/queries the EMPA Transmit Abort Timer (ms) for the reverse Link Flow 04.

Setting

Range: 5 - 5000 ms

Resolution: 5ms

Query

Same as setting

*RST Setting

1000ms

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow04:TABort:TIMer:VALue 450ms"
!Sets the transmit abort timer to 450ms.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow04:ROHC:MODE OMODe | RMODe | UMODe

Function

Sets/queries the value of ROHC Mode in the reverse Link Flow 4 for the ROHC channel.

Setting

Range: O-Mode | R-Mode | U-Mode

Query

Same as setting

*RST Setting

O-Mode

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow04:ROHC:MODE OMODe"
!Sets the ROHC Mode of O-Mode for Link FLow 04.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow04:ROHC:CIDLarge[:STATe]

Function

Sets/queries if the testset supports Large CID in the Reverse Link Flow 4 for the ROHC channel. See Large CID State for details.

Setting

Range: 1|ON|0|OFF

Query

Same as setting

*RST Setting

Off

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow04:ROHC:CIDLarge 0"
!Sets the CID State to OFF for Link FLow 04.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow04:ROHC:CIDMaximum[:SELected]

Function

Sets/queries the value of Max CID in the current CID state in the Reverse Link Flow 4 for the ROHC channel.

Setting

When Large CID Supported is On, range: 0-16383

When Large CID Supported is Off, range: 0-15

Query

Same as setting

*RST Setting

0

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow04:ROHC:CIDMaximum 1"
!Sets the Max CID to 1 in the current CID state for Link FLow 04.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow04:ROHC:CIDMaximum:LARGe

Function

Sets/queries the value of Max CID in the Large CID Supported state in the Reverse Link Flow 4 for the ROHC channel.

Setting

Range: 0-16383

Query

Same as setting

*RST Setting

0

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow04:ROHC:CIDMaximum:LARGe 1"
!Sets the Max CID to 1 in the Large CID Supported state for Link FLow 04.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow04:ROHC:CIDMaximum:NLARge

Function

Sets/queries the value of Max CID in the Large CID Unsupported state in the Reverse Link Flow 4 for the ROHC channel.

Setting

Range: 0-15

Query

Same as setting

*RST Setting

0

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow04:ROHC:CIDMaximum:NLARge 1"
!Sets the Max CID to 1 in the current CID state for Link FLow 04.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow04:ROHC:MRRU

Function

Sets/queries the value of Maximum Reconstructed Reception Unit (MRRU) in the Reverse Link Flow 4 for the ROHC channel.

Setting

Range: 0-65535

Query

Same as setting

*RST Setting

0

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow04:ROHC:MRRU 1024"
!Sets the MRRU to 1024 for Link FLow 04.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow04:ROHC:TBCompress[:STATe]

Function

Sets/queries if the testset supports timer based compression in the Reverse Link Flow 4 for the ROHC channel. See Timer Based Compression State for details.

Setting

Range: 1|ON|0|OFF

Query

Same as setting

*RST Setting

On

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow04:ROHC:TBCompress Off"
!Sets the state of timer based compression to Off for Link FLow 04.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow04:ROHC:PROFile:COUNt

Function

Sets/queries the value of Profile Count in the Reverse Link Flow 4 for the ROHC channel.

Setting

Range: 1-3

Query

Same as setting

*RST Setting

2

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow04:ROHC:PROFile:COUNt 1"
!Sets the Profile Count to 1 for Link FLow 04.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow04:ROHC:PROFile1 UNCompressed | RTP | UDP | ESP

Function

Sets/queries the value of Profile X in the Reverse Link Flow 4 for the ROHC channel.

Setting

Range:

ROHC uncompressed | ROHC RTP | ROHC UDP | ROHC ESP

Query

Same as setting

*RST Setting

ROHC uncompressed

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow04:ROHC:PROFile1 UNCompressed"
!Sets the Profile1 Compression type to uncompressed for Link FLow 04.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow04:ROHC:PROFile2 UNCompressed | RTP | UDP | ESP

Function

Sets/queries the value of Profile X in the Reverse Link Flow 4 for the ROHC channel.

Setting

Range:

ROHC uncompressed | ROHC RTP | ROHC UDP | ROHC ESP

Query

Same as setting

*RST Setting

ROHC RTP

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow04:ROHC:PROFile2 UNCompressed"
!Sets the Profile2 Compression type to uncompressed for Link FLow 04.

CALL[:CELL]:PROTocol:RLP:EMFPacket:REVerse:LFLow04:ROHC:PROFile3 UNCompressed | RTP | UDP | ESP

Function

Sets/queries the value of Profile X in the Reverse Link Flow 4 for the ROHC channel.

Setting

Range:

ROHC uncompressed | ROHC RTP | ROHC UDP | ROHC ESP

Query

Same as setting

*RST Setting

ROHC UDP

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:RLP:EMFPacket:REVerse:LFLow04:ROHC:PROFile3 UNCompressed"
!Sets the Profile3 Compression type to uncompressed for Link FLow 04.

CALL[:CELL]:PROTocol:TCMac:FORWard:DRCSupervise:TIMer

Function

Sets/queries the DRC Supervision Timer for Forward Traffic Channel.

Setting

Range: 0 - 255

Resolution: 1

Query

Same as setting

*RST Setting

0

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:TCMac:FORWard:DRCSupervise:TIMer 50"
!Sets the DRC Supervision Timer to 50.

CALL[:CELL]:PROTocol:TCMac:FORWard:MCSPan

Function

Sets/queries the Minimum Continuation Span (subpackets) for Forward Traffic Channel.

Setting

Range: 0 - 16 sub-packets

Resolution: 1 sub-packets

Query

Same as setting

*RST Setting

4 sub-packets

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:TCMac:FORWard:MCSPan 10"
!Sets the Minimum Continuation Span to 10.

CALL[:CELL]:PROTocol:TCMac:NFLow:PREConfigure:PRESet

Function

This immediate action causes the parameters for Preset/Maximum Throughput Pre Configure are active. See Non_Flow Parms Pre Configure for details.

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:TCMac:NFLow:PREConfigure:PRESet"
!Causes the Preset/Maximum Throughput Pre Configure active.

CALL[:CELL]:PROTocol:TCMac:NFLow:PREConfigure:DEFault856

Function

This immediate action causes the parameters for IS-856 Protocol Default Value Pre Configure are active. See Non_Flow Parms Pre Configure for details.

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:TCMac:NFLow:PREConfigure:DEFault856"
!Causes the IS-856 Protocol Default Value Pre Configure active.

CALL[:CELL]:PROTocol:TCMac:NFLow:PREConfigure:TYPical

Function

This immediate action causes the parameters for Typical Pre Configure are active. See Non_Flow Parms Pre Configure for details.

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:TCMac:NFLow:PREConfigure:TYPical"
!Causes the TYPical Pre Configure active.

CALL[:CELL]:PROTocol:TCMac:NFLow:PREConfigure:HMLTypical

Function

This immediate action causes the parameters for HiCap Maximum / LoLat Typical Pre Configure are active. See Non_Flow Parms Pre Configure for details.

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL:PROTocol:TCMac:NFLow:PREConfigure:HMLTypical"
!Causes the HiCap Maximum / LoLat Typical Pre Configure active.

CALL[:CELL]:PROTocol:TCMac:REVerse:FLOW:COUNt

Function

Sets/queries the RTC MAC Flows for Reverse Traffic Channel.

Setting

Range: 2 - 5

Query

Same as setting

*RST Setting

3

Requirements

Lab Application Revision: B.00 and above

Programming Example

 
OUTPUT 714;"CALL[:CELL]:PROTocol:TCMac:REVerse:FLOW:COUNt 4"
!Sets the number of RTC MAC Flow to 4.