Length

SCPI Command :

CALCulate<n>:CHRDetection:PDEViation: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>:CHRDetection:PDEViation:LENGth
value: float = driver.applications.k60Transient.calculate.chrDetection.pdeviation.length.get(window = repcap.Window.Default)

Defines the length of the measurement range for phase deviation results in percent of the chirp length. This command is only available if the reference is CENT (see method RsFsw.Applications.K60_Transient.Calculate.ChrDetection.Pdeviation. 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 chirp length Range: 0 to 100

set(percent: float, window=Window.Default) None[source]
# SCPI: CALCulate<n>:CHRDetection:PDEViation:LENGth
driver.applications.k60Transient.calculate.chrDetection.pdeviation.length.set(percent = 1.0, window = repcap.Window.Default)

Defines the length of the measurement range for phase deviation results in percent of the chirp length. This command is only available if the reference is CENT (see method RsFsw.Applications.K60_Transient.Calculate.ChrDetection.Pdeviation. Reference.set) . For details on the measurement range parameters see ‘Measurement range’.

param percent

percent of the chirp length Range: 0 to 100

param window

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