pulseblaster_without_backend updated
This commit is contained in:
parent
e12d64957c
commit
0aca892718
@ -44,10 +44,10 @@ public:
|
||||
ttlout trigger;
|
||||
trigger.id = 0;
|
||||
/* trigger on line 17 */
|
||||
trigger.ttls = 1 << 17;
|
||||
trigger.ttls = 1 << 22;
|
||||
my_adc = new dummy;
|
||||
/* device_id=0, clock=100MHz, sync_mask: Bit 16 */
|
||||
my_pulseblaster = new SpinCorePulseBlaster24Bit(0, 1e8, 0 << 16);
|
||||
my_pulseblaster = new SpinCorePulseBlaster24Bit(0, 1e8);
|
||||
my_pts = new PTS_latched(0);
|
||||
my_dac = new DAC20(1);
|
||||
my_dac->set_latch_bit(17); // 17 is default LE; DATA 18 and CLK 16
|
||||
@ -84,7 +84,7 @@ public:
|
||||
core(conf)
|
||||
{
|
||||
the_hardware = new pulseblaster_only_hardware();
|
||||
the_name = "Mobile backend without synchronisation card";
|
||||
the_name = "pulseblaster backend without ADC card";
|
||||
}
|
||||
virtual const std::string& core_name() const
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user