Begin
SCPI Command :
CALCulate<n>:CHRDetection:PNOise:OFFSet:BEGin
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default) float[source]
# CALCulate<n>:CHRDetection:PNOise:OFFSet:BEGin value: float = driver.applications.k60Transient.calculate.chrDetection.pnoise.offset.begin.get(window = repcap.Window.Default)
Defines the beginning of the measurement range for phase noise results as an offset in seconds from the chirp start. This command is only available if the reference is EDGE (see method
RsFsw.applications.k60Transient.calculate.chrDetection.pnoise.reference.set()) .- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- Returns:
time: Unit: S
- set(time: float, window=Window.Default) None[source]
# CALCulate<n>:CHRDetection:PNOise:OFFSet:BEGin driver.applications.k60Transient.calculate.chrDetection.pnoise.offset.begin.set(time = 1.0, window = repcap.Window.Default)
Defines the beginning of the measurement range for phase noise results as an offset in seconds from the chirp start. This command is only available if the reference is EDGE (see method
RsFsw.applications.k60Transient.calculate.chrDetection.pnoise.reference.set()) .- Parameters:
time – Unit: S
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)