Write/Read |
About Frequency Offset |
Description |
All VNA models (except the N523xA models) have a switch in the test set that allows access to the port 1 reference receiver through the front panel Reference 1 connectors. This command throws that switch between the internal path to the receiver, or through the external connectors. See other Frequency Offset properties. |
VB Syntax |
chan.R1InputPath = value |
Variable |
(Type) - Description |
chan |
A Channel (object) |
value |
(Enum as naInputPath) - Choose from:naPathInternal - (0) - internal path to the reference receiver naPathExternal (1) - path through external connectors |
Return Type |
Enum |
Default |
naPathInternal - (0) |
Examples |
chan.R1InputPath = naPathInternal 'Write |
Inpath = chan.R1InputPath 'Read |
|
C++ Syntax |
HRESULT get_R1InputPath (tag NAInputPath *pPath); HRESULT put_R1InputPath (tag NAInputPath newPath); |
Interface |
IChannel2 |