End

SCPI Command :

CALCulate<n>:HOPDetection:PDEViation:OFFSet:END
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default) float[source]
# CALCulate<n>:HOPDetection:PDEViation:OFFSet:END
value: float = driver.applications.k60Transient.calculate.hopDetection.pdeviation.offset.end.get(window = repcap.Window.Default)

Defines the end of the measurement range for phase deviation results as an offset in seconds from the hopend . This command is only available if the reference is EDGE (see method RsFsw.applications.k60Transient.calculate.hopDetection.pdeviation.reference.set() ) . For details on the measurement range parameters see ‘Measurement range’.

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>:HOPDetection:PDEViation:OFFSet:END
driver.applications.k60Transient.calculate.hopDetection.pdeviation.offset.end.set(time = 1.0, window = repcap.Window.Default)

Defines the end of the measurement range for phase deviation results as an offset in seconds from the hopend . This command is only available if the reference is EDGE (see method RsFsw.applications.k60Transient.calculate.hopDetection.pdeviation.reference.set() ) . For details on the measurement range parameters see ‘Measurement range’.

Parameters:
  • time – Unit: S

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