Skip to content

RF region

RF region resource for regional frequency and regulatory settings.

SyncRFRegions

SyncRFRegions(client: SyncClient)

Bases: BaseResource['SyncClient']

RF regions resource for LoRa frequency bands.

Methods:

get_all

get_all() -> list[RFRegionInstance]

List all RF regions.

Returns:

AsyncRFRegions

AsyncRFRegions(client: AsyncClient)

Bases: BaseResource['AsyncClient']

Async RF regions resource for LoRa frequency bands.

Methods:

get_all async

get_all() -> list[RFRegionInstance]

List all RF regions.

Returns:

Request and response types: RF region models.