FreqPortPorts Property
Port assignment
Namespace: Metas.Vna.DataAssembly: Metas.Vna.Data (in Metas.Vna.Data.dll) Version: 2.8.9053.20259
public VnaPortDescription[] Ports { get; set; }
Public Property Ports As VnaPortDescription()
Get
Set
public:
virtual property array<VnaPortDescription>^ Ports {
array<VnaPortDescription>^ get () sealed;
void set (array<VnaPortDescription>^ value) sealed;
}
abstract Ports : VnaPortDescription[] with get, set
override Ports : VnaPortDescription[] with get, set
VnaPortDescriptionIFreqPortPorts