This function returns true if all physical antennas specified in comma separated string are enabled, otherwise false is returned.
public bool IsPhysicalAntennaEnabled(
string commaSeparated
)Throws InvalidParameter exception if reader does not contain supplied physical antenna.
Throws NotSupported exception if reader does not support logical to physical antenna mappings.
// Test if Beam1 both polarities and Beam 5 polarity X are enabled.
bool enabled = hApi.IsPhysicalAntennaEnabled("Beam1,Beam5.X");