Groups

None

Group members

NameDescription
RFmxInstr_SetAttributeF32

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

RFmxInstr_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.

RFmxInstr_SetAttributeF64

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

RFmxInstr_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.

RFmxInstr_SetAttributeI16

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

RFmxInstr_SetAttributeI32

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

RFmxInstr_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.

RFmxInstr_SetAttributeI64

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

RFmxInstr_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.

RFmxInstr_SetAttributeI8

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

RFmxInstr_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.

RFmxInstr_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.

RFmxInstr_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.

RFmxInstr_SetAttributeString

Sets the value of an RFmx string attribute.

RFmxInstr_SetAttributeU16

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

RFmxInstr_SetAttributeU32

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

RFmxInstr_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.

RFmxInstr_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.

RFmxInstr_SetAttributeU8

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

RFmxInstr_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