Transponder.Detach(Sensor) Method

Top 

Description

Detach a Sensor object from the calling hardware object.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Method Signature

Transponder.Detach(

Sensor trackingSensor)

 

 

Arguments

trackingSensor


Description:

The Sensor object to detach from the calling hardware object.

 

 

 

Return Value

Type:

number

 

 

The total number of Sensors attached to the given hardware object, after the given Sensor has been detached.

 

Syntax

myVariable1 = myTransponder1.Detach(mySensor1);

 

 

See also

Transponder Object

Orbit Determination Guide