Peak

SCPI Command :

[SOURce<HW>]:REGenerator:OBJect<CH>:RCS:PEAK
class PeakCls[source]

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

get(objectIx=ObjectIx.Default) float[source]
# SCPI: [SOURce<HW>]:REGenerator:OBJect<CH>:RCS:PEAK
value: float = driver.source.regenerator.object.rcs.peak.get(objectIx = repcap.ObjectIx.Default)

Sets the peak RCS value required for the RCS calculation.

param objectIx

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

return

rcs_peak: float Range: -60 to 100

set(rcs_peak: float, objectIx=ObjectIx.Default) None[source]
# SCPI: [SOURce<HW>]:REGenerator:OBJect<CH>:RCS:PEAK
driver.source.regenerator.object.rcs.peak.set(rcs_peak = 1.0, objectIx = repcap.ObjectIx.Default)

Sets the peak RCS value required for the RCS calculation.

param rcs_peak

float Range: -60 to 100

param objectIx

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