Begin

SCPI Command :

CALCulate<n>:CHRDetection:FDEViation:OFFSet:BEGin
class BeginCls[source]

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

get(window=Window.Default) float[source]
# SCPI: CALCulate<n>:CHRDetection:FDEViation:OFFSet:BEGin
value: float = driver.applications.k60Transient.calculate.chrDetection.fdeviation.offset.begin.get(window = repcap.Window.Default)

Defines the beginning of the measurement range for frequency deviation results as an offset in seconds from the chirp start. This command is only available if the reference is EDGE (see method RsFsw.Applications.K60_Transient.Calculate. ChrDetection.Fdeviation.Reference.set) . For details on the measurement range parameters see ‘Measurement range’.

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>:CHRDetection:FDEViation:OFFSet:BEGin
driver.applications.k60Transient.calculate.chrDetection.fdeviation.offset.begin.set(time = 1.0, window = repcap.Window.Default)

Defines the beginning of the measurement range for frequency deviation results as an offset in seconds from the chirp start. This command is only available if the reference is EDGE (see method RsFsw.Applications.K60_Transient.Calculate. ChrDetection.Fdeviation.Reference.set) . For details on the measurement range parameters see ‘Measurement range’.

param time

Unit: S

param window

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