Start ip-analysis measurement

Runnig the following SCPI command

#
# start IP analysis
#
instr.write_str("INIT:DATA:MEASurement:IPANalysis")
time.sleep(1)
res = instr.query_str("SENSe:DATA:MEASurement:IPANalysis:STATus?")
print(f"\nip analysis state: '{res}'")

The mobile/DUT may be switched on. Once connected, the test bench may be performed.