Groups

None

Group members

NameDescription
RFmxVNA_SetAttributeF32

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

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

RFmxVNA_SetAttributeF64

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

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

RFmxVNA_SetAttributeI16

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

RFmxVNA_SetAttributeI32

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

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

RFmxVNA_SetAttributeI64

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

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

RFmxVNA_SetAttributeI8

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

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

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

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

RFmxVNA_SetAttributeString

Sets the value of an RFmx string attribute.

RFmxVNA_SetAttributeU16

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

RFmxVNA_SetAttributeU32

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

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

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

RFmxVNA_SetAttributeU8

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

RFmxVNA_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