Write/Read |
About Guided Power Cal |
Description |
Loads a file that defines a power table to be used during a SMC Guided Power Cal or Cal All Channels on a mmWave system. This feature is available because power sensors are NOT typically available at mmWave frequencies. Learn more. |
VB Syntax |
guided.PowerTableFilename (n) = value |
Variable |
(Type) - Description |
guided |
A GuidedCalibration (object ) |
n |
(Long) Source port being calibrated. |
value |
(String) Full path and filename of a *.prn file that defines the power table. An error is returned if the file is not found. |
Return Type |
String |
Default |
Not applicable. |
Examples |
guided.PowerTableFilename(1) = "c:\powertable1.prn" 'Write |
value = guided.PowerTableFilename(1) 'Read |
|
C++ Syntax |
HRESULT get_PowerTableFilename (long port, BSTR* val); HRESULT put_PowerTableFilename (long port, BSTR newVal); |
Interface |
IGuidedCalibration9 |