|
Name
|
Description
|
|
Acquire Measurements
|
Initiates new acquisition from the measurement buffer system (if acquisition is in the stopped state). Blocks until the number of measurements for each enabled channel is equal to count, or a time out has occurred.
|
|
Advance Read Index
|
Send a command to the meter to notify it the user is done reading and to advance the read index.
|
|
Clear Buffer
|
Sends a command to the power meter to clear all buffered readings. This method does not clear cached measurements accessible through GetAverageMeasurements, etc.
|
|
Clear Measurements
|
Clears cached average, min, max, duration, start time, and sequence number measurements.
|
|
Get Buffered Average Measurements
|
Get the average power measurements that were captured during the last call to AcquireMeasurements.
|
|
Get Buffered Measurements Available
|
Gets the number of measurements available in the power meter's internal buffer. Note: The number of readings that have been acquired may be more or less.
|
|
Get Duration
|
Set/get the duration samples are captured during each timed mode acquisiton.
|
|
Get Durations
|
Get the duration entries in seconds that were captured during the last call to AcquireMeasurements.
|
|
Get Gate Mode
|
Each Buffer Entry is controlled by a "buffer gate" that defines the start and end of the entry time interval. The gate signal may be internally or externally generated in several different ways.
|
|
Get Max Measurements
|
Get the maximum power measurements that were captured during the last call to AcquireMeasurements.
|
|
Get Meas Buff Enabled
|
Enable or disable the measurement buffer. Disabling the measurement buffer enables modulated/CW measurements. Conversely, enabling it disables modulated/CW measurements.
|
|
Get Measurements Available
|
Get the number of measurement entries available that were captured during the last call to AcquireMeasurements.
|
|
Get Min Measurements
|
Get the minimum power measurements that were captured during the last call to AcquireMeasurements.
|
|
Get Over Ran
|
Flag indicating whether the power meter's internal buffer filled up before beign emptied.
|
|
Get Period
|
Set/get the period each timed mode acquisition is started.
|
|
Get Return Count
|
Set/get the return count for each measurement query.
|
|
Get Sequence Numbers
|
Get the sequence number entries that were captured during the last call to AcquireMeasurements.
|
|
Get Session Count
|
Set/get the count of elements for this measurement buffer session. Set to 0 for the meter to continuously acquire measurements.
|
|
Get Start Mode
|
Mode used to start acquisition of buffer entries.
|
|
Get Start Times
|
Get the start time entries in seconds that were captured during the last call to AcquireMeasurements.
|
|
Get Timed Out
|
Check if the last measurement buffer session timed out.
|
|
Get Write Protection
|
Set true to allow the measurement buffer to overwrite members that have not been read by the user.
|
|
Query Average Measurements
|
Query the power meter for all buffered average power measurements.
|
|
Query Durations
|
Query the power meter for all buffered measurement durations in seconds.
|
|
Query Max Measurements
|
Query the power meter for all buffered maximum power measurements.
|
|
Query Min Measurements
|
Query the power meter for all buffered minimum power measurements.
|
|
Query Sequence Numbers
|
Query the power meter for all buffered sequence numbers.
|
|
Query Start Times
|
Query the power meter for all buffered start times in seconds.
|
|
Set Duration
|
Set/get the duration samples are captured during each timed mode acquisiton.
|
|
Set Gate Mode
|
Each Buffer Entry is controlled by a "buffer gate" that defines the start and end of the entry time interval. The gate signal may be internally or externally generated in several different ways.
|
|
Set Meas Buff Enabled
|
Enable or disable the measurement buffer. Disabling the measurement buffer enables modulated/CW measurements. Conversely, enabling it disables modulated/CW measurements.
|
|
Set Period
|
Set/get the period each timed mode acquisition is started.
|
|
Set Return Count
|
Set/get the return count for each measurement query.
|
|
Set Session Count
|
Set/get the count of elements for this measurement buffer session. Set to 0 for the meter to continuously acquire measurements.
|
|
Set Start Mode
|
Mode used to start acquisition of buffer entries.
|
|
Set Write Protection
|
Set true to allow the measurement buffer to overwrite members that have not been read by the user.
|
|
Start Acquisition
|
Starts measurement buffer acquisition. This method allows the user to send a command to the power meter to begin buffering measurements without waiting for all measurements to be completed. Alternately, you can call the AcquireReadings method to start buffering measurements and wait for them to be read from the meter.
|
|
Stop Acquisition
|
Sends a command to stop the measurement buffer from acquiring readings.
|