Frequency

SCPI Command :

FRANalysis:AMPLitude:PROFile:POINt<*>:FREQuency
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(point=Point.Default) float[source]
# FRANalysis:AMPLitude:PROFile:POINt<*>:FREQuency
value: float = driver.franalysis.amplitude.profile.point.frequency.get(point = repcap.Point.Default)

Sets the start frequency for the selected point.

Parameters:

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

Returns:

frequency: 0.01 to 100E6

set(frequency: float, point=Point.Default) None[source]
# FRANalysis:AMPLitude:PROFile:POINt<*>:FREQuency
driver.franalysis.amplitude.profile.point.frequency.set(frequency = 1.0, point = repcap.Point.Default)

Sets the start frequency for the selected point.

Parameters:
  • frequency – 0.01 to 100E6

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