:JOBS:ACQuire:COMPlete?

Flex Apps:
FlexOTO
FlexOTO Instance:
Stations

Query Syntax

:JOBS:ACQuire:COMPlete?

Query Response

{1 | 0}

Description

Queries the state of the measurement acquisition for a running FlexOTO Station. Always follow the :JOBS:ACQuire:COMPlete? query with an *OPC? query.

Use an *OPC? query to pause program execution while waiting for FlexOTO to complete waveform acquisition and analysis. Then, you can return measurement results.

:JOBS:ACQuire:COMPlete? query can only be sent to a FlexOTO Station. Sending this command to FlexOTO Hardware Diagram will result in an error.

Example Command Sequence

station.write(':TPRogram:SETup:MEASurements APOWer,PPHRatio')
station.write(':TPRogram:SETup:ADD')
jobids = station.query(':TPRogram:RUN?')
station.query(':JOBS:ACQuire:COMPlete?')
station.query('*OPC?')