:REPository:MEASure:PUBLish:STATe

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

Command Syntax

:REPository:MEASure:PUBLishN:STATe {ON | OFF | 1 | 0}

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

Query Syntax

:REPository:MEASure:PUBLishN:STATe?

Description

For the Custom publishing mode, enables the publishing of the specified custom measurement. You can define up to 16 custom measurements.

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