rfPart
R2026bSyntax
Description
rfPart( creates RF components from the
third-party components selected in rfse)rfse. Select components from the
installed 3P component database using the rfPartSelector object.
Note
Install the third-party component database containing Analog
Devices™ amplifiers and mixers with the installRFParts()
command.
rfPart(
creates an RF component using part number of a third-party component specified in
rfse,partNumber)partNumber.
rfPart(
creates an RF component using the list number of a third-party component specified in
rfse,listNumber)listNumber.
returns an
rfp= rfPart(___)amplifier, modulator, or mixerIMT
object using any of the input argument combinations in the previous syntaxes.
returns a rfp = rfPart(rfse,partNumber,Name=Value)modulator or mixerIMT object using the
ConverterType, ModelType, and
Sideband name-value arguments. Use this syntax when you set the
Type property of the rfPartSelector object to
mixer. For example,
rfPart(rfse,"HMC8191LC4",ConverterType="DownConverter",ModelType="IMT",Sideband="LSB")
returns a mixerIMT object created from the lower-sideband
HMC8191LC4 mixer.
Note
For this syntax, you must specify all three name-value arguments:
ConverterType, ModelType, and
Sideband.
Examples
Input Arguments
Name-Value Arguments
Output Arguments
Version History
Introduced in R2026aSee Also
RF Part Catalog | rfSystemParameters | add | remove | show



