Write / Read |
About Port Extensions |
Description |
Sets and returns the cuttoff (minimum) frequency of the added waveguide fixture or transmission line. |
VB Syntax |
fixture.PortWGCutoffFreq(port)= value |
Variable |
(Type) - Description |
fixture |
A Fixturing Object |
port |
(Integer) Port Number for which media type is being set. |
value |
(Double) Cutoff frequency in Hz. This value is ignored when PortMedium Property is set to COAX for the same port. |
Return Type |
Double |
Default |
System Media Cutoff Frequency |
Examples |
fixture.PortWGCutoffFreq(2)= 1e9 'Write value = fixture.PortWGCutoffFreq(2) 'Read |
C++ Syntax |
HRESULT get_PortWGCutoffFreq(short portNum, double *pVal); HRESULT put_PortWGCutoffFreq(short portNum, double newVal); |
Interface |
IFixturing4 |