Length
SCPI Command :
CALCulate<n>:HOPDetection:FDEViation:LENGth
- class LengthCls[source]
Length commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(window=Window.Default) float [source]
# SCPI: CALCulate<n>:HOPDetection:FDEViation:LENGth value: float = driver.applications.k60Transient.calculate.hopDetection.fdeviation.length.get(window = repcap.Window.Default)
Defines the length of the measurement range for frequency deviation results in percent of the hop’s dwell time. This command is only available if the reference is CENT (see method RsFsw.Applications.K60_Transient.Calculate. HopDetection.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
percent: percent of the hop dwell time Range: 0 to 100
- set(percent: float, window=Window.Default) None [source]
# SCPI: CALCulate<n>:HOPDetection:FDEViation:LENGth driver.applications.k60Transient.calculate.hopDetection.fdeviation.length.set(percent = 1.0, window = repcap.Window.Default)
Defines the length of the measurement range for frequency deviation results in percent of the hop’s dwell time. This command is only available if the reference is CENT (see method RsFsw.Applications.K60_Transient.Calculate. HopDetection.Fdeviation.Reference.set) . For details on the measurement range parameters see ‘Measurement range’.
- param percent
percent of the hop dwell time Range: 0 to 100
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)