BlockageDiagram.QueryBlockage(Variable, Variable) Method

Top 

Description

Returns 1 if the specified look angle coordinate is blocked, 0 otherwise.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

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

 

Method Signature

BlockageDiagram.QueryBlockage(

Variable lookAngle1,


Variable lookAngle2)

 

 

Arguments

lookAngle1


Description:

The first look angle defining the coordinate to query.

Units:

deg

Valid Range:

-360 ≤ lookAngle1 ≤ 360

 

 

lookAngle2


Description:

The second look angle defining the coordinate to query.

Units:

deg

Valid Range:

-360 ≤ lookAngle2 ≤ 360

 

 

 

Return Value

Type:

boolean

 

 

Returns 1 if the specified look angle coordinate is blocked, 0 otherwise.

 

Syntax

myVariable1 = myBlockageDiagram1.QueryBlockage(myVariable2, myVariable3);

 

 

See also

BlockageDiagram Object

Blockage Diagram Viewpoints Guide

Coverage and Contact Analysis Guide

Blockage Diagrams Guide