Model

SCPI Command :

[SOURce<HW>]:REGenerator:OBJect<CH>:RCS:MODel
class ModelCls[source]

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

get(objectIx=ObjectIx.Default) RsSmw.enums.RegRcsModel[source]
# SCPI: [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.

param objectIx

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

return

model: SWE0| SWE1| SWE2| SWE3| SWE4

set(model: RsSmw.enums.RegRcsModel, objectIx=ObjectIx.Default) None[source]
# SCPI: [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.

param model

SWE0| SWE1| SWE2| SWE3| SWE4

param objectIx

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