:REPository:MEASure:PUBLish:ULIMit

Meas. mode:
Scope
Eye
Jitter
TDR
Publish mode:
Custom
Flex Apps:
FlexDCA
FlexRT

Command Syntax

:REPository:MEASure:PUBLishN:ULIMit

Where N identifies a custom measurement and must be a value from 1 to 16 {1:16}. For example, :REPository:MEASure:PUBLish2:ULIMit.

Query Syntax

:REPository:MEASure:PUBLishN:ULIMit?

Description

For the Custom publishing mode, sets an upper limit beyond which the measurement result will not be published.

Requires FlexDCA revision A.05.70 and above.

Starting with FlexDCA revision A.06.02, a FlexDCA license is no longer required to use FlexDCA with the N8844A Data Analytics Web Service Software.

Example Command Sequence

FlexDCA.write(':REPository:MEASure:PMODe CUSTom')
index = FlexDCA.query(':MEASure:EYE:RISetime:LOCation?')
FlexDCA.write(':REPository:MEASure:PUBLish2:SOURce:TYPE EYE')
FlexDCA.write(':REPository:MEASure:PUBLish2:SOURce:LOCation ' + index)
FlexDCA.write(':REPository:MEASure:PUBLish2:NAME "Rise Time at 38C"')
FlexDCA.write(':REPository:MEASure:PUBLish2:ULIMit 30.0E-12')
FlexDCA.write(':REPository:MEASure:PUBLish2:LLIMit 20.0E-12')
FlexDCA.write(':REPository:MEASure:PUBLish2:STATe ON')
FlexDCA.query(':REPository:PUBLish;*OPC?')

Related Commands