Stop
SCPI Command :
CALCulate<n>:CHRDetection:PNOise:FREQuency:STOP
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default) float[source]
# CALCulate<n>:CHRDetection:PNOise:FREQuency:STOP value: float = driver.applications.k60Transient.calculate.chrDetection.pnoise.frequency.stop.get(window = repcap.Window.Default)
Sets the stop frequency for the phase noise chirp measurement.
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- Returns:
frequency: Unit: Hz
- set(frequency: float, window=Window.Default) None[source]
# CALCulate<n>:CHRDetection:PNOise:FREQuency:STOP driver.applications.k60Transient.calculate.chrDetection.pnoise.frequency.stop.set(frequency = 1.0, window = repcap.Window.Default)
Sets the stop frequency for the phase noise chirp measurement.
- Parameters:
frequency – Unit: Hz
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)