|
|
@@ -1,5 +1,5 @@ |
|
|
classdef FunctionGenerator < Equipment |
|
|
classdef FunctionGenerator < Equipment |
|
|
%% FUNCTION_GENERATOR Control a function generator. |
|
|
|
|
|
|
|
|
% FUNCTION_GENERATOR Control a function generator. |
|
|
% fg = FUNCTION_GENERATOR('IP', PORT, GPIB_CHAN) connects |
|
|
% fg = FUNCTION_GENERATOR('IP', PORT, GPIB_CHAN) connects |
|
|
% to a function generator on IPv4 address 'IP', on port |
|
|
% to a function generator on IPv4 address 'IP', on port |
|
|
% 'PORT' and GPIO channel 'GPIB_CHAN', using the Equipment |
|
|
% 'PORT' and GPIO channel 'GPIB_CHAN', using the Equipment |
|
|
@@ -20,7 +20,7 @@ classdef FunctionGenerator < Equipment |
|
|
|
|
|
|
|
|
methods |
|
|
methods |
|
|
function fg = FunctionGenerator(ipAddress,port,channel) |
|
|
function fg = FunctionGenerator(ipAddress,port,channel) |
|
|
%% FUNCTION_GENERATOR Control a function generator. |
|
|
|
|
|
|
|
|
% FUNCTION_GENERATOR Control a function generator. |
|
|
% fg = FUNCTION_GENERATOR('IP', PORT, GPIB_CHAN) connects |
|
|
% fg = FUNCTION_GENERATOR('IP', PORT, GPIB_CHAN) connects |
|
|
% to a function generator on IPv4 address 'IP', on port |
|
|
% to a function generator on IPv4 address 'IP', on port |
|
|
% 'PORT' and GPIO channel 'GPIB_CHAN', using the Equipment |
|
|
% 'PORT' and GPIO channel 'GPIB_CHAN', using the Equipment |
|
|
|