|
Top Previous Next |
Provides access to allow fine-tuned acqusition of buffered mode measurements. Namespace: Boonton.Boonton55xxx.Interop Assembly: Boonton.Boonton55xxx.Interop (in Boonton.Boonton55xxx.Interop.dll)
|
Name |
Description |
|
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. |
||
Flag indicating whether the power meter's internal buffer filled up before beign emptied. |
||
Set/get the return count for each measurement query. |
||
Set/get the count of elements for this measurement buffer session. Set to 0 for the meter to continuously acquire measurements. |
||
Set/get the time out for this measurement buffer session in seconds. Set to 0.0 for the meter to ignore the time out. |
||
Check if the last measurement buffer session timed out. |
||
Set true to allow the measurement buffer to overwrite members that have not been read by the user. |
Name |
Description |
|
Send a command to the meter to notify it the user is done reading and to advance the read index. |
||
Sends a command to the power meter to clear all buffered readings. This method does not clear cached measurements accessible through GetAverageMeasurements, etc. |
||
Query the power meter for all buffered average power measurements. |
||
Query the power meter for all buffered measurement durations in seconds. |
||
Query the power meter for all buffered maximum power measurements. |
||
Query the power meter for all buffered minimum power measurements. |
||
Query the power meter for all buffered sequence numbers. |
||
Query the power meter for all buffered start times in seconds. |
||
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. |
||
Sends a command to stop the measurement buffer from acquiring readings. |
Boonton.Boonton55xxx.Interop Namespace