updates of framework
- focus on AWG output power and lowpass characteristics
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
classdef gain_mode < int32
|
||||
|
||||
enumeration
|
||||
gain (1)
|
||||
output_power (2)
|
||||
gain (1)
|
||||
output_power (2)
|
||||
end
|
||||
|
||||
end
|
||||
@@ -3,6 +3,7 @@ classdef normalization_mode < int32
|
||||
enumeration
|
||||
rms (1)
|
||||
oneone (2)
|
||||
milliwatt (3)
|
||||
end
|
||||
|
||||
end
|
||||
10
Datatypes/power_notation.m
Normal file
10
Datatypes/power_notation.m
Normal file
@@ -0,0 +1,10 @@
|
||||
classdef power_notation < int32
|
||||
|
||||
enumeration
|
||||
mW (1)
|
||||
W (2)
|
||||
dBW (3)
|
||||
dBm (4)
|
||||
end
|
||||
|
||||
end
|
||||
8
Datatypes/upsampling_mode.m
Normal file
8
Datatypes/upsampling_mode.m
Normal file
@@ -0,0 +1,8 @@
|
||||
classdef upsampling_mode < int32
|
||||
|
||||
enumeration
|
||||
resample (1)
|
||||
samplehold (2)
|
||||
end
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user