collapse_allSyntax

Top  Previous  Next

 

Boonton55xxx IVI Driver Reference


 

BTN55XXX_ATTR_TRIGGER_SOURCE Attribute


Trigger See Also



Class-compliant IIviPwrMeter property specifying the trigger source that the power meter monitors for a trigger event

Attribute Tree Node: \Boonton55xxx\Trigger\Trigger Source

Declaration: Btn55xxx.h

Implementation: Btn55xxx.dll

Visual C++

#define BTN55XXX_ATTR_TRIGGER_SOURCE 1250201
ViStatus Btn55xxx_GetAttributeViInt32(
 ViSession Vi,
 ViConstString RepCapIdentifier,
 ViAttr AttributeID,
 ViInt32AttributeValue
);
ViStatus Btn55xxx_SetAttributeViInt32(
 ViSession Vi,
 ViConstString RepCapIdentifier,
 ViAttr AttributeID,
 ViInt32 AttributeValue
);

Parameters

Vi

The ViSession handle that you obtain from the IviDriver_init or IviDriver_InitWithOptions function. The handle identifies a particular instrument session.

RepCapIdentifier

Must be VI_NULL or an empty string. This attribute is not defined on a repeated capability.

AttributeID

Must be BTN55XXX_ATTR_TRIGGER_SOURCE.

AttributeValue (GetAttribute)

Returns the current value of the attribute. The user must specify the address of a variable that has the same data type as the attribute.

AttributeValue (SetAttribute)

The value to which to set the attribute.

collapse_allDefined Values

Name

Description

BTN55XXX_VAL_IMMEDIATE

The power meter exits the Wait-For-Trigger state immediately after entering. It does not wait for a trigger of any kind.

BTN55XXX_VAL_EXTERNAL

The power meter exits the Wait-For-Trigger state when a trigger occurs on the external trigger input.

BTN55XXX_VAL_INTERNAL

The power meter exits the Wait-For-Trigger state when an internal trigger event occurs on the measurement signal.

BTN55XXX_VAL_SOFTWARE_TRIG

The power meter exits the Wait-For-Trigger state when it receives a software trigger.

BTN55XXX_VAL_TTL0

The power meter exits the Wait-For-Trigger state when it receives a trigger on TTL0.

BTN55XXX_VAL_TTL1

The power meter exits the Wait-For-Trigger state when it receives a trigger on TTL1.

BTN55XXX_VAL_TTL2

The power meter exits the Wait-For-Trigger state when it receives a trigger on TTL2.

BTN55XXX_VAL_TTL3

The power meter exits the Wait-For-Trigger state when it receives a trigger on TTL3.

BTN55XXX_VAL_TTL4

The power meter exits the Wait-For-Trigger state when it receives a trigger on TTL4.

BTN55XXX_VAL_TTL5

The power meter exits the Wait-For-Trigger state when it receives a trigger on TTL6.

BTN55XXX_VAL_TTL6

The power meter exits the Wait-For-Trigger state when it receives a trigger on TTL6.

BTN55XXX_VAL_TTL7

The power meter exits the Wait-For-Trigger state when it receives a trigger on TTL7.

BTN55XXX_VAL_ECL0

The power meter exits the Wait-For-Trigger state when it receives a trigger on ECL0.

BTN55XXX_VAL_ECL1

The power meter exits the Wait-For-Trigger state when it receives a trigger on ECL1.

BTN55XXX_VAL_PXI_STAR

The power meter exits the Wait-For-Trigger state when it receives a trigger on PXI Star trigger bus.

BTN55XXX_VAL_RTSI_0

The power meter exits the Wait-For-Trigger state when it receives a trigger on the RTSI0 line.

BTN55XXX_VAL_RTSI_1

The power meter exits the Wait-For-Trigger state when it receives a trigger on the RTSI1 line.

BTN55XXX_VAL_RTSI_2

The power meter exits the Wait-For-Trigger state when it receives a trigger on the RTSI2 line.

BTN55XXX_VAL_RTSI_3

The power meter exits the Wait-For-Trigger state when it receives a trigger on the RTSI3 line.

BTN55XXX_VAL_RTSI_4

The power meter exits the Wait-For-Trigger state when it receives a trigger on the RTSI4 line.

BTN55XXX_VAL_RTSI_5

The power meter exits the Wait-For-Trigger state when it receives a trigger on the RTS5 line.

BTN55XXX_VAL_RTSI_6

The power meter exits the Wait-For-Trigger state when it receives a trigger on the RTSI6 line.

Top

collapse_allRequirements

Supported Models

None supported

collapse_allSee Also

Reference

Trigger

Btn55xxx

Footer image

Copyright 2013-16 Boonton. All rights reserved.