Amplitude
SCPI Command :
FRANalysis:AMPLitude:PROFile:POINt<*>:AMPLitude
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(point=Point.Default) float[source]
# FRANalysis:AMPLitude:PROFile:POINt<*>:AMPLitude value: float = driver.franalysis.amplitude.profile.point.amplitude.get(point = repcap.Point.Default)
Sets the amplitude for the selected point.
- Parameters:
point – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Point’)
- Returns:
amplitude: 0 to 5.995
- set(amplitude: float, point=Point.Default) None[source]
# FRANalysis:AMPLitude:PROFile:POINt<*>:AMPLitude driver.franalysis.amplitude.profile.point.amplitude.set(amplitude = 1.0, point = repcap.Point.Default)
Sets the amplitude for the selected point.
- Parameters:
amplitude – 0 to 5.995
point – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Point’)