Rcs

SCPI Command :

[SOURce<HW>]:AREGenerator:OBJect<CH>:[SUBChannel<ST>]:RCS
class RcsCls[source]

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

get(objectIx=ObjectIx.Default, subchannel=Subchannel.Default) float[source]
# SCPI: [SOURce<HW>]:AREGenerator:OBJect<CH>:[SUBChannel<ST>]:RCS
value: float = driver.source.areGenerator.object.subChannel.rcs.get(objectIx = repcap.ObjectIx.Default, subchannel = repcap.Subchannel.Default)

Requires [:SOURce<hw>]:AREGenerator:UNITs:KCONstant RCS. Sets the radar cross section of the radar object. The radar cross section is calculated with the corresponding values for attenuation via the radar equation.

param objectIx:

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

param subchannel:

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

return:

areg_obj_rcs: float Range: -100 to 100

set(areg_obj_rcs: float, objectIx=ObjectIx.Default, subchannel=Subchannel.Default) None[source]
# SCPI: [SOURce<HW>]:AREGenerator:OBJect<CH>:[SUBChannel<ST>]:RCS
driver.source.areGenerator.object.subChannel.rcs.set(areg_obj_rcs = 1.0, objectIx = repcap.ObjectIx.Default, subchannel = repcap.Subchannel.Default)

Requires [:SOURce<hw>]:AREGenerator:UNITs:KCONstant RCS. Sets the radar cross section of the radar object. The radar cross section is calculated with the corresponding values for attenuation via the radar equation.

param areg_obj_rcs:

float Range: -100 to 100

param objectIx:

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

param subchannel:

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