Mharmonic

SCPI Command :

[SENSe]:FPLan:COMPonent<co>:PORT<1|2>:MHARmonic
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(component=Component.Default, port=Port.Default) int[source]
# [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’.

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

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

Returns:

harmonic: Range: 1 to 5

set(harmonic: int, component=Component.Default, port=Port.Default) None[source]
# [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’.

Parameters:
  • harmonic – Range: 1 to 5

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

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