Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Scroll Documents: Update page title prefix

Overview

Get Wire Properties

Discussion

This module implements wire properties query.

...

Is Complex - Is the data complex.

Type Definition

Code Block
typedef struct _ModuleGetWireProperties
{
    ModuleInstanceDescriptor instance;            // Common Audio Weaver module instance structure
    INT32 nVariableNdx;                           // Variable Index
    INT32 BlockSize;                              // Block Size
    INT32 NumChannels;                            // Number of Channels
    INT32 SampleRate;                             // Sample Rate
    INT32 DataType;                               // Data Type
    INT32 IsComplex;                              // Is Complex
} ModuleGetWirePropertiesClass;

Variables

Properties

Name

Type

Usage

isHidden

Default value

Range

Units

nVariableNdx

int

parameter

0

1

Unrestricted

BlockSize

int

const

0

32

Unrestricted

NumChannels

int

const

0

1

Unrestricted

SampleRate

int

const

0

48000

Unrestricted

DataType

int

const

0

1

Unrestricted

IsComplex

int

const

0

0

Unrestricted

Pins

Input Pins

Name: input

Description: Wire Property

...

Sample rate range: Unrestricted

Complex support: Real

Output Pins

Name: property

Description: Wire Property

Data type: int

MATLAB Usage

File Name: get_wire_properties_module.m

...