WsfSAR_Sensor

WsfSAR_Sensor inherits WsfSensor

The script class WsfSAR_Sensor allows an analyst to interact with a WSF_SAR_SENSOR during run-time. The following methods are available:

Methods

double GetDwellTime()
double GetDwellTime(string aMode)

Returns the dwell_time (seconds) of the specified aMode or the currently selected mode if none is given.

void SetDwellTime(double aDwellTime)
void SetDwellTime(double aDwellTime, string aMode)

Sets the dwell_time (seconds) of the specified aMode or the currently selected mode if none is given.

double GetResolution()
double GetResolution(string aMode)

Returns the resolution (meters) of the specified aMode or the currently selected mode if none is given.

void SetResolution(double aResolution)
void SetResolution(double aResolution, string aMode)

Sets the resolution (meters) of the specified aMode or the currently selected mode if none is given.