Mean

SCPI Command :

[SOURce<HW>]:REGenerator:OBJect<CH>:RCS:MEAN
class MeanCls[source]

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

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

Sets the mean RCS value required for the RCS calculation.

param objectIx

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

return

mean: float Range: -60 to 100

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

Sets the mean RCS value required for the RCS calculation.

param mean

float Range: -60 to 100

param objectIx

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