Equalizer Entity

group EqualizerEntity

EqualizerClass: Provides receiver and transmitter gain/boost/emphasis settings for some of Acroname’s products. Please see product documentation for further details.

void equalizer_setReceiverConfig(unsigned int *id, struct Result *result, const int index, const unsigned char channel, const unsigned char config)

Sets the receiver configuration for a given channel.

Parameters:
  • id – The id assigned by the create stem vi.

  • result – Object containing aErrNone and the requested value on success. Non-zero error code on failure.

  • index – The index of the entity in question.

  • channel – The equalizer receiver channel.

  • config – Configuration to be applied to the receiver.

Returns:

Returns common entity return values.

void equalizer_getReceiverConfig(unsigned int *id, struct Result *result, const int index, const unsigned char channel)

Gets the receiver configuration for a given channel.

Parameters:
  • id – The id assigned by the create stem vi.

  • result – Object containing aErrNone and the requested value on success. Non-zero error code on failure.

  • index – The index of the entity in question.

  • config – Configuration of the receiver.

Returns:

Returns common entity return values.

void equalizer_setTransmitterConfig(unsigned int *id, struct Result *result, const int index, const unsigned char config)

Sets the transmitter configuration

Parameters:
  • id – The id assigned by the create stem vi.

  • result – Object containing aErrNone on success. Non-zero error code on failure.

  • index – The index of the entity in question.

  • config – Configuration to be applied to the transmitter.

Returns:

Returns common entity return values.

void equalizer_getTransmitterConfig(unsigned int *id, struct Result *result, const int index)

Gets the transmitter configuration

Parameters:
  • id – The id assigned by the create stem vi.

  • result – Object containing aErrNone and the requested value on success. Non-zero error code on failure.

  • index – The index of the entity in question.

Returns:

Returns common entity return values.