SignalProcessingDBSettings Class

class NXOpen.CAE.SignalProcessingDBSettings

Bases: NXOpen.TaggedObject

This is the class handling the dB settings option: a dB reference value and a dB format (10 or 20).

This object is initialized with a Part::Unit::Type. Based on the measure type of this unit, a default dB reference value is retrieved from the customer defaults and a dB format is applied.

In addition, for measure types which are defined in the customer defaults, a MKS unit is derived, in which the dB reference is expressed. The GetConvertedReference method returns the dB reference value converted to the unit that was specified when constructing the object.

New in version NX12.0.0.

Properties

Property Description
DBFormat Returns or sets the dB format to apply
DBReference Returns or sets the dB reference to apply
Tag Returns the Tag for this object.

Methods

Method Description
GetReferenceForTargetUnit Gets the dB reference value converted to the units of the data.

Enumerations

SignalProcessingDBSettingsDBFormats Enumeration This enum defines the dB formats

Property Detail

DBFormat

SignalProcessingDBSettings.DBFormat

Returns or sets the dB format to apply

-------------------------------------

Getter Method

Signature DBFormat

Returns:
Return type:NXOpen.CAE.SignalProcessingDBSettingsDBFormats

New in version NX12.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature DBFormat

Parameters:format (NXOpen.CAE.SignalProcessingDBSettingsDBFormats) –

New in version NX12.0.0.

License requirements: None.

DBReference

SignalProcessingDBSettings.DBReference

Returns or sets the dB reference to apply

-------------------------------------

Getter Method

Signature DBReference

Returns:
Return type:float

New in version NX12.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature DBReference

Parameters:dBReference (float) –

New in version NX12.0.0.

License requirements: None.

Method Detail

GetReferenceForTargetUnit

SignalProcessingDBSettings.GetReferenceForTargetUnit

Gets the dB reference value converted to the units of the data.

Signature GetReferenceForTargetUnit(targetUnit)

Parameters:targetUnit (NXOpen.Unit) –
Returns:
Return type:float

New in version NX12.0.0.

License requirements: None.