IviRFSigGen_IsSettled
IviRFSigGenBase Capability Group
C Function Prototype
ViStatus IviRFSigGen_IsSettled (ViSession vi, ViBoolean* settled);
Purpose
This function queries if the RF output signal is currently settled.
Parameters
Name | Type | Description |
---|---|---|
vi | ViSession | The ViSession handle that you obtain from the IviRFSigGen_init or IviRFSigGen_InitWithOptions function. The handle identifies a particular instrument session. Default Value: None |
settled | ViBoolean | Returns VI_TRUE if the output signal is in settled, VI_FALSE otherwise. |