MATLAB Help Center
Release radar scan controller object
Since R2026b
release(scanner)
release(scanner) releases the radar scan controller object scanner, unlocking it so that properties can be modified.
scanner
example
collapse all
Create an electronic raster scan controller object with default values.
txScnr = radarScanController("Electronic","Raster")
txScnr = ElectronicRasterScanner with properties: AzimuthLimits: [-90 90] ElevationLimits: [-5 5] ScanDuration: 1 StepAngle: 1 NumBars: 2 Alignment: "Azimuth" DwellTimeSource: "Auto" ScanAngle: [-90 -5] ScanTime: 0
Advance the scan position to a time of 10 seconds and return the corresponding scan angle.
txAng = scan(txScnr,10)
txAng = 1×2 -90 -5
Check to see if the current scan frame is complete.
isDone = isScanDone(txScnr)
isDone = logical 0
Check to see if the object is locked.
t_f = isLocked(txScnr)
t_f = logical 1
Release the scan controller object.
release(txScnr);
Update the scan duration to be 1/2 the current duration.
txScnr.ScanDuration = txScnr.ScanDuration/2
txScnr = ElectronicRasterScanner with properties: AzimuthLimits: [-90 90] ElevationLimits: [-5 5] ScanDuration: 0.5000 StepAngle: 1 NumBars: 2 Alignment: "Azimuth" DwellTimeSource: "Auto" ScanAngle: [-90 -5] ScanTime: 10
Scan controller object (MechanicalRasterScanner, MechanicalSectorScanner, ElectronicRasterScanner, or ElectronicSectorScanner) generated by radarScanController.
MechanicalRasterScanner
MechanicalSectorScanner
ElectronicRasterScanner
ElectronicSectorScanner
radarScanController
Introduced in R2026b
radarScanController | scan | isScanDone | coverageConfig | isLocked | bistaticTransmitter | bistaticReceiver
scan
isScanDone
coverageConfig
isLocked
bistaticTransmitter
bistaticReceiver
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
Europe
Asia Pacific
Contact your local office