End

SCPI Commands

CALCulate<Window>:HOPDetection:PNOise:OFFSet:END
class EndCls[source]

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

get(window=Window.Default) float[source]
# SCPI: CALCulate<n>:HOPDetection:PNOise:OFFSet:END
value: float = driver.applications.k60Transient.calculate.hopDetection.pnoise.offset.end.get(window = repcap.Window.Default)

Defines the end of the measurement range for phase noise results as an offset in seconds from the hop end. This command is only available if the reference is EDGE (see method RsFswp.Applications.K60_Transient.Calculate.HopDetection.Pnoise. Reference.set) .

param window

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

return

time: Unit: S

set(time: float, window=Window.Default) None[source]
# SCPI: CALCulate<n>:HOPDetection:PNOise:OFFSet:END
driver.applications.k60Transient.calculate.hopDetection.pnoise.offset.end.set(time = 1.0, window = repcap.Window.Default)

Defines the end of the measurement range for phase noise results as an offset in seconds from the hop end. This command is only available if the reference is EDGE (see method RsFswp.Applications.K60_Transient.Calculate.HopDetection.Pnoise. Reference.set) .

param time

Unit: S

param window

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