You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not needed. This is for driver layers. Stream interface should be used instead.
Antenna API:
setAntenna
Frontend corrections API
GOOD.
Gain API:
setGainMode
getGainMode
There may be multiple GainElements, belonging to the Channel. This is not handled in the set/getproperties, and leads to strange behavior.
There is some abstraction started for this, but I have not finished testing. I think it needs to be integrated with Channel.
For the high level API we may want to call listGains on the Channel to pre-populate.
Frequency API:
listFrequencies
Similar to GainElements.
Sample Rates API:
listSampleRate (optional, but seems supported in several bindings)
For high level we can likely choose the closest and warn if it is not exact. EDIT: It is deprecated.
Bandwidth API
GOOD.
ClockAPI
Needs implementation
TimeAPI
Needs implementation
SensorAPI
Needs implementation
SettingsAPI
Needs implementation
The text was updated successfully, but these errors were encountered:
Identification API:
GOOD.
Channels API:
GOOD.
Stream API:
Direct buffer access API
Not needed. This is for driver layers. Stream interface should be used instead.
Antenna API:
Frontend corrections API
GOOD.
Gain API:
setGainMode
getGainMode
Channel
. This is not handled in the set/getproperties, and leads to strange behavior.There is some abstraction started for this, but I have not finished testing. I think it needs to be integrated with
Channel
.For the high level API we may want to call
listGains
on the Channel to pre-populate.Frequency API:
Sample Rates API:
listSampleRate
(optional, but seems supported in several bindings)For high level we can likely choose the closest and warn if it is not exact. EDIT: It is deprecated.
Bandwidth API
GOOD.
ClockAPI
TimeAPI
SensorAPI
SettingsAPI
The text was updated successfully, but these errors were encountered: