Mean

SCPI Command :

[SOURce<HW>]:REGenerator:OBJect<CH>:RCS:MEAN
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(objectIx=ObjectIx.Default) float[source]
# [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.

Parameters:

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

Returns:

mean: float Range: -60 to 100

set(mean: float, objectIx=ObjectIx.Default) None[source]
# [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.

Parameters:
  • mean – float Range: -60 to 100

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