|
Name
|
Description
|
|
Abort
|
Class-compliant IIviPwrMeter method that aborts all previously initiated measurements and returns the power meter to the Idle state.
|
|
Configure
|
Class-compliant IIviPwrMeter method that configures the instrument to take single or dual channel measurements
|
|
Fetch
|
Class-compliant IIviPwrMeter method that returns the result of a previously configured and initiated 1 or 2 channel measurement. Measurement.Configure can be used to set up the measurement. Measurement.Initiate initiates that measurement
|
|
FetchChannel
|
Class-compliant IIviPwrMeter method that returns the result from a previously initiated measurement on a specified channel. Initiate initiates that measurement. The measurement result will be returned in the units specified by the Unit property
|
|
Initiate
|
Class-compliant IIviPwrMeter method that initiates a measurement on all enabled channels. When this method executes, the power meter leaves the Idle state
|
|
IsMeasurementComplete
|
Class-compliant IIviPwrMeter method that queries the instrument to determine the status of the measurement initiated by the Initiate method. This method returns a status of Measurement only when measurements are complete on all enabled channels.
|
|
QueryResultRangeType
|
Class-compliant IIviPwrMeter method that takes a measurement value returned from Fetch, Fetch Channel, Read, or Read Channel and determines if the value is a valid measurement value or a value indicating that an out-of-range condition occurred.
|
|
Read
|
Class-compliant IIviPwrMeter method that initiates a previously configured measurement, waits until the power meter has returned to the Idle state, then returns the result of that measurement. Measurement.Configure can be used to set up the measurement
|
|
ReadChannel
|
Class-compliant IIviPwrMeter method that initiates a measurement, waits until the power meter has returned to the Idle state, then returns the result of the measurement on the specified channel
|
|
SendSoftwareTrigger
|
Class-compliant IIviPwrMeter method that sends a software trigger to the instrument
|