Write/Read |
About Phase Control |
Description |
Write and read the fixed power ratioed value. Must NOT be in power sweep to use this value during phase control. |
VB Syntax |
phase.FixedRatioedPower(srcPort) = value |
Variable |
(Type) - Description |
phase |
A PhaseControl Object |
srcPort |
(Long Integer) Source port for which to make phase control settings. Note: If the source port is defined by a string name, such as an external source, a balanced port, or one of the Source 2 outputs on the 2-port 2-source PNA-X model, then use chan.getPortNumber to translate the string into a port number. To learn more see Remotely Specifying a Source Port |
value |
(Double) Fixed power ratio value in dBc within the allowable range of the VNA. |
Return Type |
Double |
Default |
0 dBc |
Examples |
phase.FixedRatioedPower 1 = -1 ' Write |
value = phase.FixedRatioedPower 2' Read |
|
C++ Syntax |
HRESULT get_FixedRatioedPower(long port, double* pVal); HRESULT put_FixedRatioedPower(long port, double newVal); |
Interface |
IPhaseControl |