<spi>.model

This command will configure the spi settings to match a given dome model

 

<spi>.model(
    type    

)

 

type

Can be one of the following values:

SPI Models

spi.VISIONSTATION_15

Configure the settings for a VS (VisionStation 1.5m).

spi.VISIONSTATION_30

Configure the settings for a VS3 (VisionStation 3m).

spi.VISIONDOME_4

Configure the settings for a V4 (VisionDome 4m).

spi.VISIONDOME_5

Configure the settings for a V5 (VisionDome 5m).


Remarks

Return Value

None

Example

import spi
viz.go()
spi.init()
spi.model(spi.VISIONSTATION_15)