SimpleDigitalTransmitterDataRate Property |
Gets or sets the rate at which the data is modulated on the carrier, in bits per second.
Namespace:
AGI.Foundation.Communications
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double DataRate { get; set; }
Public Property DataRate As Double
Get
Set
public:
property double DataRate {
double get ();
void set (double value);
}
member DataRate : float with get, set
Property Value
Type:
DoubleSee Also