Model

SCPI Command :

[SOURce<HW>]:REGenerator:OBJect<CH>:RCS:MODel
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(objectIx=ObjectIx.Default) RegRcsModel[source]
# [SOURce<HW>]:REGenerator:OBJect<CH>:RCS:MODel
value: enums.RegRcsModel = driver.source.regenerator.object.rcs.model.get(objectIx = repcap.ObjectIx.Default)

Set the model that describes the radar cross-section (PCS) of the object.

Parameters:

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

Returns:

model: SWE0 | SWE1 | SWE2 | SWE3 | SWE4

set(model: RegRcsModel, objectIx=ObjectIx.Default) None[source]
# [SOURce<HW>]:REGenerator:OBJect<CH>:RCS:MODel
driver.source.regenerator.object.rcs.model.set(model = enums.RegRcsModel.SWE0, objectIx = repcap.ObjectIx.Default)

Set the model that describes the radar cross-section (PCS) of the object.

Parameters:
  • model – SWE0 | SWE1 | SWE2 | SWE3 | SWE4

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