Skip to content

Commit

Permalink
Fix stoptranssmision for cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
nHackel committed May 8, 2024
1 parent aacfd20 commit ce4d9eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/client/julia/src/Cluster.jl
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ function RPInfo(rpc::RedPitayaCluster)
end

for op in [:currentFrame, :currentPeriod, :currentWP, :periodsPerFrame, :samplesPerPeriod, :decimation, :keepAliveReset,
:triggerMode, :samplesPerStep, :serverMode, :masterTrigger, :stopTransmission,
:triggerMode, :samplesPerStep, :serverMode, :masterTrigger,
:counterTrigger_enabled, :counterTrigger_enabled!, :counterTrigger_presamples,
:counterTrigger_isArmed, :counterTrigger_arm!, :counterTrigger_reset!,
:counterTrigger_reset, :counterTrigger_lastCounter, :counterTrigger_referenceCounter,
Expand Down Expand Up @@ -141,7 +141,7 @@ for op in [:periodsPerFrame!, :samplesPerPeriod!, :decimation!, :triggerMode!, :
end
end

for op in [:clearSequence!, :sequence!]
for op in [:clearSequence!, :sequence!, :stopTransmission]
@eval begin
@doc """
$($op)(rpc::RedPitayaCluster)
Expand Down

0 comments on commit ce4d9eb

Please sign in to comment.