TypePy

SCPI Command :

[SENSe]:FPLan:COMPonent<co>:TYPE
class TypePyCls[source]

TypePy commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(component=Component.Default) RsFsw.enums.ComponentType[source]
# SCPI: [SENSe]:FPLan:COMPonent<co>:TYPE
value: enums.ComponentType = driver.applications.k50Spurious.sense.fplan.component.typePy.get(component = repcap.Component.Default)

Defines the type of component in the signal path. Depending on the type of component, different parameters are available. For details see ‘Frequency plan and spur identification’.

param component

optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Component’)

return

type_py: MIXer | AMPLifier | MULTiplier | DIVider MIXer Mixes the input signal (RF input or the output of the previous component) with a second input frequency. AMPLifier Amplifies the input signal (RF input or the output of the previous component) . MULTiplier Multiplies the input signal (RF input or the output of the previous component) by a configurable factor n. DIVider Divides the input signal (RF input or the output of the previous component) by a configurable factor n.

set(type_py: RsFsw.enums.ComponentType, component=Component.Default) None[source]
# SCPI: [SENSe]:FPLan:COMPonent<co>:TYPE
driver.applications.k50Spurious.sense.fplan.component.typePy.set(type_py = enums.ComponentType.AMPLifier, component = repcap.Component.Default)

Defines the type of component in the signal path. Depending on the type of component, different parameters are available. For details see ‘Frequency plan and spur identification’.

param type_py

MIXer | AMPLifier | MULTiplier | DIVider MIXer Mixes the input signal (RF input or the output of the previous component) with a second input frequency. AMPLifier Amplifies the input signal (RF input or the output of the previous component) . MULTiplier Multiplies the input signal (RF input or the output of the previous component) by a configurable factor n. DIVider Divides the input signal (RF input or the output of the previous component) by a configurable factor n.

param component

optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Component’)