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