Skip to content

RF Touchstone / frequency / FrequencyUnits

Variable: FrequencyUnits

const FrequencyUnits: readonly ["Hz", "kHz", "MHz", "GHz"]

Defined in: src/frequency.ts:10

Supported frequency units in the Touchstone specification. Note: THz is not officially supported as a file header unit in Touchstone v1.x/v2.x.

Remarks

While THz can be accessed programmatically via the f_THz getter/setter for unit conversion, it cannot be used as the unit property value. Attempting to set frequency.unit = 'THz' will throw an error.