Frequency

SCPI Command :

[SENSe]:FPLan:COMPonent<co>:PORT<1|2>:FREQuency
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(component=Component.Default, port=Port.Default) float[source]
# [SENSe]:FPLan:COMPonent<co>:PORT<1 | 2>:FREQuency
value: float = driver.applications.k50Spurious.sense.fplan.component.port.frequency.get(component = repcap.Component.Default, port = repcap.Port.Default)

Defines the frequency of the input signal. For all components after the first one, the output frequency of the previous component is used as the input frequency. 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:

frequency: Unit: HZ

set(frequency: float, component=Component.Default, port=Port.Default) None[source]
# [SENSe]:FPLan:COMPonent<co>:PORT<1 | 2>:FREQuency
driver.applications.k50Spurious.sense.fplan.component.port.frequency.set(frequency = 1.0, component = repcap.Component.Default, port = repcap.Port.Default)

Defines the frequency of the input signal. For all components after the first one, the output frequency of the previous component is used as the input frequency. For details see ‘Frequency plan and spur identification’.

Parameters:
  • frequency – Unit: HZ

  • 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’)