代码搜索:usage
找到约 10,000 项符合「usage」的源代码
代码结果 10,000
www.eeworm.com/read/478412/6717311
m zgetnscdata.m
function NSCData = zGetNSCData(SurfaceNumber, Code)
% zGetNSCData - Requests data for NSC groups present in ZEMAX.
%
% Usage : zGetNSCData(SurfaceNumber, Code)
% SurfaceNumber refers to the surfac
www.eeworm.com/read/478412/6717316
m zsetbuffer.m
function BufferData = zSetBuffer(BufferNumber, Text)
% zSetBuffer - store client specific data with the window being created or updated.
%
% Usage : BufferData = zSetBuffer(BufferNumber, Text)
%
www.eeworm.com/read/478412/6717318
m znumsurfs.m
function NumSurfs = zNumSurfs
% zNumSurfs - Returns the number of surfaces in the current lens.
%
% Usage : NumSurfs = zNumSurfs
%
% See also : zGetSystem, zsGetSystem
%
% MZDDE - The ZEMAX D
www.eeworm.com/read/478412/6717378
m zgetindex.m
function IndexData = zGetIndex(SurfaceNumber)
% zGetIndex - Requests refractive index data on a lens surface in ZEMAX.
%
% Usage : IndexData = zGetIndex(SurfaceNumber)
% zGetIndex(SurfaceNumber) r
www.eeworm.com/read/478412/6717388
m zgettolmatrix.m
function [TolTypes, TolMatrix] = zGetTolMatrix()
% zGetTolMatrix - Extracts a matrix containing all tolerance data from the ZEMAX tolerance editor.
%
% Usage: [TolTypes, TolMatrix] = zGetTolMatrix
www.eeworm.com/read/478412/6717392
m zgetserial.m
function SerialNumber = zGetSerial()
% zGetSerial - Returns the serial number of the ZEMAX harware lock.
%
% Usage : SerialNumber = zGetSerial
%
% Returns the serial number unless the command tim
www.eeworm.com/read/478412/6717398
m fuiget.m
function fullfilename = fuiget(varargin)
% fuiget - Simplified uiget
% Usage : As for uiget, except that the full path and filename of the selected file is returned.
%
% MZDDE - The ZEMAX DDE To
www.eeworm.com/read/478412/6717427
m zgetglasscats.m
function GlassCatList = zGetGlassCats()
% zGetGlassCats - Get a list of available glass catalogs from the ZEMAX Glasscat directory.
%
% Usage : GlassCatList = zGetGlassCats
%
% Returns a cell arr
www.eeworm.com/read/478412/6717428
m zgetwavematrix.m
function WaveDataMatrix = zGetWaveMatrix()
% zGetWaveMatrix - Gets data on all defined wavelengths from the Zemax DDE server.
%
% Usage : WaveDataMatrix = zGetWaveMatrix
%
% Returns a matrix havi
www.eeworm.com/read/478412/6717431
m zsetnscposition.m
function [NSCPositionData, NSCMaterial] = zSetNSCPosition(SurfaceNumber, ObjectNumber, ItemCode, Datum)
% zSetNSCPosition - Sets one of the NSC position data items in the NSC data editor.
%
% Usage