Frequency
SCPI Command :
[SENSe]:FPLan:COMPonent<co>:PORT<1|2>:FREQuency
- class FrequencyCls[source]
Frequency commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(component=Component.Default, port=Port.Default) float [source]
# SCPI: [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’.
- 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
frequency: Unit: HZ
- set(frequency: float, component=Component.Default, port=Port.Default) None [source]
# SCPI: [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’.
- param frequency
Unit: HZ
- 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’)