Groups

None

Group members

NameDescription
RFmxPulse_SetAttributeF32

Sets the value of an RFmx 32-bit floating point number (float32) attribute.

RFmxPulse_SetAttributeF32Array

Sets the value of an RFmx 32-bit floating point number (float32) attribute. You must provide a char array to serve as a buffer for the value. Pass the number of bytes in the buffer as the arraySize parameter.

RFmxPulse_SetAttributeF64

Sets the value of an RFmx 64-bit floating point number (float64) attribute.

RFmxPulse_SetAttributeF64Array

Sets the value of an RFmx 64-bit floating point number (float64) attribute. You must provide a char array to serve as a buffer for the value. Pass the number of bytes in the buffer as the arraySize parameter.

RFmxPulse_SetAttributeI16

Sets the value of an RFmx 16-bit integer (int16) attribute.

RFmxPulse_SetAttributeI32

Sets the value of an RFmx 32-bit integer (int32) attribute.

RFmxPulse_SetAttributeI32Array

Sets the value of an RFmx 32-bit integer (int32) attribute. You must provide a char array to serve as a buffer for the value. Pass the number of bytes in the buffer as the arraySize parameter.

RFmxPulse_SetAttributeI64

Sets the value of an RFmx 64-bit integer (int64) attribute.

RFmxPulse_SetAttributeI64Array

Sets the value of an RFmx 64-bit integer (int64) attribute. You must provide a char array to serve as a buffer for the value. Pass the number of bytes in the buffer as the arraySize parameter.

RFmxPulse_SetAttributeI8

Sets the value of an RFmx 8-bit integer (int8) attribute.

RFmxPulse_SetAttributeI8Array

Sets the value of an RFmx 8-bit integer (int8) attribute. You must provide a char array to serve as a buffer for the value. Pass the number of bytes in the buffer as the arraySize parameter.

RFmxPulse_SetAttributeNIComplexDoubleArray

Sets the value of an RFmx NIComplexDouble attribute. You must provide a char array to serve as a buffer for the value. Pass the number of bytes in the buffer as the arraySize parameter.

RFmxPulse_SetAttributeNIComplexSingleArray

Sets the value of an RFmx NIComplexSingle attribute. You must provide a char array to serve as a buffer for the value. Pass the number of bytes in the buffer as the arraySize parameter.

RFmxPulse_SetAttributeString

Sets the value of an RFmx string attribute.

RFmxPulse_SetAttributeU16

Sets the value of an RFmx 16-bit unsigned integer (uInt16) attribute.

RFmxPulse_SetAttributeU32

Sets the value of an RFmx 32-bit unsigned integer (uInt32) attribute.

RFmxPulse_SetAttributeU32Array

Sets the value of an RFmx 32-bit unsigned integer (uInt32) attribute. You must provide a char array to serve as a buffer for the value. Pass the number of bytes in the buffer as the arraySize parameter.

RFmxPulse_SetAttributeU64Array

Sets the value of an RFmx 64-bit unsigned integer (uInt64) attribute. You must provide a char array to serve as a buffer for the value. Pass the number of bytes in the buffer as the arraySize parameter.

RFmxPulse_SetAttributeU8

Sets the value of an RFmx 8-bit unsigned integer (uInt8) attribute.

RFmxPulse_SetAttributeU8Array

Sets the value of an RFmx 8-bit unsigned integer (uInt8) attribute. You must provide a char array to serve as a buffer for the value. Pass the number of bytes in the buffer as the arraySize parameter.

Attachments

None