Mharmonic

SCPI Command :

[SENSe]:FPLan:COMPonent<co>:PORT<1|2>:MHARmonic
class MharmonicCls[source]

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

get(component=Component.Default, port=Port.Default) int[source]
# SCPI: [SENSe]:FPLan:COMPonent<co>:PORT<1|2>:MHARmonic
value: int = driver.applications.k50Spurious.sense.fplan.component.port.mharmonic.get(component = repcap.Component.Default, port = repcap.Port.Default)

Defines the maximum harmonic of each input frequency to be considered in calculating mixer products for spur identification. For details see ‘Frequency plan and spur identification’.

param component

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

param port

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

return

harmonic: Range: 1 to 5

set(harmonic: int, component=Component.Default, port=Port.Default) None[source]
# SCPI: [SENSe]:FPLan:COMPonent<co>:PORT<1|2>:MHARmonic
driver.applications.k50Spurious.sense.fplan.component.port.mharmonic.set(harmonic = 1, component = repcap.Component.Default, port = repcap.Port.Default)

Defines the maximum harmonic of each input frequency to be considered in calculating mixer products for spur identification. For details see ‘Frequency plan and spur identification’.

param harmonic

Range: 1 to 5

param component

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

param port

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