Write/Read |
About Configure an External LO Source |
Description |
Sets or returns the name of the VNA internal source or external source to use as the LO in an FCA measurement. |
VB Syntax |
obj.LOName (n) =value |
Variable |
(Type) - Description |
obj |
A Mixer Interface pointer to the Measurement (object) Or |
n |
(Long) - LO stage number Choose from 1 or 2 |
value |
(string) - LO Source name. Use SourcePortNames Property to return a list of valid source ports. An external source must be configured and selected to be valid. Learn more about external source configuration. Note: If the port is defined by a string name, such as an external source or one of the Source 2 outputs on the 2-port, 2-source VNA-x model, then you must use cap.getPortNumber to translate the string into a port number. To learn more see Remotely Specifying a Source Port. |
Return Type |
String |
Default |
"Not controlled" |
Examples |
mixer.LOName(1) = "MySource" |
C++ Syntax |
HRESULT get_LOName(string *pVal) HRESULT put_LOName(string newVal) |
Interface |
MIXer IConverter |