VnaDeviceNoisePerPort Property
Electrical Specifications Noise Per Port
Namespace: Metas.Vna.Database.VnaDevicesAssembly: Metas.Vna.Database (in Metas.Vna.Database.dll) Version: 2.8.9053.20282
public VnaNoisePerPortElectricalSpec[] NoisePerPort { get; set; }
Public Property NoisePerPort As VnaNoisePerPortElectricalSpec()
Get
Set
public:
virtual property array<VnaNoisePerPortElectricalSpec>^ NoisePerPort {
array<VnaNoisePerPortElectricalSpec>^ get () sealed;
void set (array<VnaNoisePerPortElectricalSpec>^ value) sealed;
}
abstract NoisePerPort : VnaNoisePerPortElectricalSpec[] with get, set
override NoisePerPort : VnaNoisePerPortElectricalSpec[] with get, set
VnaNoisePerPortElectricalSpecIVnaDeviceNoisePerPort