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