Step 4 - Perform the Test

Introduction

Measurement Initiate() Methods

The running of measurements and collection of measurement data is started by using the measurement “Initiate()” methods.

Refer to the N4010 help file Agilent.N4010.WlanTest.Measurements Class for the full list of N4010 WLAN transmitter measurements.

Example code: Running of measurement (C# syntax)

// Run the Measurement Demod 11b measurement
Inst.IEEE802_11b.Demod.Initiate();