station property

Source.station property

Gets or sets the station of a source.

@property
def station(self) -> str:
    ...

@station.setter
def station(self, value: str):
    ...

See Also