Y

SCPI Commands

CALCulate<Window>:MARKer<Marker>:Y
class YCls[source]

Y commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(trace: NoiseFigureResultCustom, window=Window.Default, marker=Marker.Default) float[source]
# SCPI: CALCulate<n>:MARKer<m>:Y
value: float = driver.applications.k30NoiseFigure.calculate.marker.y.get(trace = enums.NoiseFigureResultCustom.CPCold, window = repcap.Window.Default, marker = repcap.Marker.Default)

Queries the result at the position of the specified marker.

param trace

No help available

param window

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

param marker

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

return

result: Selects the result. CPCold Queries calibration power (cold) results. CPHot Queries calibration power (hot) results. CYFactor Queries calibration ‘y-factor’ results. GAIN Queries ‘gain’ results. NOISe Queries ‘noise figure’ results. NUNCertainty Queries the ‘noise figure’ uncertainty results. PCOLd Queries power (cold) results. PHOT Queries power (hot) results. TEMPerature Queries ‘noise temperature’ results. YFACtor Queries ‘y-factor’ results.