SETup:TFERror

SETup:TFERror

Last updated: June 7, 2007

GPIB Command Conventions

SETup:TFERror:CONFidence:REQuirement[:RATio]

Function

Sets/queries the test data service option frame error rate (TDSO FER) confidence requirement.

Setting

Range: 0.10 to 15.00 percent

Resolution: 0.01 percent

Query

Range: 0.10 to 15.00 percent

Resolution: 0.01 percent

*RST Setting

1.00

Programming Example

 
OUTPUT 714;"SETUP:TFERROR:CONFIDENCE:REQUIREMENT:RATIO 0.50" 

SETup:TFERror:CONTinuous

Function

Sets/queries the trigger arm state for the test data service option frame error rate (TDSO FER) measurement. The trigger arm state determines whether the TDSO FER measurement will be made once then stop (0|OFF (single)), or automatically re-arm upon completion of one measurement and repeat the process (1|ON (continuous)).

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

0 (off)

Programming Example

 
OUTPUT 714;"SETUP:TFERROR:CONTINUOUS OFF" 
!Sets measurement to single trigger mode.

SETup:TFERror:COUNt

Function

Sets/queries the the number of frames to be counted during a test data service option frame error rate (TDSO FER) measurement.

Setting

Range: 512 to 999,936

Resolution: integer multiples of 512

Query

Range: 512 to 999,936

Resolution: integer multiples of 512

*RST Setting

512

Programming Example

 
OUTPUT 714;"SETUP:TFERROR:COUNT 1536" 

SETup:TFERror:TIMeout[:STIMe]

Function

The setting form of this command performs two functions: (1) sets the TDSO frame error rate measurement's timeout (see Timeouts ) value, and (2) sets the TDSO frame error rate measurement's timeout STATe to 1 (on).

The query form returns the TDSO frame error rate measurement's timeout value.

Setting

Range: 0.1 to 200000.0 seconds

Resolution: 0.1 second

Query

Range: 0.1 to 200000.0

*RST Setting

200 seconds, off

Programming Example

 
OUTPUT 714;"SETUP:TFERROR:TIMEOUT:STIME 120 S" 
!Sets timeout state to ON and sets the timeout time to 120 seconds.

SETup:TFERror:TIMeout:STATe

Function

Sets/queries the test data service option (TDSO) frame error rate measurement's timeout (see Timeouts ) state.

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

0 (off)

Programming Example

 
OUTPUT 714;"SETUP:TFERROR:TIMEOUT:STATE ON"

SETup:TFERror:TIMeout:TIME

Function

Sets/queries the test data service option (TDSO) frame error rate measurement's timeout (see Timeouts ) setting to be used when the timeout state is set to ON.

Setting

Range: 0.1 to 200000.0 seconds

Resolution: 0.1 second

Query

Range: 0.1 to 200000.0 seconds

*RST Setting

200 seconds

Programming Example

 
OUTPUT 714;"SETUP:TFERROR:TIMEOUT:TIME 120 S"