Skip to content
Snippets Groups Projects
Commit e274e5ab authored by Taya Snijder's avatar Taya Snijder
Browse files

removed float() statement

parent 125eee4d
No related branches found
No related tags found
1 merge request!465added constants.py and replaced most magic numbers
......@@ -64,7 +64,7 @@ class SDP(opcua_device):
dtype='DevVarDoubleArray',
mandatory=False,
# Emit a signal on subband 102
default_value=[[DEFAULT_SUBBAND * float(CLK_200_MHZ) / N_subband_res] * S_pn] * N_pn
default_value=[[DEFAULT_SUBBAND * CLK_200_MHZ / N_subband_res] * S_pn] * N_pn
)
FPGA_wg_phase_RW_default = device_property(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment