IviRFSigGen_ConfigureOutputEnabled

CVI/LabWindows IVI Class Driver

IviRFSigGen_ConfigureOutputEnabled

IviRFSigGenBase Capability Group

C Function Prototype

ViStatus IviRFSigGen_ConfigureOutputEnabled (ViSession vi, ViBoolean outputEnabled);

Purpose

This function enables the RF output signal.

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

outputEnabled ViBoolean Specifies whether to enable or disable the RF output signal. The driver uses this value to set the IVIRFSIGGEN_ATTR_OUTPUT_ENABLED attribute.

Valid Values:
VI_TRUE (1) - Output enabled
VI_FALSE (0) - Output disabled

Default Value: VI_FALSE (0)

Return Values