Write/Read |
About Pulse Measurements |
Description |
This command replaces AutoIFBandWidth Property. Sets and returns the state of automatic CW sweep time (used in Pulse Profile mode). |
VB Syntax |
pulseMeas.AutoCWSweepTime = bool |
Variable |
(Type) - Description |
pulseMeas |
A PulseMeasurementControl (object) |
bool |
True - In Pulse Profile mode, adjusts the default X-axis start time to zero and the stop time to double the Pulse Width. This allows you to see one complete pulse. False - The Sweep Time is not changed. |
Return Type |
Boolean |
Default |
True |
Examples |
pulse.AutoCWSweepTime = True 'Write |
value = pulse.AutoCWSweepTime 'Read |
|
C++ Syntax |
HRESULT get_AutoCWSweepTime(VARIANT_BOOL *pVal); HRESULT put_AutoCWSweepTime(VARIANT_BOOL newVal); |
Interface |
IPulseMeasurementControl2 |