IviPwrMeter_ConfigureInternalTriggerLevel

CVI/LabWindows IVI Class Driver

IviPwrMeter_ConfigureInternalTriggerLevel

IviPwrMeterInternalTrigger Capability Group

C Function Prototype

ViStatus IviPwrMeter_ConfigureInternalTriggerLevel (ViSession vi, ViReal64 triggerLevel);

Purpose

This function configures the internal trigger level of the power meter.

Parameters

Name Type Description
vi ViSession The ViSession handle that you obtain from the IviPwrMeter_init or IviPwrMeter_InitWithOptions function. The handle identifies a particular instrument session.

Default Value: None

triggerLevel ViReal64 The signal trigger level. The driver sets the IVIPWRMETER_ATTR_INTERNAL_TRIGGER_LEVEL attribute to this value.

The value of this attribute is specified in the same unit as the value of the IVIPWRMETER_ATTR_UNITS attribute which you can set by calling the IviPwrMeter_ConfigureUnits function.

Default Value: 0.001

Return Values